aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb/accessors_metadata.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-4/+4
|
* core, eth: fix database version (#18429)gary rong2019-01-111-7/+15
| | | | | | * core, eth: fix database version * eth: polish error message
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-091-3/+2
| | | | | | | * rawdb: remove unused parameter for WritePreimages func and modify a spelling mistake * rawdb: update the doc for function WritePreimages
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-111-4/+4
| | | | | | | | * core/rawdb: use wrappered helper to assemble key * core/rawdb: wrappered helper to assemble key * core/rawdb: rewrite the wrapper, pass common.Hash
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-0/+90