| Commit message (Expand) | Author | Age | Files | Lines |
* | eth: increase timeout in TestBroadcastBlock (#18064) | Felix Lange | 2018-11-23 | 1 | -2/+2 |
* | eth: broadcast blocks to at least 4 peers (#17725) | ledgerwatch | 2018-09-30 | 1 | -7/+98 |
* | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 1 | -1/+1 |
* | core, eth: fix goimports for Go 1.11 | Péter Szilágyi | 2018-09-19 | 1 | -4/+4 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -2/+2 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -8/+8 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -8/+6 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -1/+1 |
* | eth: use maxpeers from p2p layer instead of extra config | Péter Szilágyi | 2017-09-06 | 1 | -2/+2 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -1/+1 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -1/+1 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -9/+9 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -6/+7 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -6/+8 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -8/+6 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -6/+8 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+2 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -6/+6 |
* | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -6/+6 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -6/+8 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+2 |
* | cmd, eth: added light client and light server modes | zsfelfoldi | 2016-11-09 | 1 | -1/+1 |
* | eth: monitor malicious header retrieval requests | Péter Szilágyi | 2016-10-05 | 1 | -0/+15 |
* | eth, eth/downloader, eth/fetcher: delete eth/61 code | Felix Lange | 2016-07-22 | 1 | -154/+0 |
* | cmd/utils, eth: display the user's current fork, minor text tweak | Péter Szilágyi | 2016-07-16 | 1 | -0/+1 |
* | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -1/+1 |
* | core, eth: enforce network split post DAO hard-fork | Péter Szilágyi | 2016-07-15 | 1 | -0/+73 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -5/+5 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -7/+6 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -0/+16 |
* | eth: various typos | Leif Jurvetson | 2016-03-16 | 1 | -2/+2 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | eth: fix #2076, where end of hash query was interpreted number query | Péter Szilágyi | 2015-12-16 | 1 | -0/+20 |
* | core, eth, trie: fix data races and merge/review issues | Péter Szilágyi | 2015-10-21 | 1 | -1/+3 |
* | eth: clean out light node notions from eth | Péter Szilágyi | 2015-10-19 | 1 | -16/+11 |
* | eth/downloader: add fast and light sync strategies | Péter Szilágyi | 2015-10-19 | 1 | -8/+5 |
* | cmd, eth: support switching client modes of operation | Péter Szilágyi | 2015-10-19 | 1 | -7/+37 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -2/+3 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -79/+79 |
* | eth: kill off protocol eth/60 in preparation for eth/62 | Péter Szilágyi | 2015-08-24 | 1 | -3/+0 |
* | eth, eth/downloader: handle header requests, table driven proto tests | Péter Szilágyi | 2015-08-24 | 1 | -0/+525 |