aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_processor_test.go
Commit message (Expand)AuthorAgeFilesLines
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-89/+0
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-8/+8
* core: differentiate receipt concensus and storage decodingPéter Szilágyi2015-10-191-2/+2
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-1/+1
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-3/+3
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-1/+2
* core, eth, miner: use pure header validationPéter Szilágyi2015-09-161-2/+2
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-2/+2
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-4/+4
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-2/+2
* all: update license informationFelix Lange2015-07-071-0/+16
* core, eth, miner, xeth: receipt storage fixJeffrey Wilcke2015-07-041-7/+4
* core, miner: miner header validation, transaction & receipt writingJeffrey Wilcke2015-07-031-2/+2
* core, eth, rpc: avoid unnecessary block header copyingFelix Lange2015-06-301-2/+2
* core: add GenerateChain, GenesisBlockForTestingFelix Lange2015-06-301-3/+4
* core/types: make blocks immutableFelix Lange2015-06-301-9/+7
* core: ValidatedHeader (method => function)obscuren2015-06-181-3/+5
* core: settable genesis nonceobscuren2015-06-091-1/+6
* core: don't remove transactions after block processingFelix Lange2015-06-041-1/+1
* core: fixed an issue with storing receiptsobscuren2015-05-281-0/+32
* core: fixed testsobscuren2015-05-191-3/+3
* Improved chain manager, improved block processor, fixed testsobscuren2015-04-041-1/+2
* core: fix testsFelix Lange2015-03-181-2/+3
* Add additional extra database for non-protocol related dataobscuren2015-03-121-1/+1
* Fixed testsobscuren2015-03-071-4/+5
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-0/+34