Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | big-bang: single chain (#446) | Mission Liao | 2019-02-19 | 1 | -312/+0 |
| | |||||
* | core: check if deliverable for each added block in total ordering (#395) | Mission Liao | 2019-01-04 | 1 | -4/+10 |
| | | | | | | * Check if deliverable multiple times for each added block * Fix format | ||||
* | utils: move authenticator to utils package (#378) | Mission Liao | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | db: rename blockdb to db (#367) | Mission Liao | 2018-12-13 | 1 | -13/+13 |
| | | | | | | | | | | * 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 | ||||
* | core: syncer: add syncer (#346) | haoping-ku | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | core: lattice, total-ordering: remove newGenesisConfig (#308) | haoping-ku | 2018-11-08 | 1 | -11/+7 |
| | | | | | | * core: lattice, total-ordering: remove newGenesisConfig * fixup | ||||
* | core: Remove max block interval (#287) | Jimmy Hu | 2018-11-02 | 1 | -2/+1 |
| | |||||
* | Rename repo to dexon-consensus | Wei-Ning Huang | 2018-11-02 | 1 | -9/+9 |
| | |||||
* | core: Total Ordering syncer (#277) | Jimmy Hu | 2018-11-01 | 1 | -0/+311 |
* Add simple processFinalizedBlock logic * processBlock * Bootstrap mode * Sort before flush * Add syncer test * Clean more data for memory * Add comments. Fix some stuffs. |