Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db: rename blockdb to db (#367) | Mission Liao | 2018-12-13 | 1 | -70/+0 |
| | | | | | | | | | | * Rename blockdb package to db * Rename 'BlockDB' to 'DB' * Make all methods in db specific for ''block'. * Rename db.BlockDatabase to db.Database * Rename revealer to block-revealer * Rename test.Revealer to test.BlockRevealer | ||||
* | Rename repo to dexon-consensus | Wei-Ning Huang | 2018-11-02 | 1 | -7/+7 |
| | |||||
* | core: move blockdb into core package and minor change on governance ↵ | Wei-Ning Huang | 2018-09-17 | 1 | -0/+70 |
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. |