aboutsummaryrefslogtreecommitdiffstats
path: root/core/bench_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core, miner: miner header validation, transaction & receipt writingJeffrey Wilcke2015-07-031-1/+1
| | | | | | | | * Miners do now verify their own header, not their state. * Changed old putTx and putReceipts to be exported * Moved writing of transactions and receipts out of the block processer in to the chain manager. Closes #1386 * Miner post ChainHeadEvent & ChainEvent. Closes #1388
* core: generate benchmark keys only onceFelix Lange2015-06-301-9/+23
|
* core: add InsertChain benchmarksFelix Lange2015-06-301-0/+149