aboutsummaryrefslogtreecommitdiffstats
path: root/dex/blockproposer.go
Commit message (Expand)AuthorAgeFilesLines
* dex: add back recovery time alignmentWei-Ning Huang2019-09-171-0/+15
* dex: improve block proposer syncing processWei-Ning Huang2019-09-171-19/+16
* dex: minor fix to core block syncingWei-Ning Huang2019-09-171-4/+6
* dex: gracefully shutdown when consensus core stopsWei-Ning Huang2019-09-171-10/+14
* import: switch consensus core to gitlab.com/tangerine-network/tangerine-conse...Wei-Ning Huang2019-09-171-4/+4
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-11/+11
* dex: remove time alignment when force sync (#349)Jimmy Hu2019-06-151-16/+1
* vendor: sync to latest coreWei-Ning Huang2019-06-151-3/+4
* dex: get synced consensus before sleep (#331)Jimmy Hu2019-06-151-3/+5
* vendor: sync to latest core (#320)Jimmy Hu2019-06-151-6/+6
* dex: fix a panic (#317)Jimmy Hu2019-06-151-1/+1
* dex: fix deadlock (#299)Sonic2019-06-131-1/+1
* dex: fix fast sync in BP mode (#291)Wei-Ning Huang2019-06-131-9/+8
* dex: recieve bp msg when recovery, use atomic to protect the flag (#286)Sonic2019-06-131-6/+4
* dex: ignore acceptableDist when force synchronise (#285)Sonic2019-06-131-0/+12
* dex: fix start bp node with empty datadir (#278)Sonic2019-06-131-5/+8
* dex: do not start watchcat when blockchain is empty (#273)Wei-Ning Huang2019-06-121-4/+8
* dex: align recovery dMoment when resuming consensus (#271)Wei-Ning Huang2019-06-121-1/+16
* p2p, dex: add debug log (#269)Sonic2019-06-121-0/+4
* dex: properly shutdown protocol stack (#267)Wei-Ning Huang2019-06-121-1/+2
* dex: implement recovery mechanism (#258)Wei-Ning Huang2019-06-121-4/+26
* dex: rename IsLatticeSyncing to IsCoreSyncing (#238)Wei-Ning Huang2019-06-121-1/+1
* params: add Yilan network (#207)Mission Liao2019-06-121-1/+0
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-06-121-0/+201