aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb
Commit message (Collapse)AuthorAgeFilesLines
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-114-48/+85
| | | | | | | | * core/rawdb: use wrappered helper to assemble key * core/rawdb: wrappered helper to assemble key * core/rawdb: rewrite the wrapper, pass common.Hash
* all: get rid of error when creating memory database (#16716)gary rong2018-05-092-9/+9
| | | | | | | | * all: get rid of error when create mdb * core: clean up variables definition * all: inline mdb definition
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-077-0/+1089