aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer/consensus.go
Commit message (Expand)AuthorAgeFilesLines
* sync: fix panic (#388)Mission Liao2018-12-281-32/+47
* sync: filter duplicated randomness (#387)Mission Liao2018-12-281-12/+34
* core: fix stuffs (#383)Mission Liao2018-12-261-6/+6
* core: fix issues found when testing syncing. (#379)Mission Liao2018-12-241-11/+13
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-1/+1
* misc: panic not ready (#374)Mission Liao2018-12-181-7/+10
* syncer: fix stuffs (#373)Mission Liao2018-12-181-46/+71
* db: cache compaction chain tip in db (#369)Mission Liao2018-12-131-1/+23
* db: rename blockdb to db (#367)Mission Liao2018-12-131-11/+11
* syncer: fix stuffs (#366)Mission Liao2018-12-121-22/+67
* core: syncer: fix round finding process (#357)haoping-ku2018-12-051-3/+3
* core: construct consensus from syncer (#352)Mission Liao2018-12-041-6/+36
* core: syncer: add syncer (#346)haoping-ku2018-11-291-0/+622