aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockdb/level-db_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename validator* to node* (#120)Mission Liao2018-09-201-4/+4
|
* core: move blockdb into core package and minor change on governance ↵Wei-Ning Huang2018-09-171-0/+132
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.