aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_processor_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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