aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockdb
Commit message (Collapse)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-202-6/+6
|
* core: move blockdb into core package and minor change on governance ↵Wei-Ning Huang2018-09-175-0/+642
interface (#110) Since third party apps will possibly implement their only blockdb class, it make sense for the interface to be in core. Also add GetNumShards into the governance interface.