aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer
Commit message (Expand)AuthorAgeFilesLines
* core: switch round by block height (#450)Mission Liao2019-02-201-30/+12
* big-bang: single chain (#446)Mission Liao2019-02-191-444/+128
* syncer: fix issues when switching to core.Consensus (#418)Mission Liao2019-01-112-35/+54
* syncer: skip error (#412)Mission Liao2019-01-081-0/+4
* sync: Verify randomness result before caching them. (#392)Mission Liao2019-01-081-9/+34
* sync: add log for syncer to debug hanging issue (#407)Mission Liao2019-01-072-76/+143
* core: fix stuffs (#401)Mission Liao2019-01-052-7/+7
* core: syncer: safe spawn go routine (#399)wmin02019-01-042-10/+6
* 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-262-8/+8
* 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-042-6/+40
* core: syncer: add syncer (#346)haoping-ku2018-11-292-0/+799