aboutsummaryrefslogtreecommitdiffstats
path: root/eth/db_upgrade.go
Commit message (Collapse)AuthorAgeFilesLines
* core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-061-38/+0
|
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-38/+32
|
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-198/+81
| | | | | | | | | | | | | | * core: remove redundant storage of transactions and receipts * core, eth, internal: new transaction schema usage polishes * eth: implement upgrade mechanism for db deduplication * core, eth: drop old sequential key db upgrader * eth: close last iterator on successful db upgrage * core: prefix the lookup entries to make their purpose clearer
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-10/+10
| | | | | | | | * accounts, cmd, eth, ethdb: port logs over to new system * ethdb: drop concept of cache distribution between dbs * eth: fix some log nitpicks to make them nicer
* core, eth: drop database block splitting upgraderPéter Szilágyi2017-02-281-59/+0
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-13/+12
|
* all: update license informationFelix Lange2016-11-091-1/+1
|
* eth: fixed chaindb upgradezsfelfoldi2016-07-191-0/+13
|
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-0/+343