aboutsummaryrefslogtreecommitdiffstats
path: root/eth
Commit message (Expand)AuthorAgeFilesLines
* eth: remove unused field (#20049)Nguyen Kien Trung2019-09-111-2/+0
* eth: disallow overwrite files via admin.exportChainMartin Holst Swende2019-08-301-0/+5
* acmd, core, eth, les: support --override.istanbulPéter Szilágyi2019-08-232-1/+4
* core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09Piotr Dyraga2019-08-211-1/+1
* eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)gary rong2019-07-251-8/+4
* eth, internal, les: add getHeaderBy* APIs (#19669)gary rong2019-07-231-11/+15
* cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19...Christian Muehlhaeuser2019-07-221-1/+1
* cmd, crypto, eth, internals: fix Typos (#19868)Kitten King2019-07-221-1/+1
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-172-15/+15
* eth: add debug_accountRange (#17438)jwasinger2019-07-132-0/+223
* eth: fix storageRangeAt for empty blocks (#18076)cdetrio2019-07-121-0/+5
* cmd, eth: fix dump config issue (#19825)gary rong2019-07-112-8/+8
* cmd, eth, les: make les flags conform to dotted stylePéter Szilágyi2019-07-102-14/+14
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-103-36/+34
* core: kill off managed state, use own tiny noncer for txpoolPéter Szilágyi2019-07-091-1/+1
* core/forkid: implement the forkid EIP, announce via ENR (#19738)Péter Szilágyi2019-07-086-94/+123
* eth, les: add sanity checks for unbounded block fields (#19573)Martin Holst Swende2019-07-083-4/+20
* cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-023-9/+1
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-286-12/+55
* eth: fix sync bloom panic (#19757)gary rong2019-06-263-16/+22
* core/state, cmd/geth: streaming json output for dump command (#15475)Martin Holst Swende2019-06-241-2/+2
* eth: enforce stricter known limits on idle peersPéter Szilágyi2019-06-121-0/+24
* eth, les: reject stale request (#19689)gary rong2019-06-111-0/+1
* core, ethdb, metrics, p2p: expose various counter metrics for grafanaPéter Szilágyi2019-06-111-3/+1
* eth: check for DefaultConfig.NetworkId in test (#17599)Nguyen Kien Trung2019-06-061-1/+1
* eth/downloader: make syncing error more obvious (#19413)gary rong2019-06-053-42/+45
* eth, les: reject light client connection is server is not synced (#19616)gary rong2019-05-271-0/+1
* core/rawdb, eth/downloader: align 64bit atomic fieldsPéter Szilágyi2019-05-171-3/+7
* cosensus, core, eth, params, trie: fixes + clique history capPéter Szilágyi2019-05-163-18/+18
* core, cmd, vendor: fixes and database inspection tool (#15)gary rong2019-05-161-12/+12
* all: integrate the freezer with fast syncgary rong2019-05-162-15/+111
* cmd, core, eth, les, node: chain freezer on top of db reworkPéter Szilágyi2019-05-162-1/+2
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-137-25/+53
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-131-0/+6
* eth/downloader: fix header delays during chain dedupPéter Szilágyi2019-05-071-0/+7
* eth, les: add error when accessing missing block state (#18346)Martin Holst Swende2019-05-021-1/+5
* eth: enforce chain above CHT before accepting txs into the poolPéter Szilágyi2019-04-262-6/+32
* eth/downloader: enable unsync-protection for light client (#19496)gary rong2019-04-252-3/+3
* miner: polish miner configuration (#19480)gary rong2019-04-233-88/+57
* eth, les, light: enforce CHT checkpoints on fast-sync tooPéter Szilágyi2019-04-176-103/+195
* core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-152-3/+3
* core, eth, les, light: store transaction receipts without txHash and gasCostMatthew Halpern2019-04-151-0/+5
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-082-0/+7
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-042-3/+8
* cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-012-2/+10
* eth: remove redundant chain config fieldsPéter Szilágyi2019-03-274-25/+21
* eth: fix EIP158 account cleanup on chain tracing (#19341)Jonas2019-03-271-1/+1
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-142-3/+3
* eth/downloader: fix ancestor searching for light syncing (#19136)gary rong2019-03-141-17/+19
* core/vm: 64 bit memory and gas calculations (#19210)Martin Holst Swende2019-03-122-2/+2
* eth/downloader: fix nil droppeer in state syncPéter Szilágyi2019-03-071-1/+7
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-0613-71/+51
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-263-3/+22
* core: remove unnecessary fields in logs, receipts and tx lookups (#17106)gary rong2019-02-211-5/+9
* eth: extract check for tracing transaction in block file (#19107)Matthew Halpern2019-02-201-7/+12
* eth, node: use APPDATA env to support cygwin/msys correctly (#17786)HackyMiner2019-02-191-2/+9
* eth: remove redundant parentheses (#19108)Matthew Halpern2019-02-181-1/+1
* eth/tracers: enforce camel case variable names (#19057)Matthew Halpern2019-02-141-2/+2
* cmd/utils, eth: relinquish GC cache to read cache in archive modePéter Szilágyi2019-02-071-0/+6
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-051-1/+1
* eth: make tracers respect pre- EIP 158/161 ruleMartin Holst Swende2019-02-011-4/+8
* cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (...lhendre2019-01-302-4/+7
* eth/fetcher: blockFilter is not used anymore (#17971)Wenbiao Zheng2019-01-261-2/+0
* les: implement ultralight client (#16904)b00ris2019-01-243-10/+36
* tests: tune flaky tests that error in travis occasionally (#18508)Martin Holst Swende2019-01-231-1/+1
* eth: properly flush files in standardTraceBlockToFile (#18502)Martin Holst Swende2019-01-231-2/+6
* core, eth: fix database version (#18429)gary rong2019-01-111-2/+4
* eth/tracer: extend create2 (#18318)gary rong2019-01-066-10/+122
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* eth/downloader: progress in stateSync not used anymore (#17998)Wenbiao Zheng2018-12-221-7/+4
* downloader: fix edgecase where returned index is OOB for downloader (#18335)Martin Holst Swende2018-12-201-1/+9
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-112-1/+5
* cmd/utils, eth: minor polishes on whitelist codePéter Szilágyi2018-12-101-18/+11
* cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flagRyan Schneider2018-12-105-5/+32
* eth, internal/web3ext: tiny polishes in tracersPéter Szilágyi2018-12-101-77/+95
* cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file...Martin Holst Swende2018-12-101-11/+130
* eth/tracers: fixed incorrect storage from prestate_tracer (#18253)Max Sistemich2018-12-102-17/+14
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-2/+2
* eth/downloader: fix light client cht binary search issuePéter Szilágyi2018-11-281-0/+22
* eth: increase timeout in TestBroadcastBlock (#18064)Felix Lange2018-11-231-2/+2
* core, eth/downloader: fix ancestor lookup for fast syncPéter Szilágyi2018-11-162-13/+50
* downloader: different sync strategyMartin Holst Swende2018-11-162-39/+155
* eth: fix comment typo (#18114)mr_franklin2018-11-152-2/+2
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-155-21/+41
* eth: fix minor grammar issue in comment (#18091)mr_franklin2018-11-131-1/+1
* core/vm, eth/tracers: use pointer receiver for GetRefund (#18018)Corey Lin2018-11-081-1/+1
* eth, p2p: fix comment typos (#18014)Corey Lin2018-11-081-1/+1
* eth/downloader: speed up tests by generating chain only once (#17916)Felix Lange2018-11-072-544/+491
* eth/downloader: remove the expired id directly (#17963)Wenbiao Zheng2018-11-071-4/+3
* core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974)Martin Holst Swende2018-11-071-0/+1
* downloader: measure successfull deliveries, not failed (#17983)Martin Holst Swende2018-11-071-8/+11
* eth/downloader: SetBlocksIdle is not used (#17962)Wenbiao Zheng2018-10-241-7/+0
* core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-232-7/+20
* eth/downloader: fix comment typos (#17956)Wenbiao Zheng2018-10-232-6/+6
* eth/downloader: fix invalid hash chain error due to head mini reorgPéter Szilágyi2018-10-052-3/+40
* core/vm: faster create/create2 (#17806)Martin Holst Swende2018-10-041-0/+9
* eth: fixed the minor typo inside the comments (#17830)Liang Ma2018-10-041-1/+1
* core, internal/ethapi: add and use LRU cache for receipts (#17610)Ryan Schneider2018-09-301-10/+2
* eth: broadcast blocks to at least 4 peers (#17725)ledgerwatch2018-09-302-8/+109
* eth/downloader: use intermediate variable for better readability (#17510)Wenbiao Zheng2018-09-301-4/+8
* internal/ethapi: add eth_chainId method (#17617)HackyMiner2018-09-301-0/+9
* all: new p2p node representation (#17643)Felix Lange2018-09-254-9/+9
* eth, miner: prefer locally generated uncles vs remote ones (#17715)gary rong2018-09-211-1/+1
* core, eth: fix dependency cycle (#17720)gary rong2018-09-211-9/+39
* all: protect self-mined block during reorg (#17656)gary rong2018-09-203-4/+28
* core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-202-1/+10
* all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
* core, eth: fix goimports for Go 1.11Péter Szilágyi2018-09-192-6/+6
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-4/+4
* core/vm: Hide read only flag from Interpreter interface (#17461)Paweł Bylica2018-09-081-1/+1
* core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-032-21/+21
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-294-3/+19
* consensus, miner: stale block mining support (#17506)gary rong2018-08-284-6/+12
* all: make indexer configurable (#17188)gary rong2018-08-282-12/+7
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-272-2/+2
* cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-234-60/+69
* cmd, eth: apply default miner recommit setting (#17479)gary rong2018-08-221-0/+1
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-224-21/+61
* eth: upgradedb subcommand was dropped (#17464)Pierre Neter2018-08-211-1/+1
* Merge pull request #17460 from holiman/tracerfixPéter Szilágyi2018-08-211-0/+3
|\
| * eth: ensure from<to when tracing chain (credits Chen Nan via bugbounty)Martin Holst Swende2018-08-211-0/+3
* | light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-162-13/+12
* | Merge pull request #17347 from karalabe/miner-notifyPéter Szilágyi2018-08-132-4/+5
|\ \ | |/ |/|
| * cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-102-4/+5
* | eth, trie: fix tracer GC which accidentally pruned the metarootPéter Szilágyi2018-08-091-2/+6
|/
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-032-42/+7
* eth/filters: fix the block range assignment for log filter (#17284)gary rong2018-07-311-8/+6
* all: simplify switches (#17267)Oleg Kovalov2018-07-303-10/+3
* eth/filters: improve error message for invalid filter topics (#17234)Ian Macalinao2018-07-241-2/+2
* Merge pull request #16734 from reductionista/eip234Péter Szilágyi2018-07-246-52/+160
|\
| * accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-126-60/+111
| * eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogsDomino Valdano2018-07-122-13/+70
* | eth/tracers: fix noop tracer (#17220)emile2018-07-232-3/+3
* | all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-9/+9
|/
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-3/+3
* tracers: fix err in 4byte, add some opcode analysis toolsMartin Holst Swende2018-06-205-3/+214
* eth: conform better to the golint standards (#16783)williambannas2018-06-147-26/+27
* eth/filters: make filterLogs func more readable (#16920)knarfeh2018-06-141-3/+3
* eth/fetcher: fix annotation (#16969)Wenbiao Zheng2018-06-131-1/+1
* core, eth, les: more efficient hash-based header chain retrieval (#16946)Felföldi Zsolt2018-06-121-14/+23
* core: improve getBadBlocks to return full block rlp (#16902)Martin Holst Swende2018-06-111-2/+27
* eth/tracers: fix minor off-by-one error (#16879)Martin Holst Swende2018-06-052-15/+56
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-042-3/+7
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-1/+1
* common: improve documentation comments (#16701)kiel barry2018-05-291-1/+1
* eth/fetcher: reuse variables for hash and number (#16819)Smilenator2018-05-291-4/+4
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-241-5/+5
* eth: propagate blocks and transactions asyncPéter Szilágyi2018-05-212-12/+117
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-189-24/+24
* all: collate new transaction events togetherrjl4934564422018-05-189-50/+62
* all: get rid of error when creating memory database (#16716)gary rong2018-05-097-16/+14
* eth/filter: check nil pointer when unsubscribe (#16682)gary rong2018-05-091-41/+58
* eth: golint fixes to variable names (#16711)kiel barry2018-05-093-41/+41
* eth/filters: derive FilterCriteria from ethereum.FilterQuery (#16629)Domino Valdano2018-05-081-8/+2
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-0713-213/+90
* eth: golint updates for this or self warning (#16632)kiel barry2018-05-032-20/+20
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-271-2/+3
* eth/downloader: fix for Issue #16539 (#16546)Domino Valdano2018-04-231-3/+11
* all: fix various typos (#16533)Wuxiang2018-04-192-2/+2
* eth/downloader: wait for all fetcher goroutines to exit before terminating (#...gary rong2018-04-161-9/+8
* common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-101-2/+2
* eth/downloader: flush state sync data before exit (#16280)gary rong2018-04-091-5/+13
* eth: fix typos (#16414)Yusup2018-04-0411-29/+29
* eth: update higest block we know during the sync if a higher was found (#16283)gary rong2018-03-092-0/+16
* eth: fixed typo (#16274)Kyuntae Ethan Kim2018-03-071-1/+1
* eth/downloader: save and load trie sync progress (#16224)Péter Szilágyi2018-03-032-1/+9
* eth, les: allow exceeding maxPeers for trusted peers (#16189)Andrey Petrov2018-02-271-1/+2
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-235-62/+62
* eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-234-8/+60
* all: update license information (#16089)Felix Lange2018-02-143-3/+3
* eth: only disable fast sync after successPéter Szilágyi2018-02-111-10/+5
* eth/downloader: don't require state for ancestor lookupsPéter Szilágyi2018-02-112-13/+9
* eth, light: minor light client startup cleanupsPéter Szilágyi2018-02-081-1/+0
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-0613-533/+377
* les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-052-4/+4
* eth/downloader: fix #15858 by checking if downloader dropPeer function is set...Martin Holst Swende2018-02-051-3/+20
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-315-15/+31
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-244-152/+21
* eth/gasprice: set default percentile to 60%, count blocks instead of transact...Nick Johnson2018-01-102-19/+34
* all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-081-2/+2
* all: update generated code (#15808)Felix Lange2018-01-082-65/+29
* eth: fix tracer panic when running without configs + reexec (#15799)Péter Szilágyi2018-01-041-3/+3
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-038-29/+25
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-2/+2
* eth: revert tracer preimage recording (#15800)Felix Lange2018-01-031-4/+1
* eth: uncaptialize tracer preimage error message (#15792)Felix Lange2018-01-031-1/+1
* eth: enable preimage recording when tracing (#15787)cdetrio2018-01-021-1/+4
* eth/downloader: avoid hidden reference to finished statesync request (#15545)Péter Szilágyi2018-01-021-1/+4
* eth, les, light: expose chain config in les node info too (#15732)Péter Szilágyi2017-12-281-6/+6
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-226-7/+11
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-2124-254/+3685
* eth: make tracing API errors more user friendly (#15589)Michael Ruminer2017-12-101-2/+12
* cmd/utils, eth: init etherbase from within eth (#15528)Péter Szilágyi2017-12-101-2/+9
* eth: return rlp-decoded values from debug_storageRangeAt (#15476)Benoit Verkindt2017-12-062-5/+12
* eth/downloader: update tests for reliability (#15337)Rob2017-12-011-12/+49
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-243-60/+50
* all: fix code comment typos (#15547)Ricardo Domingos2017-11-241-1/+1
* eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ...Nick Johnson2017-11-201-0/+83
* eth/downloader: minor comments cleanup (#15495)jtakalai2017-11-161-5/+5
* core/bloombits: handle non 8-bit boundary section matchesPéter Szilágyi2017-11-151-0/+1
* build: enable unconvert linter (#15456)ferhat elmas2017-11-113-4/+4
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* core, eth, les: fix messy code (#15367)Péter Szilágyi2017-10-252-4/+3
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-244-16/+22
* cmd, eth: separate out FakePeer for future reusePéter Szilágyi2017-10-101-0/+160
* eth/fetcher: check the origin of filter tasks (#14975)Miya Chen2017-10-103-45/+56
* eth: fix typo (#15252)Lio李欧2017-10-061-1/+1
* internal, accounts, eth: utilize vm failed flag to help gas estimationrjl4934564422017-10-021-2/+2
* core/bloombits, eth/filters: handle null topics (#15195)Péter Szilágyi2017-09-275-46/+26
* eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)Ernesto del Toro2017-09-202-5/+5
* eth/downloader: track peer drops and deassign state sync tasksPéter Szilágyi2017-09-122-9/+42
* Merge pull request #14973 from rjl493456442/fix_downloaderPéter Szilágyi2017-09-111-0/+4
|\
| * eth/downloader: exit loop when there is no more available taskrjl4934564422017-08-141-0/+4
* | core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-105-45/+48
* | eth: disable fast sync after pivot is committedPéter Szilágyi2017-09-062-11/+12
* | core/bloombits: use general filters instead of addresses and topicsZsolt Felfoldi2017-09-061-1/+18
* | core/bloombits: AddBloom index parameter and fixes variable namesZsolt Felfoldi2017-09-062-2/+2
* | core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-0610-367/+347
* | core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-0610-289/+534
* | eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-066-27/+24
* | core: make txpool operate on immutable statePéter Szilágyi2017-09-051-8/+0
* | core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-223-9/+10
* | core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-1810-80/+247
* | Merge pull request #14996 from markya0616/send_not_announcePéter Szilágyi2017-08-181-0/+1
|\ \ | |/ |/|
| * eth: send but not announce block to peers if propagate is truemark.lin2017-08-181-0/+1
* | eth/downloader: fix race in downloadTesterPeer (#14942)Ivan Daniluk2017-08-091-7/+25
* | eth: fix megacheck warningsEgon Elbre2017-08-087-40/+17
* | cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-281-2/+4
|/
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-154-222/+84
* Merge pull request #14737 from holiman/txpool_localaccountsPéter Szilágyi2017-07-106-31/+7
|\
| * eth: drop leftover from previous nonce protection schemePéter Szilágyi2017-07-052-23/+0
| * core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-055-8/+7
* | eth/downloader: Doc fixesNick Johnson2017-07-052-3/+7
* | eth/downloader, les, light: Changes in response to reviewNick Johnson2017-07-033-22/+51
* | eth, les: Refactor downloader peer to use structsNick Johnson2017-06-296-253/+246
* | eth, les, light: Refactor downloader to use blockchain interfaceNick Johnson2017-06-284-143/+118
|/
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-276-37/+12
* eth: gracefully error if database cannot be openedPéter Szilágyi2017-06-231-1/+4
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-225-453/+654
* eth: remove les server from protocol manager (#14625)Alan Chen2017-06-152-3/+0
* Merge pull request #14516 from holiman/noncefixesPéter Szilágyi2017-05-301-1/+1
|\
| * internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-1/+1
* | Merge pull request #14523 from karalabe/txpool-cli-flagsPéter Szilágyi2017-05-293-1/+11
|\ \
| * | cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-293-1/+11
| |/
* | Merge pull request #14537 from karalabe/setgasprice-durning-nominePéter Szilágyi2017-05-292-10/+24
|\ \
| * | eth: update default gas price when not mining tooPéter Szilágyi2017-05-292-10/+24
| |/
* / eth: don't import propagated blocks during fastsyncPéter Szilágyi2017-05-262-0/+6
|/
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-173-3/+7
* eth/downloader: fix a potential issue against future refactorsPéter Szilágyi2017-05-021-0/+4
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-258-17/+17