Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: deliver finalized blocks upon receiving randomness results. (#376) | Mission Liao | 2018-12-20 | 4 | -8/+18 |
| | |||||
* | core: cache dkg's private key in db (#371) | Mission Liao | 2018-12-16 | 5 | -0/+163 |
| | |||||
* | db: cache compaction chain tip in db (#369) | Mission Liao | 2018-12-13 | 5 | -65/+215 |
| | | | | | * Replace JSON with RLP in levelDB implementation. * Make sure blocks to sync following compaction chain tip | ||||
* | db: rename blockdb to db (#367) | Mission Liao | 2018-12-13 | 5 | -0/+648 |
* 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 |