aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
Commit message (Expand)AuthorAgeFilesLines
* core: start next BA only when previous block delivered (#571)Jimmy Hu2019-04-151-0/+7
* Remove this purge, it's done in Consensus (#566)Mission Liao2019-04-111-3/+0
* core: optimize message handle (#542)Jimmy Hu2019-04-021-7/+23
* core: clean TODOs (#539)Mission Liao2019-04-011-40/+44
* core: sign block hash for empty block (#517)Jimmy Hu2019-03-271-10/+20
* core: bring back agreement result (#515)Jimmy Hu2019-03-271-13/+52
* core: Remove agreement result (#514)Jimmy Hu2019-03-271-31/+13
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-271-65/+19
* core: abort hang DKG (#508)Mission Liao2019-03-221-0/+4
* core, syncer: integrate utils.RoundEvent (#490)Mission Liao2019-03-161-23/+46
* core/syncer: add force sync (#468)Jimmy Hu2019-03-151-2/+5
* utils: add RoundEvent (#482)Mission Liao2019-03-131-16/+16
* core: reduce blockrandomness message (#477)Jimmy Hu2019-03-101-14/+16
* core: fix empty parent not found (#470)Mission Liao2019-03-081-11/+17
* core: PreparePayload/Witness for genesis block (#465)Jimmy Hu2019-03-071-0/+14
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-041-2/+2
* core: fix panic by duplicated pending blocks (#460)Mission Liao2019-02-271-0/+5
* core: switch round by block height (#450)Mission Liao2019-02-201-31/+25
* core: fix stuffs (#448)Jimmy Hu2019-02-191-0/+4
* big-bang: single chain (#446)Mission Liao2019-02-191-0/+617
* cleanup (#109)Mission Liao2018-09-171-26/+0
* Fix typos and add .gitignore (#2)Haoping Ku2018-07-171-1/+1
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+26