aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockdb/memory.go
Commit message (Collapse)AuthorAgeFilesLines
* core: Fix various syncing issue. (#331)Jimmy Hu2018-11-161-0/+4
|
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-7/+7
|
* core: move blockdb into core package and minor change on governance ↵Wei-Ning Huang2018-09-171-0/+179
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.