aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_util_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-3/+22
|
* core, eth/filters, miner, xeth: Optimised log filteringJeffrey Wilcke2015-10-171-0/+112
| | | | | | | Log filtering is now using a MIPmap like approach where addresses of logs are added to a mapped bloom bin. The current levels for the MIP are in ranges of 1.000.000, 500.000, 100.000, 50.000, 1.000. Logs are therefor filtered in batches of 1.000.
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-0/+243
|
* core, miner: added difficulty bombJeffrey Wilcke2015-08-051-0/+77