index
:
tangerine-consensus
master
Tangerine consensus algorithm (https://github.com/tangerine-network/tangerine-consensus)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
consensus_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: migrate to github.com/tangerine-network
Hao
2019-09-17
1
-7
/
+7
*
core: do not panic in deliveryGuard but send a stop message instead
Wei-Ning Huang
2019-06-23
1
-1
/
+1
*
Update import path
Wei-Ning Huang
2019-06-23
1
-7
/
+7
*
core: fix flaky test
Jimmy Hu
2019-04-14
1
-0
/
+7
*
core: add report bad peer interface to network (#559)
Jimmy Hu
2019-04-12
1
-13
/
+45
*
core: clean TODOs (#539)
Mission Liao
2019-04-01
1
-6
/
+5
*
core: run dkg by height (#527)
Jimmy Hu
2019-03-29
1
-5
/
+17
*
core: merge notarySet and DKGSet (#488)
Jimmy Hu
2019-03-27
1
-9
/
+4
*
core: remove initRoundBeginHeight paramenter
Mission Liao
2019-03-22
1
-2
/
+2
*
core: abort hang DKG (#508)
Mission Liao
2019-03-22
1
-2
/
+2
*
core: height event handlers are not called (#509)
Mission Liao
2019-03-22
1
-0
/
+50
*
core: reset DKG (#502)
Mission Liao
2019-03-20
1
-1
/
+1
*
core: snapshot DKG protocol struct when finish any phase (#496)
bojie
2019-03-18
1
-0
/
+2
*
dkg: add reset field (#492)
Mission Liao
2019-03-17
1
-2
/
+2
*
core, syncer: integrate utils.RoundEvent (#490)
Mission Liao
2019-03-16
1
-1
/
+1
*
test: prohibit dkg (#489)
Mission Liao
2019-03-14
1
-2
/
+2
*
core: recover DKG master private shares (#487)
bojie
2019-03-13
1
-0
/
+40
*
core: first few round will not have DKG (#455)
Jimmy Hu
2019-03-04
1
-2
/
+2
*
core: Change RoundInterval to RoundLength (#453)
Jimmy Hu
2019-02-26
1
-1
/
+1
*
core: switch round by block height (#450)
Mission Liao
2019-02-20
1
-14
/
+3
*
core: fix stuffs (#448)
Jimmy Hu
2019-02-19
1
-0
/
+1
*
big-bang: single chain (#446)
Mission Liao
2019-02-19
1
-321
/
+1
*
core: remove Governance.NotifyRoundHeight (#431)
Mission Liao
2019-01-24
1
-1
/
+1
*
core: Fix stuffs (#422)
Jimmy Hu
2019-01-18
1
-28
/
+1
*
syncer: fix issues when switching to core.Consensus (#418)
Mission Liao
2019-01-11
1
-0
/
+1
*
core: BA 3.0 (#408)
Jimmy Hu
2019-01-07
1
-8
/
+4
*
test: add witness preparation/verification (#386)
Mission Liao
2018-12-27
1
-1
/
+1
*
core: pull block random (#384)
Jimmy Hu
2018-12-26
1
-0
/
+4
*
utils: move authenticator to utils package (#378)
Mission Liao
2018-12-22
1
-7
/
+8
*
core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)
Jimmy Hu
2018-12-19
1
-1
/
+0
*
db: cache compaction chain tip in db (#369)
Mission Liao
2018-12-13
1
-0
/
+1
*
db: rename blockdb to db (#367)
Mission Liao
2018-12-13
1
-3
/
+3
*
syncer: fix stuffs (#366)
Mission Liao
2018-12-12
1
-5
/
+6
*
core: Longer lambda for TravisCI (#365)
Jimmy Hu
2018-12-10
1
-1
/
+4
*
ci: Add TravisCI setting. (#363)
Jimmy Hu
2018-12-08
1
-24
/
+48
*
core: fix bugs found when node-set is not equal to notary-set (#362)
Mission Liao
2018-12-07
1
-0
/
+1
*
test: allow to log in test.State (#359)
Mission Liao
2018-12-06
1
-5
/
+10
*
core: construct consensus from syncer (#352)
Mission Liao
2018-12-04
1
-1
/
+1
*
core: Fix stuffs (#351)
Jimmy Hu
2018-11-30
1
-0
/
+3
*
core: remove StronglyAcked (#347)
Mission Liao
2018-11-29
1
-9
/
+8
*
core: support NumChains change for BA modules (#339)
Mission Liao
2018-11-20
1
-17
/
+20
*
core: Handle issues if DKG/CRS is already finished (#334)
Jimmy Hu
2018-11-18
1
-1
/
+1
*
core: expose implicit round shift (#321)
Mission Liao
2018-11-13
1
-5
/
+5
*
core: Extract VoteHeader (#313)
Mission Liao
2018-11-09
1
-10
/
+4
*
core: revert the revert for broken commit and fix (#309)
Mission Liao
2018-11-08
1
-2
/
+2
*
Revert "core: unbind global round in Consensus (#304)" (#306)
Mission Liao
2018-11-08
1
-2
/
+2
*
core: unbind global round in Consensus (#304)
Mission Liao
2018-11-06
1
-2
/
+2
*
core: reset CRS in leader selector by round (#286)
Mission Liao
2018-11-02
1
-1
/
+1
*
Rename repo to dexon-consensus
Wei-Ning Huang
2018-11-02
1
-11
/
+11
*
core: core.Lattice supports config change (#276)
Mission Liao
2018-11-01
1
-1
/
+1
*
core: Add PullVotes to Network. (#281)
Jimmy Hu
2018-10-31
1
-0
/
+4
*
core: Unit test for BA sync (#265)
Jimmy Hu
2018-10-26
1
-0
/
+73
*
core: sync BA (#264)
Jimmy Hu
2018-10-26
1
-0
/
+15
*
core: Pull block (#263)
Jimmy Hu
2018-10-26
1
-0
/
+4
*
core: Move dkg in types to types/dkg. (#253)
Jimmy Hu
2018-10-25
1
-5
/
+6
*
test: Fix datarace in test (#251)
Jimmy Hu
2018-10-24
1
-6
/
+12
*
test: add test.State (#239)
Mission Liao
2018-10-24
1
-22
/
+27
*
core: disable nonblocking temporarily (#249)
Mission Liao
2018-10-24
1
-1
/
+0
*
core: initial commit for logger (#228)
Mission Liao
2018-10-19
1
-2
/
+2
*
core: total-ordering: change early flag to mode (#227)
Haoping Ku
2018-10-19
1
-4
/
+4
*
core: Add init block to Run() (#221)
Jimmy Hu
2018-10-18
1
-0
/
+1
*
core: genesis consensus timestamp (#217)
Mission Liao
2018-10-17
1
-9
/
+16
*
core: Add stop function to all components (#216)
Jimmy Hu
2018-10-17
1
-21
/
+35
*
core: Change First round dkg timing (#209)
Jimmy Hu
2018-10-16
1
-0
/
+1
*
core: Fix simulation errors. (#202)
Jimmy Hu
2018-10-15
1
-1
/
+1
*
core: fix simulation error (#201)
Jimmy Hu
2018-10-15
1
-6
/
+11
*
core: change interface (#193)
Mission Liao
2018-10-11
1
-1
/
+1
*
core: Add round to DKG methods in gov. Change network interface name (#185)
Jimmy Hu
2018-10-09
1
-2
/
+2
*
core: Add block randomness in compaction-chain module (#179)
Jimmy Hu
2018-10-08
1
-0
/
+3
*
core: General tsig (#177)
Jimmy Hu
2018-10-05
1
-0
/
+12
*
core: Use event to run DKG and CRS in Consensus. (#171)
Jimmy Hu
2018-10-04
1
-5
/
+0
*
core: Add unit test for DKG CRS in consensus (#163)
Jimmy Hu
2018-10-03
1
-3
/
+102
*
core: remove shard (#161)
Mission Liao
2018-10-02
1
-1
/
+1
*
core: replace reliable-broadcast with shard (#159)
Mission Liao
2018-10-02
1
-93
/
+62
*
core: update data model to reflect new model (#157)
Wei-Ning Huang
2018-10-01
1
-4
/
+0
*
core: check block timestamp (#156)
Jimmy Hu
2018-10-01
1
-29
/
+54
*
core: hide types.NodeID from full node. (#147)
Mission Liao
2018-09-28
1
-26
/
+18
*
core: update governance interface and config (#145)
Wei-Ning Huang
2018-09-27
1
-3
/
+3
*
crypto: sigtopub to crypto package. remove SigToPubFn (#141)
Jimmy Hu
2018-09-26
1
-2
/
+1
*
core: move crypto to core/crypto (#140)
Mission Liao
2018-09-26
1
-1
/
+1
*
core: run TSIG for first configuration block at startup (#135)
Jimmy Hu
2018-09-26
1
-0
/
+6
*
core: update governance interface to consider genesis state (#136)
Wei-Ning Huang
2018-09-25
1
-3
/
+3
*
core: add debug (#133)
Mission Liao
2018-09-25
1
-31
/
+17
*
core: run first DKG at startup. (#129)
Jimmy Hu
2018-09-23
1
-0
/
+5
*
core: add shard (#127)
Mission Liao
2018-09-21
1
-18
/
+18
*
Rename validator* to node* (#120)
Mission Liao
2018-09-20
1
-55
/
+55
*
core: rename Notary (Acks) to Witness (#118)
Wei-Ning Huang
2018-09-19
1
-2
/
+2
*
core: refine governance interface to reduce Get* methods (#114)
Wei-Ning Huang
2018-09-18
1
-5
/
+5
*
core: remove ticker parameter from NewConsensus
Mission Liao
2018-09-18
1
-5
/
+4
*
core: move blockdb into core package and minor change on governance interface...
Wei-Ning Huang
2018-09-17
1
-1
/
+1
*
core: DKG interface (#108)
Jimmy Hu
2018-09-17
1
-0
/
+5
*
core: timestamp (#98)
Jimmy Hu
2018-09-11
1
-3
/
+8
*
core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...
Jimmy Hu
2018-09-03
1
-17
/
+35
*
Use Network in Consensus core (#85)
Jimmy Hu
2018-08-31
1
-1
/
+22
*
core: Change the lattice key from validatorID to chainID. (#83)
Jimmy Hu
2018-08-30
1
-8
/
+18
*
simulation: add simulation with scheduler (#71)
Mission Liao
2018-08-21
1
-1
/
+1
*
core: Add a nonBlockingApplication. (#62)
Jimmy Hu
2018-08-15
1
-7
/
+14
*
core: Prepare Genesis block. (#54)
Jimmy Hu
2018-08-14
1
-40
/
+62
*
core: Sign block in Consensus.PrepareBlock. (#50)
Jimmy Hu
2018-08-13
1
-1
/
+4
*
core: Hash block in Consensus.PrepareBlock. (#46)
Jimmy Hu
2018-08-12
1
-5
/
+11
*
core: Modify Consensus interface (#45)
Jimmy Hu
2018-08-10
1
-10
/
+10
*
core: update governance interface and move K into config (#40)
Wei-Ning Huang
2018-08-10
1
-3
/
+3
*
core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...
Jimmy Hu
2018-08-09
1
-1
/
+1
*
core: Add Consensus to replace core.Blocklattice (#35)
Mission Liao
2018-08-08
1
-0
/
+305