| Commit message (Expand) | Author | Age | Files | Lines |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -23/+122 |
* | core: sorted reorg insertion order for proper head header updating | Péter Szilágyi | 2018-01-22 | 1 | -0/+48 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -20/+20 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -26/+26 |
* | params: enable Byzantium on Ropsten/tests, fix failures | Péter Szilágyi | 2017-09-14 | 1 | -1/+1 |
* | core: only fire one chain head per batch (#15123) | Péter Szilágyi | 2017-09-11 | 1 | -1/+1 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -26/+27 |
* | core: fix blockchain goroutine leaks in tests | Péter Szilágyi | 2017-08-07 | 1 | -6/+51 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -4/+4 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -5/+5 |
* | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 1 | -4/+1 |
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -3/+3 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -49/+48 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -243/+108 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -20/+14 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -8/+8 |
* | core, eth, internal: Added `debug_getBadBlocks()` method (#3654) | Martin Holst Swende | 2017-02-14 | 1 | -0/+1 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -8/+8 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -8/+8 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -13/+13 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | Merge pull request #3516 from fjl/types-drop-sign-ecdsa | Péter Szilágyi | 2017-01-06 | 1 | -15/+15 |
|\ |
|
| * | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -15/+15 |
* | | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -1/+1 |
|/ |
|
* | core: eip unit tests (#3309) | Jeffrey Wilcke | 2016-11-28 | 1 | -7/+71 |
* | core: improved bad block error reporting (#3320) | Jeffrey Wilcke | 2016-11-23 | 1 | -2/+2 |
* | core, core/types: refactored tx chain id checking | Jeffrey Wilcke | 2016-11-14 | 1 | -5/+2 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -11/+117 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -10/+10 |
* | cmd/geth, code, eth/downloader: tune import logs and mem stats | Péter Szilágyi | 2016-10-21 | 1 | -1/+1 |
* | core: ensure the canonical block is written before the canonical hash is set | Bas van Kervel | 2016-08-16 | 1 | -0/+38 |
* | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -8/+8 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -15/+15 |
* | accounts/a/b/backends, core: chain maker homestead block set to 0 | Jeffrey Wilcke | 2016-04-01 | 1 | -6/+4 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -17/+18 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -2/+2 |
* | core, eth: replace reorganiz with reorganis | Leif Jurvetson | 2016-03-16 | 1 | -4/+4 |
* | core: various typos | Leif Jurvetson | 2016-03-16 | 1 | -4/+4 |
* | core: create a header chain structure shared by core.BlockChain and light.Lig... | zsfelfoldi | 2016-03-10 | 1 | -3/+8 |
* | core: announce ChainSideEvent during reorg | Jeffrey Wilcke | 2016-03-08 | 1 | -0/+80 |
* | eth/filters: ✨ pending logs ✨ | Jeffrey Wilcke | 2016-02-13 | 1 | -2/+2 |
* | core: added a new RemovedLogEvent | Jeffrey Wilcke | 2015-12-01 | 1 | -0/+43 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -4/+4 |
* | core, eth, miner, xeth: clean up tx/receipt db accessors | Péter Szilágyi | 2015-11-19 | 1 | -4/+4 |
* | core, eth, rpc: split out block validator and state processor | Jeffrey Wilcke | 2015-11-18 | 1 | -64/+75 |
* | core, eth, trie: fix data races and merge/review issues | Péter Szilágyi | 2015-10-21 | 1 | -1/+1 |
* | core, eth: roll back uncertain headers in failed fast syncs | Péter Szilágyi | 2015-10-19 | 1 | -2/+13 |
* | eth/downloader: concurrent receipt and state processing | Péter Szilágyi | 2015-10-19 | 1 | -10/+19 |
* | core, eth: receipt chain reconstruction | Péter Szilágyi | 2015-10-19 | 1 | -5/+157 |
* | core: support inserting pure header chains | Péter Szilágyi | 2015-10-19 | 1 | -235/+352 |
* | core: fixed head write on block insertion | Jeffrey Wilcke | 2015-10-05 | 1 | -0/+13 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -0/+652 |