aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | metrics: expvar support for ResettingTimer (#16878)Anton Evangelatov2018-06-044-1/+154
|/
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-044-38/+202
* consensus/ethash: reduce keccak hash allocations (#16857)Felix Lange2018-06-041-6/+17
* rpc: use HTTP request context as top-level context (#16861)Ryan Schneider2018-06-021-1/+1
* console: squash golint warnings (#16836)kiel barry2018-05-312-2/+4
* ethstats: fix last golint warning (#16837)kiel barry2018-05-301-2/+2
* VERSION, params: begin 1.8.11 release cyclePéter Szilágyi2018-05-302-5/+5
* params: release Geth 1.8.10 hotfixv1.8.10Péter Szilágyi2018-05-301-4/+4
* Merge pull request #16843 from karalabe/txpool-fix-deadlockPéter Szilágyi2018-05-301-1/+1
|\
| * core: fix transaction event asynchronicityPéter Szilágyi2018-05-301-1/+1
|/
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-295-37/+37
* Merge pull request #16831 from abeln/patch-1Péter Szilágyi2018-05-291-1/+1
|\
| * core/vm: fix typo in commentAbel Nieto2018-05-291-1/+1
* | core: improve test for TransactionPriceNonceSort (#16413)kimmylin2018-05-291-22/+7
* | p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369)Dmitry Shulyak2018-05-292-1/+12
|/
* common: improve documentation comments (#16701)kiel barry2018-05-299-137/+83
* whisper/shhclient: update call to shh_post to expect string instead of bool (...Andrea Franz2018-05-291-3/+3
* eth/fetcher: reuse variables for hash and number (#16819)Smilenator2018-05-291-4/+4
* ethereum: fix a typo in FilterQuery{} (#16827)Mohanson2018-05-291-1/+1
* VERSION, params: begin 1.8.10 release cyclePéter Szilágyi2018-05-282-5/+5
* params: release go-ethereum v1.8.9v1.8.9Péter Szilágyi2018-05-281-4/+4
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-243-8/+8
* Merge pull request #16803 from karalabe/trie-avoid-funccallPéter Szilágyi2018-05-241-2/+2
|\
| * trie: cleaner logic, one less func callPéter Szilágyi2018-05-241-2/+2
* | core: use a wrapped map to remove contention in `TxPool.Get`. (#16670)Ryan Schneider2018-05-233-69/+132
* | core/vm: fix typo in instructions.go (#16788)Abel Nieto2018-05-231-1/+1
* | Merge pull request #16722 from karalabe/trie-iterator-proofsPéter Szilágyi2018-05-232-48/+150
|\ \ | |/ |/|
| * trie: support proof generation from the iteratorPéter Szilágyi2018-05-232-48/+150
|/
* core/types: convert status type from uint to uint64 (#16784)gary rong2018-05-232-8/+10
* vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-224-5/+90
* node: all golint warnings fixed (#16773)kiel barry2018-05-223-6/+6
* log: fixes for golint warnings (#16775)kiel barry2018-05-225-19/+20
* trie: fixes to comply with golint (#16771)kiel barry2018-05-225-21/+26
* Merge pull request #16769 from karalabe/async-broadcastsPéter Szilágyi2018-05-212-12/+117
|\
| * eth: propagate blocks and transactions asyncPéter Szilágyi2018-05-212-12/+117
|/
* Merge pull request #16758 from hadv/fix/typosPéter Szilágyi2018-05-202-2/+2
|\
| * core, consensus: fix some typos in comment code and output loghadv2018-05-192-2/+2
* | Merge pull request #16720 from rjl493456442/PreTxsEventPéter Szilágyi2018-05-2019-121/+172
|\ \
| * | core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-1819-92/+89
| * | all: collate new transaction events togetherrjl4934564422018-05-1819-111/+165
* | | Merge pull request #16753 from karalabe/go-1.10.2Péter Szilágyi2018-05-182-3/+3
|\ \ \ | |/ / |/| |
| * | travis, appveyor: bump Go release to 1.10.2Péter Szilágyi2018-05-182-3/+3
|/ /
* | p2p/enr: updates for discovery v4 compatibility (#16679)Felix Lange2018-05-175-154/+277
* | Merge pull request #16739 from karalabe/android-trustyPéter Szilágyi2018-05-141-1/+1
|\ \
| * | travis: try to upgrade android builder to trustyPéter Szilágyi2018-05-141-1/+1
|/ /
* | accounts/abi: allow abi: tags when unpacking structsGuillaume Ballet2018-05-143-35/+194
* | VERSION, params: start 1.8.9 release cyclePéter Szilágyi2018-05-142-5/+5
* | params: release go-ethereum v1.8.8v1.8.8Péter Szilágyi2018-05-141-4/+4
* | light: new CHT for mainnet and ropsten (#16736)Felföldi Zsolt2018-05-141-8/+8
|/
* bmt: golint updates for this or self warning (#16628)kiel barry2018-05-101-89/+89
* travis: use Android NDK 16b (#16562)ligi2018-05-101-4/+4
* event: document select case slice use and add edge case test (#16680)Felix Lange2018-05-102-1/+43
* all: get rid of error when creating memory database (#16716)gary rong2018-05-0948-230/+172
* whisper/shhclient: update call to shh_generateSymKeyFromPassword to pass a st...Andrea Franz2018-05-091-2/+2
* eth/filter: check nil pointer when unsubscribe (#16682)gary rong2018-05-092-41/+64
* eth: golint fixes to variable names (#16711)kiel barry2018-05-094-42/+42
* cmd: various golint fixes (#16700)kiel barry2018-05-095-24/+28
* p2p: don't discard reason set by Disconnect (#16559)Guilherme Salgado2018-05-091-0/+1
* crypto: fix golint warnings (#16710)kiel barry2018-05-095-13/+13
* build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696)ligi2018-05-092-8/+25
* p2p/simulations/adapters: fix websocket log line parsing in exec adapter (#16...Ivan Daniluk2018-05-083-23/+75
* eth/filters: derive FilterCriteria from ethereum.FilterQuery (#16629)Domino Valdano2018-05-081-8/+2
* p2p: fix some golint warnings (#16577)kiel barry2018-05-0813-291/+292
* rlp: fix some golint warnings (#16659)kiel barry2018-05-082-37/+27
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-0752-1296/+1289
* mobile: add GetStatus Method for Receipt (#16598)Erichin2018-05-071-0/+1
* common: changed if-else blocks to conform with golint (#16656)GagziW2018-05-071-8/+6
* whisper/mailserver: pass init error to the caller (#16671)Ivan Daniluk2018-05-043-9/+14
* signer: fix golint errors (#16653)Eli2018-05-048-79/+78
* eth: golint updates for this or self warning (#16632)kiel barry2018-05-032-20/+20
* event: golint updates for this or self warning (#16631)kiel barry2018-05-031-19/+19
* consensus/ethash: fixed typo (#16665)YH-Zhou2018-05-031-1/+1
* metrics: golint updates for this or self warning (#16635)kiel barry2018-05-032-25/+25
* rpc: golint error with context as last parameter (#16657)kiel barry2018-05-033-6/+6
* accounts: changed if-else blocks to conform with golint (#16654)GagziW2018-05-032-4/+2
* les: changed if-else blocks to conform with golint (#16658)GagziW2018-05-034-19/+13
* p2p: changed if-else blocks to conform with golint (#16660)GagziW2018-05-032-17/+15
* log: changed if-else blocks to conform with golint (#16661)GagziW2018-05-031-8/+6
* VERSION, params: begin v1.8.8 release cyclePéter Szilágyi2018-05-022-5/+5
* params: release geth 1.8.7v1.8.7Péter Szilágyi2018-05-021-4/+4
* cmd/clef: documentation about setup (#16568)Martin Holst Swende2018-05-029-1/+251
* Merge pull request #16644 from ligi/reduce_aar_sizePéter Szilágyi2018-05-021-2/+2
|\
| * build: Add ldflags -s -w when building aarligi2018-05-021-2/+2
* | Merge pull request #16569 from holiman/evm_blocknumPéter Szilágyi2018-05-021-7/+10
|\ \
| * | evm/main: use blocknumber from genesisMartin Holst Swende2018-05-021-7/+10
* | | Merge pull request #16576 from CrispinFlowerday/bugfix/local_underpriced_txsPéter Szilágyi2018-05-022-10/+14
|\ \ \
| * | | core: ensure local transactions aren't discarded as underpricedCrispin Flowerday2018-05-022-10/+14
| | |/ | |/|
* | | core: golint updates for this or self warning (#16633)kiel barry2018-05-024-18/+18
* | | internal: golint updates for this or self warning (#16634)kiel barry2018-05-021-27/+27
* | | trie: golint iterator fixes (#16639)Eli2018-05-021-7/+7
* | | tests: golint fixes for tests directory (#16640)Eli2018-05-024-10/+8
* | | accounts: golint updates for this or self warning (#16627)kiel barry2018-05-021-4/+4
|/ /
* | Merge pull request #16630 from tstranex/masterPéter Szilágyi2018-05-023-29/+33
|\ \
| * | vendor: fix leveldb crash when bigger than 1 TiBtimothy2018-05-023-29/+33
* | | Merge pull request #16636 from reductionista/travisPéter Szilágyi2018-05-021-1/+0
|\ \ \ | |/ / |/| |
| * | travis.yml: remove obsolete brew-cask installDomino Valdano2018-05-021-1/+0
* | | whisper: Golint fixes in whisper packages (#16637)Eli2018-05-028-78/+74
|/ /
* | Merge pull request #16588 from karalabe/tracer-dirty-fixPéter Szilágyi2018-04-273-23/+8
|\ \
| * | core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-273-23/+8
|/ /
* | trie: remove unused `buf` parameter (#16583)xincaosu2018-04-271-4/+4
* | cmd/utils: point users to --syncmode under DEPRECATED (#16572)Martin Klepsch2018-04-271-2/+2
* | core/state: cache missing storage entries (#16584)Felix Lange2018-04-271-4/+1
|/
* core/types: avoid duplicating transactions on changing signer (#16435)kimmylin2018-04-241-1/+4
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-2313-10/+834
* VERSION, params: begin release cycle 1.8.7Péter Szilágyi2018-04-232-5/+5
* params: release v1.8.6 to fix docker imagesv1.8.6Péter Szilágyi2018-04-231-4/+4
* Dockerfile: drop legacy discovery v5 port mappingsPéter Szilágyi2018-04-232-2/+2
* Merge pull request #16552 from karalabe/revert-docker-userPéter Szilágyi2018-04-232-12/+0
|\
| * Dockerfile: revert the user change PR that broke all APIsPéter Szilágyi2018-04-232-12/+0
|/
* Merge pull request #16551 from ethereum/revert-16477-puppeth-dockerfile-permi...Péter Szilágyi2018-04-231-4/+4
|\
| * Revert "cmd/puppeth: fix node deploys for updated dockerfile user"Péter Szilágyi2018-04-231-4/+4
|/
* Merge pull request #16550 from ethereum/revert-16478-fix-alltools-dockerfilePéter Szilágyi2018-04-231-1/+1
|\
| * Revert "Dockerfile.alltools: fix invalid command"Péter Szilágyi2018-04-231-1/+1
|/
* cmd/geth: update the copyright year in the geth command usage (#16537)Vie2018-04-232-2/+2
* VERSION, params: begin Geth 1.8.6 release cyclePéter Szilágyi2018-04-232-5/+5
* params: release Geth v1.8.5 - Dirty Derivative²v1.8.5Péter Szilágyi2018-04-231-4/+4
* eth/downloader: fix for Issue #16539 (#16546)Domino Valdano2018-04-231-3/+11
* vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)Fabian Raetz2018-04-2212-7/+98
* ethclient: add DialContext and Close (#16318)Lorenzo Manacorda2018-04-191-1/+9
* whisper/whisperv6: post returns the hash of sent message (#16495)gluk2562018-04-191-14/+26
* rpc: handle HTTP response error codes (#16500)Martin Holst Swende2018-04-191-1/+13
* all: fix various typos (#16533)Wuxiang2018-04-1914-23/+23
* core/asm: accept uppercase instructions (#16531)dm42018-04-191-2/+2
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-186-54/+23
* cmd/utils: fix help template issue for subcommands (#16351)Zhenguo Niu2018-04-181-1/+1
* core/asm: remove unused condition (#16487)dm42018-04-181-3/+0
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-1828-98/+54
* VERSION, params: begin v1.8.5 release cyclePéter Szilágyi2018-04-172-5/+5
* params: release Geth v1.8.4v1.8.4Péter Szilágyi2018-04-171-4/+4
* light: new CHTs (#16515)Felföldi Zsolt2018-04-171-8/+8
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-1637-94/+6283
* eth/downloader: wait for all fetcher goroutines to exit before terminating (#...gary rong2018-04-161-9/+8
* ethdb: add leveldb write delay statistic (#16499)gary rong2018-04-161-14/+81
* miner: remove contention on currentMu for pending data retrievals (#16497)Ryan Schneider2018-04-161-18/+33
* Merge pull request #16494 from karalabe/txpool-stable-pricedeletePéter Szilágyi2018-04-123-24/+101
|\
| * core: txpool stable underprice drop order, perf fixesPéter Szilágyi2018-04-123-24/+101
|/
* Merge pull request #16491 from holiman/fix_copy_againPéter Szilágyi2018-04-121-2/+8
|\
| * core/state: fix ripemd-cornercase in CopyMartin Holst Swende2018-04-111-2/+8
|/
* Merge pull request #16485 from holiman/fixcopycopyPéter Szilágyi2018-04-112-0/+26
|\
| * core/state: fix bug in copy of copy StateMartin Holst Swende2018-04-112-0/+26
* | les: add ps.lock.Unlock() before return (#16360)cpusoft2018-04-111-0/+2
* | Merge pull request #16481 from karalabe/go1.10.1Péter Szilágyi2018-04-112-11/+11
|\ \ | |/ |/|
| * travis, appveyor: bump to Go 1.10.1Péter Szilágyi2018-04-102-11/+11
* | travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456)Elad_2018-04-101-3/+3
|/
* core: remove stray account creations in state transition (#16470)Felix Lange2018-04-102-43/+16
* build: add -e and -X flags to get more information on #16433 (#16443)ligi2018-04-101-1/+1
* Merge pull request #16478 from karalabe/fix-alltools-dockerfilePéter Szilágyi2018-04-101-1/+1
|\
| * Dockerfile.alltools: fix invalid commandPéter Szilágyi2018-04-101-1/+1
* | common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-104-12/+10
|/
* Merge pull request #16477 from karalabe/puppeth-dockerfile-permission-fixPéter Szilágyi2018-04-101-4/+4
|\
| * cmd/puppeth: fix node deploys for updated dockerfile userPéter Szilágyi2018-04-101-4/+4
|/
* Merge pull request #15225 from holiman/test_removefrom_dirtysetPéter Szilágyi2018-04-107-97/+277
|\
| * core: add blockchain benchmarksMartin Holst Swende2018-04-101-0/+111
| * state: handle nil in journal dirtiesMartin Holst Swende2018-04-101-1/+11
| * core/state: avoid linear overhead on journal dirty listingPéter Szilágyi2018-03-284-66/+92
| * core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-286-79/+112
* | eth/downloader: flush state sync data before exit (#16280)gary rong2018-04-092-6/+14
* | compression/rle: delete RLE compression (#16468)Felix Lange2018-04-094-170/+2
* | ethclient: remove empty object in newHeads subscription call (#16454)Ivo Georgiev2018-04-091-1/+1
* | bmt: fix comment typos (#16461)DoubleWoodH2018-04-091-5/+4
* | cmd/evm: print vm output when debug flag is on (#16326)dm42018-04-062-3/+9
* | cmd/geth: update template for 'geth bug' command (#16350)Zhenguo Niu2018-04-061-10/+14
* | Dockerfile: use non-privileged user account (#16052)Federico Gimenez2018-04-052-0/+12
* | core/types: remove String methods from struct types (#16205)Steven Roose2018-04-057-127/+3
* | README: change 'built in' to 'built-in'Giovanni HoSang2018-04-041-1/+1
* | accounts/abi: improve test coverage (#16044)Ricardo Domingos2018-04-045-62/+82
* | eth: fix typos (#16414)Yusup2018-04-0411-29/+29
* | cmd/geth: remove relOracle variable (#16434)Nguyen Sy Thanh Son2018-04-041-3/+0
* | core/state: avoid redundant addition to code size cache (#16427)Jia Chenhui2018-04-031-4/+1
* | crypto/secp256k1: catch curve parameter parse errors (#16392)David Huie2018-04-031-5/+5
* | .gitattributes: enable solidity highlighting on github (#16425)Li Xuanji2018-04-031-0/+1
* | travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404)Felix Lange2018-03-281-6/+17
|/
* core/state: uniform parameter style (#16398)Jia Chenhui2018-03-281-10/+10
* whisper: fix issue in topic list copy (#16381)Guillaume Ballet2018-03-272-3/+82
* light: new CHT for ropsten (#16393)Felföldi Zsolt2018-03-271-4/+4
* Merge pull request #16394 from hydai/fix_typoPéter Szilágyi2018-03-271-2/+2
|\
| * core/vm: Fixed typos in core/vm/interpreter.gohydai2018-03-271-2/+2
|/
* params, VERSION: v1.8.4 unstableFelix Lange2018-03-272-5/+5
* params: v1.8.3 stablev1.8.3Felix Lange2018-03-271-4/+4
* light: new mainnet CHT (#16390)Felix Lange2018-03-261-4/+4
* whisper: switch all remaining components from v5 to v6Guillaume Ballet2018-03-264-13/+13
|\
| * whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-224-13/+13
* | Merge pull request #16388 from hydai/fix_commentsPéter Szilágyi2018-03-261-3/+3
|\ \
| * | core/vm: Fixed typo in core/vm/evm.gohydai2018-03-261-3/+3
|/ /
* | cmd/puppeth: add constraints to network name (#16336)Zhenguo Niu2018-03-261-1/+6
* | rpc: limit chunked requests (#16343)Felix Lange2018-03-261-1/+2
* | core/state: fix typo (#16370)Jia Chenhui2018-03-261-2/+2
* | Merge pull request #16319 from rjl493456442/dump_preimagesPéter Szilágyi2018-03-264-4/+160
|\ \
| * | cmd: export preimages in RLP, support GZIP, uniform with block exportPéter Szilágyi2018-03-264-121/+156
| * | cmd: implement preimage dump and import cmdsrjl4934564422018-03-263-0/+121
| |/
* | core/asm: fixed typo (posititon -> position) (#16366)hydai2018-03-261-1/+1
* | core/vm: remove JIT VM codes (#16362)hydai2018-03-267-434/+9
* | ecies: drop randomness parameter from `PrivateKey.Decrypt` (#16374)David Huie2018-03-265-17/+17
* | Merge pull request #16387 from karalabe/evm-polsihesPéter Szilágyi2018-03-264-101/+107
|\ \ | |/ |/|
| * core: minor evm polishes and optimizationsPéter Szilágyi2018-03-264-101/+107
|/
* Merge pull request #16256 from epiclabs-io/unpack_one_arg_eventMartin Holst Swende2018-03-213-19/+62
|\
| * accounts/abi: Modified unpackAtomic to accept struct lvaluesJavier Peletier2018-03-053-19/+49
| * accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a...Javier Peletier2018-03-05256-4481/+14983
| |\
| * | accounts/abi: use unpackTuple to unpack event argumentsFynn2018-02-162-2/+15
* | | build: add GOBIN to PATH for gomobile (#16344)Felix Lange2018-03-201-3/+4
* | | crypto/bn256: full switchover to cloudflare's code (#16301)Péter Szilágyi2018-03-2022-174/+783
* | | whisper: Notify Vlad and Guillaume of whisper PRs (#16340)Guillaume Ballet2018-03-191-0/+1
* | | Merge pull request #15990 from markya0616/sim_backend_block_hashMartin Holst Swende2018-03-192-3/+15
|\ \ \
| * | | accounts/abi, core: add AddTxWithChain in BlockGen for simulationmark.lin2018-01-292-3/+15
* | | | miner: remove duplicated code (#15968)stompesi2018-03-161-2/+1
* | | | Merge pull request #16315 from karalabe/drop-vagrantPéter Szilágyi2018-03-165-72/+0
|\ \ \ \
| * | | | containers: drop vagrant support, noone's maintaining itPéter Szilágyi2018-03-145-72/+0
|/ / / /
* | | | core/asm: fixed typo (labal -> label) (#16313)hydai2018-03-142-2/+2
* | | | Merge pull request #16310 from karalabe/websocket-request-limitsPéter Szilágyi2018-03-134-22/+66
|\ \ \ \
| * | | | rpc: enforce the 128KB request limits on websockets tooPéter Szilágyi2018-03-134-22/+66
|/ / / /
* | | | github: more information bot configuration (#16298)Anton Evangelatov2018-03-121-0/+11
* | | | cmd/utils: fix maxpeers vs lightpeers logic (#16125)Felföldi Zsolt2018-03-091-0/+3
* | | | eth: update higest block we know during the sync if a higher was found (#16283)gary rong2018-03-092-0/+16
* | | | Merge pull request #16287 from razum2um/masterPéter Szilágyi2018-03-091-1/+1
|\ \ \ \
| * | | | cmd/puppeth: allow any vhost in walletVlad Bokov2018-03-091-1/+1
* | | | | Merge pull request #16289 from jeffwalsh/remove-add-std-argPéter Szilágyi2018-03-091-1/+0
|\ \ \ \ \
| * | | | | common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21Jeffery Robert Walsh2018-03-091-1/+0
|/ / / / /
* | | | | Merge pull request #16128 from karalabe/go1.10Péter Szilágyi2018-03-087-23/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | travis, Dockerfile, appveyor, build: bump to Go 1.10Péter Szilágyi2018-03-087-23/+29
|/ / / /
* | | | cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-0811-84/+180
* | | | core/vm: optimize eq, slt, sgt and iszero + tests (#16047)Martin Holst Swende2018-03-082-25/+61
* | | | Merge pull request #16285 from karalabe/fix-resend-optional-paramPéter Szilágyi2018-03-081-2/+2
|\ \ \ \
| * | | | internal/ethapi: make resent gas params optionalPéter Szilágyi2018-03-081-2/+2
|/ / / /
* | | | cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-0820-10003/+8879
* | | | Merge pull request #16275 from karalabe/bump-duktapePéter Szilágyi2018-03-073-5/+6
|\ \ \ \
| * | | | vendor: bump duktape to get rid of build warningPéter Szilágyi2018-03-073-5/+6
|/ / / /
* | | | accounts/abi: normalize method name to a camel-case string (#15976)Mark2018-03-072-10/+45
* | | | core: check transaction/receipt count match when reconstructing blocks (#16272)Kyuntae Ethan Kim2018-03-072-3/+11
* | | | Merge pull request #16240 from cuiweixie/txpoolPéter Szilágyi2018-03-072-55/+115
|\ \ \ \
| * | | | core: update txpool tests for the removal fixPéter Szilágyi2018-03-072-53/+112
| * | | | core: should enqueue the invalids tx anywaycui2018-03-071-5/+6
* | | | | eth: fixed typo (#16274)Kyuntae Ethan Kim2018-03-071-1/+1
|/ / / /
* | | | whisper: final refactoring (#16259)gluk2562018-03-072-31/+60
* | | | swarm/storage: disable treechunker test while it is flaky (#16254)Anton Evangelatov2018-03-061-1/+1
| |_|/ |/| |
* | | VERSION, params: begin 1.8.3 release cyclePéter Szilágyi2018-03-052-5/+5
* | | params: release Geth 1.8.2 stablev1.8.2Péter Szilágyi2018-03-051-4/+4
* | | github: config for probot-stale bot (#16235)Anton Evangelatov2018-03-051-0/+17
* | | core/vm, crypto/bn256: switch over to cloudflare library (#16203)Péter Szilágyi2018-03-0533-58/+2799
* | | Merge pull request #16229 from karalabe/evm-call-fixPéter Szilágyi2018-03-054-25/+14
|\ \ \
| * | | cmd/evm, core/vm, internal/ethapi: don't disable call gas meteringPéter Szilágyi2018-03-054-25/+14
|/ / /
* | | utils: fix #16138 by checking if vhosts flag is set (#16141)Martin Holst Swende2018-03-052-8/+10
* | | Merge pull request #16250 from gluk256/317-fatalfGuillaume Ballet2018-03-051-24/+32
|\ \ \
| * | | whisper: refactoring go-routinesVlad2018-03-051-24/+32
* | | | consensus/ethash: fixed typo (#16253)Kyuntae Ethan Kim2018-03-051-1/+1
|/ / /
* | | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ...protolambda2018-03-056-79/+259
* | | Merge pull request #16245 from gluk256/311-close-channelGuillaume Ballet2018-03-051-8/+4
|\ \ \
| * | | whisper: minor refactoringVlad2018-03-041-8/+4
|/ / /
* | | Merge pull request #16231 from gluk256/303-readergluk2562018-03-032-0/+41
|\ \ \
| * | | whisper: filereader mode introduced to wnodeVlad2018-03-022-0/+41
* | | | whisper/whisperv6: delete unused function (#16234)gluk2562018-03-031-14/+0