index
:
dexon-consensus
dexon-classic
jimmy-check-deliver
jimmy-intf
jimmy-verify-timeout
master
mission-agreement-cache
mission-tmp
mission-vote-x
testnet
wip/lantw/license-makefile-shell-scripts
DEXON consensus algorithm (https://github.com/dexon-foundation/dexon-consensus)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
consensus.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: try to mitigate flaky tests (#498)
Mission Liao
2019-03-18
1
-2
/
+2
*
dkg: add reset field (#492)
Mission Liao
2019-03-17
1
-6
/
+5
*
core, syncer: integrate utils.RoundEvent (#490)
Mission Liao
2019-03-16
1
-185
/
+146
*
core/syncer: add force sync (#468)
Jimmy Hu
2019-03-15
1
-61
/
+80
*
core: recover DKG master private shares (#487)
bojie
2019-03-13
1
-1
/
+5
*
utils: add RoundEvent (#482)
Mission Liao
2019-03-13
1
-2
/
+2
*
core: touch tsigVerifier in blockchain module (#486)
Jimmy Hu
2019-03-12
1
-0
/
+4
*
core: move some dkg utils (#476)
Mission Liao
2019-03-11
1
-1
/
+1
*
core: reduce blockrandomness message (#477)
Jimmy Hu
2019-03-10
1
-0
/
+3
*
core: fix empty parent not found (#470)
Mission Liao
2019-03-08
1
-1
/
+9
*
core: Only accept block from nodeset (#467)
Jimmy Hu
2019-03-07
1
-0
/
+8
*
core: PreparePayload/Witness for genesis block (#465)
Jimmy Hu
2019-03-07
1
-5
/
+0
*
core: touch nodeSetCache (#466)
Jimmy Hu
2019-03-07
1
-0
/
+10
*
core: only check block hash and signature for pulled baConfirmed block (#464)
Jimmy Hu
2019-03-06
1
-7
/
+5
*
core: first few round will not have DKG (#455)
Jimmy Hu
2019-03-04
1
-33
/
+22
*
core: Change RoundInterval to RoundLength (#453)
Jimmy Hu
2019-02-26
1
-7
/
+7
*
core: switch round by block height (#450)
Mission Liao
2019-02-20
1
-113
/
+111
*
core: fix stuffs (#448)
Jimmy Hu
2019-02-19
1
-16
/
+21
*
big-bang: single chain (#446)
Mission Liao
2019-02-19
1
-192
/
+109
*
core: Optimize message processing (#434)
Jimmy Hu
2019-01-26
1
-41
/
+48
*
core: Reduce rebroadcast BA result (#433)
Jimmy Hu
2019-01-25
1
-3
/
+12
*
core: reduce rand result rebroadcast (#432)
Jimmy Hu
2019-01-24
1
-0
/
+5
*
core: Add vote filter (#430)
Jimmy Hu
2019-01-24
1
-1
/
+1
*
core: remove Governance.NotifyRoundHeight (#431)
Mission Liao
2019-01-24
1
-12
/
+5
*
core: optimize core (#428)
Jimmy Hu
2019-01-23
1
-13
/
+26
*
core: fix issue (#427)
Mission Liao
2019-01-21
1
-3
/
+0
*
core: Fix stuffs (#422)
Jimmy Hu
2019-01-18
1
-8
/
+0
*
core: find confirmed block in pending set and candidate set (#419)
Mission Liao
2019-01-16
1
-1
/
+1
*
core: Fix BA3.0 (#420)
Jimmy Hu
2019-01-15
1
-1
/
+2
*
syncer: fix issues when switching to core.Consensus (#418)
Mission Liao
2019-01-11
1
-10
/
+119
*
core: fix issues in consensus core (#415)
Jimmy Hu
2019-01-10
1
-6
/
+21
*
core: panic after no blocks delivered for 1 minute (#414)
Jimmy Hu
2019-01-09
1
-16
/
+40
*
core: report fork (#409)
Mission Liao
2019-01-08
1
-0
/
+8
*
core: BA 3.0 (#408)
Jimmy Hu
2019-01-07
1
-6
/
+9
*
core: remove useless branching code (#403)
wmin0
2019-01-07
1
-6
/
+2
*
core: fix stuffs (#401)
Mission Liao
2019-01-05
1
-2
/
+5
*
Fix TODO (#390)
Mission Liao
2019-01-02
1
-6
/
+9
*
core: Polish randomness (#385)
Jimmy Hu
2018-12-26
1
-4
/
+2
*
core: fix stuffs (#383)
Mission Liao
2018-12-26
1
-116
/
+65
*
core: pull block random (#384)
Jimmy Hu
2018-12-26
1
-16
/
+40
*
core: fix issues found when testing syncing. (#379)
Mission Liao
2018-12-24
1
-12
/
+30
*
core: simulation: add throughput and block event monitoring (#380)
haoping-ku
2018-12-22
1
-1
/
+33
*
utils: move authenticator to utils package (#378)
Mission Liao
2018-12-22
1
-21
/
+21
*
core: Add TODO
Jimmy Hu
2018-12-20
1
-0
/
+1
*
core: Add VerifyDKGMPKReadySignature (#377)
Jimmy Hu
2018-12-20
1
-1
/
+1
*
core: deliver finalized blocks upon receiving randomness results. (#376)
Mission Liao
2018-12-20
1
-9
/
+24
*
core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)
Jimmy Hu
2018-12-19
1
-1
/
+11
*
misc: panic not ready (#374)
Mission Liao
2018-12-18
1
-34
/
+15
*
syncer: fix stuffs (#373)
Mission Liao
2018-12-18
1
-1
/
+6
*
core: cache dkg's private key in db (#371)
Mission Liao
2018-12-16
1
-3
/
+4
*
db: cache compaction chain tip in db (#369)
Mission Liao
2018-12-13
1
-7
/
+11
*
core: check if CRS is proposed before running CRS (#368)
Jimmy Hu
2018-12-13
1
-9
/
+12
*
db: rename blockdb to db (#367)
Mission Liao
2018-12-13
1
-6
/
+6
*
syncer: fix stuffs (#366)
Mission Liao
2018-12-12
1
-28
/
+48
*
core: fix bugs found when node-set is not equal to notary-set (#362)
Mission Liao
2018-12-07
1
-32
/
+51
*
Haoping fix simulation (#356)
haoping-ku
2018-12-05
1
-5
/
+16
*
core: log the last pending block in compaction chain (#355)
Mission Liao
2018-12-04
1
-2
/
+3
*
core: Fix stuffs (#354)
Jimmy Hu
2018-12-04
1
-0
/
+9
*
core: construct consensus from syncer (#352)
Mission Liao
2018-12-04
1
-39
/
+142
*
core: Fix stuffs (#351)
Jimmy Hu
2018-11-30
1
-1
/
+1
*
core: remove finalized from compaction-chain module (#350)
Mission Liao
2018-11-30
1
-33
/
+3
*
core: syncer: add syncer (#346)
haoping-ku
2018-11-29
1
-37
/
+2
*
core: Fix stuffs (#342)
Jimmy Hu
2018-11-27
1
-2
/
+53
*
core: support NumChains change for BA modules (#339)
Mission Liao
2018-11-20
1
-199
/
+87
*
core: Block randomness will be processed again in finalized block (#338)
Jimmy Hu
2018-11-20
1
-20
/
+4
*
core, test: Fix various issues (#337)
Jimmy Hu
2018-11-19
1
-1
/
+3
*
core: Handle issues if DKG/CRS is already finished (#334)
Jimmy Hu
2018-11-18
1
-33
/
+10
*
core: Fix various syncing issue. (#331)
Jimmy Hu
2018-11-16
1
-18
/
+25
*
core: Fix issues in syncing mode (#329)
Jimmy Hu
2018-11-15
1
-0
/
+6
*
core: Fix syncing issues (#326)
Jimmy Hu
2018-11-14
1
-2
/
+9
*
utils: add utils package (#327)
Mission Liao
2018-11-14
1
-3
/
+4
*
core: Integrate totalOrdering syncer (#322)
Jimmy Hu
2018-11-13
1
-0
/
+2
*
core: expose implicit round shift (#321)
Mission Liao
2018-11-13
1
-10
/
+5
*
core: Reduce call to Application.VerifyBlock (#317)
Jimmy Hu
2018-11-13
1
-2
/
+1
*
test: add integration test (#315)
Mission Liao
2018-11-11
1
-4
/
+0
*
simulation: use test.Governacne in simulation (#311)
Mission Liao
2018-11-08
1
-1
/
+2
*
core: revert the revert for broken commit and fix (#309)
Mission Liao
2018-11-08
1
-67
/
+78
*
core: Optimize core (#307)
Jimmy Hu
2018-11-08
1
-10
/
+34
*
Revert "core: unbind global round in Consensus (#304)" (#306)
Mission Liao
2018-11-08
1
-59
/
+57
*
core: unbind global round in Consensus (#304)
Mission Liao
2018-11-06
1
-57
/
+59
*
core: Run DKG stuffs only if the node is in DKG set (#302)
Jimmy Hu
2018-11-06
1
-15
/
+46
*
core: lattice-data: fix details and add test (#299)
haoping-ku
2018-11-06
1
-1
/
+1
*
core: Fix deadlock (#298)
Jimmy Hu
2018-11-05
1
-0
/
+9
*
core: notify consensus height for genesis rounds (#296)
Mission Liao
2018-11-05
1
-1
/
+7
*
core: Fix dkg and CRS signature (#294)
Jimmy Hu
2018-11-05
1
-3
/
+3
*
core: Fix BA stuffs (#293)
Jimmy Hu
2018-11-05
1
-1
/
+4
*
core: Fix fork vote (#290)
Jimmy Hu
2018-11-03
1
-4
/
+4
*
core: reset CRS in leader selector by round (#286)
Mission Liao
2018-11-02
1
-14
/
+10
*
core: block deliver with position (#289)
Mission Liao
2018-11-02
1
-1
/
+1
*
core: Remove max block interval (#287)
Jimmy Hu
2018-11-02
1
-0
/
+3
*
Rename repo to dexon-consensus
Wei-Ning Huang
2018-11-02
1
-10
/
+10
*
core: Fix various locking issues (#285)
Jimmy Hu
2018-11-02
1
-17
/
+23
*
core: fix possible fork vote (#283)
Jimmy Hu
2018-11-01
1
-1
/
+1
*
core: Add PullVotes to Network. (#281)
Jimmy Hu
2018-10-31
1
-0
/
+6
*
core: fix NotifyRoundHeight is not called when processing blocks
Mission Liao
2018-10-31
1
-10
/
+16
*
core: Fix goroutine leaks (#270)
Jimmy Hu
2018-10-29
1
-0
/
+1
*
core: Unit test for BA sync (#265)
Jimmy Hu
2018-10-26
1
-0
/
+13
*
core: sync BA (#264)
Jimmy Hu
2018-10-26
1
-15
/
+40
*
core: Pull block (#263)
Jimmy Hu
2018-10-26
1
-23
/
+65
*
core: Leader selector will retry sanityCheck (#261)
Jimmy Hu
2018-10-26
1
-3
/
+8
*
core: Lock entire lattice.ProcessBlock (#259)
Jimmy Hu
2018-10-26
1
-0
/
+4
*
core: lattice sync (#257)
Jimmy Hu
2018-10-25
1
-9
/
+6
*
core: Move dkg in types to types/dkg. (#253)
Jimmy Hu
2018-10-25
1
-7
/
+8
*
core: fix stuffs (#250)
Mission Liao
2018-10-24
1
-2
/
+2
*
core: disable nonblocking temporarily (#249)
Mission Liao
2018-10-24
1
-9
/
+5
*
core: reduce calls to Application.VerifyBlock (#247)
Mission Liao
2018-10-24
1
-2
/
+2
*
core: fix panic when proposed block is nil (#248)
Mission Liao
2018-10-24
1
-0
/
+4
*
core: notify fullnode to snapshot configs when round change. (#243)
Mission Liao
2018-10-23
1
-8
/
+19
*
core: add round parameter to ProposeCRS method (#244)
Wei-Ning Huang
2018-10-23
1
-2
/
+2
*
simulation: Cache network broadcasted message (#242)
Jimmy Hu
2018-10-23
1
-10
/
+5
*
core: Change dkg timing (#241)
Jimmy Hu
2018-10-23
1
-12
/
+17
*
core: remove duplicate BroadcastRandomnessResult call (#240)
Wei-Ning Huang
2018-10-23
1
-6
/
+1
*
core: prepare empty block if null block is confirmed by BA. (#231)
Jimmy Hu
2018-10-23
1
-6
/
+35
*
core: fix uninitialized variable in configuration chain (#238)
Wei-Ning Huang
2018-10-22
1
-1
/
+1
*
core: Handling self proposed DKG private share (#236)
Jimmy Hu
2018-10-22
1
-11
/
+22
*
core: fix logging for SendDKGPrivateShare (#234)
Wei-Ning Huang
2018-10-20
1
-1
/
+2
*
Start Run() until dMoment. (#233)
Jimmy Hu
2018-10-20
1
-0
/
+2
*
core: initial commit for logger (#228)
Mission Liao
2018-10-19
1
-36
/
+107
*
core: Append all config till Initial block (#225)
Jimmy Hu
2018-10-18
1
-0
/
+7
*
core: sync compaction chain (#222)
Jimmy Hu
2018-10-18
1
-1
/
+19
*
core: Add init block to Run() (#221)
Jimmy Hu
2018-10-18
1
-1
/
+2
*
core: Some sync functions (#220)
Jimmy Hu
2018-10-17
1
-4
/
+20
*
core: Rebroadcast agreement and randomness result. (#218)
Jimmy Hu
2018-10-17
1
-18
/
+28
*
core: Add stop function to all components (#216)
Jimmy Hu
2018-10-17
1
-4
/
+11
*
core: New dexon ba (#210)
Jimmy Hu
2018-10-16
1
-5
/
+16
*
core: Change First round dkg timing (#209)
Jimmy Hu
2018-10-16
1
-4
/
+5
*
core: Change threshold (#205)
Jimmy Hu
2018-10-15
1
-1
/
+1
*
Remove duplicated dMoment in Consensus.Run (#206)
Jimmy Hu
2018-10-15
1
-2
/
+4
*
core: Change DKG threshold (#204)
Jimmy Hu
2018-10-15
1
-2
/
+2
*
core: Fix simulation errors. (#202)
Jimmy Hu
2018-10-15
1
-28
/
+32
*
core: fix simulation error (#201)
Jimmy Hu
2018-10-15
1
-2
/
+2
*
core: No randomness for round 0 (#198)
Jimmy Hu
2018-10-15
1
-0
/
+6
*
core: latticeData supports config change (#190)
Mission Liao
2018-10-12
1
-8
/
+8
*
core: change interface (#193)
Mission Liao
2018-10-11
1
-6
/
+3
*
core: Add round to DKG methods in gov. Change network interface name (#185)
Jimmy Hu
2018-10-09
1
-4
/
+4
*
core: Add DKG final message. (#181)
Jimmy Hu
2018-10-09
1
-0
/
+9
*
core: update config variable name grammar and remove configuration (#184)
Wei-Ning Huang
2018-10-08
1
-5
/
+7
*
core: Remove round from gov.ProposeCRS (#183)
Jimmy Hu
2018-10-08
1
-1
/
+1
*
core: Add block randomness in compaction-chain module (#179)
Jimmy Hu
2018-10-08
1
-3
/
+13
*
core: Block randomness generation. (#178)
Jimmy Hu
2018-10-08
1
-3
/
+66
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-2
/
+61
*
core: find block in db (#174)
Mission Liao
2018-10-05
1
-1
/
+4
*
core: Use event to run DKG and CRS in Consensus. (#171)
Jimmy Hu
2018-10-04
1
-40
/
+44
*
core: publish round based config (#165)
Mission Liao
2018-10-03
1
-1
/
+1
*
core: Add unit test for DKG CRS in consensus (#163)
Jimmy Hu
2018-10-03
1
-0
/
+5
*
core: remove shard (#161)
Mission Liao
2018-10-02
1
-11
/
+11
*
core: replace reliable-broadcast with shard (#159)
Mission Liao
2018-10-02
1
-171
/
+50
*
core: run DKG and CRS at background. (#155)
Jimmy Hu
2018-10-02
1
-16
/
+71
*
core: update data model to reflect new model (#157)
Wei-Ning Huang
2018-10-01
1
-64
/
+2
*
core: check block timestamp (#156)
Jimmy Hu
2018-10-01
1
-0
/
+10
*
core: use notarySet for BA module. (#153)
Jimmy Hu
2018-10-01
1
-32
/
+36
*
core: integrate authenticator (#150)
Mission Liao
2018-09-30
1
-45
/
+31
*
core: remove legacy mode (#149)
Mission Liao
2018-09-28
1
-25
/
+9
*
core: hide types.NodeID from full node. (#147)
Mission Liao
2018-09-28
1
-89
/
+50
*
core: update governance interface and config (#145)
Wei-Ning Huang
2018-09-27
1
-6
/
+11
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-14
/
+5
*
core: move crypto to core/crypto (#140)
Mission Liao
2018-09-26
1
-1
/
+1
*
core: configuration chain test (#137)
Jimmy Hu
2018-09-26
1
-1
/
+1
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-42
/
+35
*
core: update governance interface to consider genesis state (#136)
Wei-Ning Huang
2018-09-25
1
-52
/
+70
*
Fix naming of methods (#134)
Mission Liao
2018-09-25
1
-3
/
+3
*
core: add debug (#133)
Mission Liao
2018-09-25
1
-15
/
+13
*
core: run first DKG at startup. (#129)
Jimmy Hu
2018-09-23
1
-21
/
+163
*
core: add shard (#127)
Mission Liao
2018-09-21
1
-9
/
+9
*
core: refactor witness data processing flow (#124)
Wei-Ning Huang
2018-09-20
1
-10
/
+42
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-24
/
+24
*
core: rename Notary (Acks) to Witness (#118)
Wei-Ning Huang
2018-09-19
1
-15
/
+15
*
core: refine governance interface to reduce Get* methods (#114)
Wei-Ning Huang
2018-09-18
1
-15
/
+19
*
core: remove ticker parameter from NewConsensus
Mission Liao
2018-09-18
1
-8
/
+6
*
core: move blockdb into core package and minor change on governance interface...
Wei-Ning Huang
2018-09-17
1
-8
/
+8
*
cleanup (#109)
Mission Liao
2018-09-17
1
-27
/
+24
*
core: Fix BA Fork issues (#104)
Jimmy Hu
2018-09-13
1
-16
/
+16
*
core: replace acks with slice (#102)
Mission Liao
2018-09-12
1
-1
/
+0
*
core: types: use []byte for block Payload type (#101)
Wei-Ning Huang
2018-09-12
1
-2
/
+2
*
core: total ordering with chain ID (#100)
Mission Liao
2018-09-12
1
-1
/
+1
*
simulation: integrate test.Transport (#99)
Mission Liao
2018-09-11
1
-1
/
+0
*
core: timestamp (#98)
Jimmy Hu
2018-09-11
1
-8
/
+3
*
misc: Polish BA. (#94)
Jimmy Hu
2018-09-05
1
-5
/
+6
*
core: BA-based consensus core. (#93)
Jimmy Hu
2018-09-04
1
-27
/
+220
*
core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...
Jimmy Hu
2018-09-03
1
-6
/
+10
*
Add methods to Application interface. (#86)
Jimmy Hu
2018-08-31
1
-0
/
+1
*
Use Network in Consensus core (#85)
Jimmy Hu
2018-08-31
1
-0
/
+94
*
core: Add PreparePayloads to Application and Remove blockConverter interface....
Jimmy Hu
2018-08-30
1
-13
/
+8
*
core: Change the lattice key from validatorID to chainID. (#83)
Jimmy Hu
2018-08-30
1
-0
/
+1
*
core: tune total ordering performance (#81)
Mission Liao
2018-08-30
1
-1
/
+5
*
core: tune performance (#73)
Mission Liao
2018-08-28
1
-0
/
+4
*
core: Add vote type and add field to block. (#76)
Jimmy Hu
2018-08-28
1
-0
/
+5
*
core: Notary ack application. (#70)
Jimmy Hu
2018-08-22
1
-0
/
+4
*
core: Notary ack (#69)
Jimmy Hu
2018-08-21
1
-35
/
+13
*
core: NotaryAck interfaces. (#67)
Jimmy Hu
2018-08-20
1
-6
/
+22
*
core: Remove notary ack. (#64)
Jimmy Hu
2018-08-16
1
-22
/
+25
*
Verify consensus info and the acking's signature (#63)
Jimmy Hu
2018-08-16
1
-3
/
+29
*
core: Add compaction chain module. (#60)
Jimmy Hu
2018-08-16
1
-0
/
+9
*
core: Add a nonBlockingApplication. (#62)
Jimmy Hu
2018-08-15
1
-1
/
+1
*
core: Prepare Genesis block. (#54)
Jimmy Hu
2018-08-14
1
-8
/
+45
*
core: Sign block in Consensus.PrepareBlock. (#50)
Jimmy Hu
2018-08-13
1
-2
/
+33
*
core: Hash block in Consensus.PrepareBlock. (#46)
Jimmy Hu
2018-08-12
1
-0
/
+22
*
core: Modify Consensus interface (#45)
Jimmy Hu
2018-08-10
1
-3
/
+21
*
core: update governance interface and move K into config (#40)
Wei-Ning Huang
2018-08-10
1
-5
/
+2
*
core: Deliver only Hash to Application. (#43)
Jimmy Hu
2018-08-10
1
-2
/
+6
*
core: Add Consensus to replace core.Blocklattice (#35)
Mission Liao
2018-08-08
1
-0
/
+130