| Commit message (Expand) | Author | Age | Files | Lines |
* | core, eth, rpc: split out block validator and state processor | Jeffrey Wilcke | 2015-11-18 | 1 | -89/+0 |
* | core, eth: receipt chain reconstruction | Péter Szilágyi | 2015-10-19 | 1 | -8/+8 |
* | core: differentiate receipt concensus and storage decoding | Péter Szilágyi | 2015-10-19 | 1 | -2/+2 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -1/+1 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -3/+3 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -1/+2 |
* | core, eth, miner: use pure header validation | Péter Szilágyi | 2015-09-16 | 1 | -2/+2 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -2/+2 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -4/+4 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -2/+2 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, eth, miner, xeth: receipt storage fix | Jeffrey Wilcke | 2015-07-04 | 1 | -7/+4 |
* | core, miner: miner header validation, transaction & receipt writing | Jeffrey Wilcke | 2015-07-03 | 1 | -2/+2 |
* | core, eth, rpc: avoid unnecessary block header copying | Felix Lange | 2015-06-30 | 1 | -2/+2 |
* | core: add GenerateChain, GenesisBlockForTesting | Felix Lange | 2015-06-30 | 1 | -3/+4 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -9/+7 |
* | core: ValidatedHeader (method => function) | obscuren | 2015-06-18 | 1 | -3/+5 |
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -1/+6 |
* | core: don't remove transactions after block processing | Felix Lange | 2015-06-04 | 1 | -1/+1 |
* | core: fixed an issue with storing receipts | obscuren | 2015-05-28 | 1 | -0/+32 |
* | core: fixed tests | obscuren | 2015-05-19 | 1 | -3/+3 |
* | Improved chain manager, improved block processor, fixed tests | obscuren | 2015-04-04 | 1 | -1/+2 |
* | core: fix tests | Felix Lange | 2015-03-18 | 1 | -2/+3 |
* | Add additional extra database for non-protocol related data | obscuren | 2015-03-12 | 1 | -1/+1 |
* | Fixed tests | obscuren | 2015-03-07 | 1 | -4/+5 |
* | Added GetBlock GetUncle with OOB guard | obscuren | 2015-02-18 | 1 | -0/+34 |