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
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: optimize dkg protocol (#582)
Jimmy Hu
2019-05-06
1
-2
/
+17
*
core: optimize syncer handling agreement result (#581)
Jimmy Hu
2019-05-03
4
-31
/
+18
*
core: fix test (#579)
Jimmy Hu
2019-04-25
1
-1
/
+1
*
core: fix dkg complaint handling (#578)
Jimmy Hu
2019-04-25
2
-6
/
+9
*
core: change log level (#577)
Jimmy Hu
2019-04-24
1
-2
/
+2
*
core: prevent vote being filtered (#576)
Jimmy Hu
2019-04-22
1
-1
/
+2
*
utils: fix logic to trigger round events (#575)
Mission Liao
2019-04-19
3
-53
/
+51
*
misc: fix dep
Jimmy Hu
2019-04-18
3
-12
/
+19
*
core: optimize handling for bad block (#574)
Jimmy Hu
2019-04-15
4
-31
/
+62
*
core: add whether to report to VerifyPSig (#572)
Jimmy Hu
2019-04-15
5
-14
/
+21
*
core: start next BA only when previous block delivered (#571)
Jimmy Hu
2019-04-15
4
-5
/
+19
*
core: Add DKGSuccess (#569)
Jimmy Hu
2019-04-15
17
-22
/
+311
*
core: fix rebroadcast anti nack complaint (#570)
Jimmy Hu
2019-04-15
1
-2
/
+5
*
core: fix flaky test
Jimmy Hu
2019-04-14
1
-0
/
+7
*
core: add log to verify psig
Jimmy Hu
2019-04-13
1
-0
/
+10
*
core: add report bad peer interface to network (#559)
Jimmy Hu
2019-04-12
12
-55
/
+178
*
Remove this purge, it's done in Consensus (#566)
Mission Liao
2019-04-11
1
-3
/
+0
*
misc: fix bls dependency
Jimmy Hu
2019-04-11
1
-1
/
+1
*
core: fix false alarm (#564)
Jimmy Hu
2019-04-11
8
-67
/
+117
*
core: change CRSSignature with bls (#563)
Jimmy Hu
2019-04-11
11
-85
/
+104
*
dkg: first part of change to BLS12_381 (#561)
Sonic
2019-04-11
2
-3
/
+3
*
core: add reset to db.PutDKGPrivateKey (#560)
Jimmy Hu
2019-04-10
6
-53
/
+78
*
core: try to recover dkg private key from db (#558)
Jimmy Hu
2019-04-10
1
-20
/
+42
*
core: syncer: fix force sync (#556)
Jimmy Hu
2019-04-09
4
-5
/
+19
*
core: priority process self message (#557)
Jimmy Hu
2019-04-09
1
-5
/
+17
*
core: remove payload from reportForkBlock (#555)
Jimmy Hu
2019-04-09
3
-2
/
+17
*
core: refine VerifyAgreementResult (#553)
Mission Liao
2019-04-08
4
-18
/
+31
*
core: run TSig forever when ForceSync (#554)
Jimmy Hu
2019-04-08
3
-9
/
+12
*
core: filter vote if already processed (#552)
Jimmy Hu
2019-04-08
3
-1
/
+21
*
core, core: crypto: dkg: fix concurrent access bug (#551)
Jimmy Hu
2019-04-06
3
-10
/
+36
*
core: do nothing if not in notary set (#549)
Jimmy Hu
2019-04-04
1
-0
/
+8
*
core/crypto/dkg: concurrent access for gpk (#548)
Jimmy Hu
2019-04-04
14
-44
/
+133
*
core: add benchmark
Jimmy Hu
2019-04-03
1
-8
/
+50
*
core: prepare signer and npk (#545)
Jimmy Hu
2019-04-03
1
-6
/
+22
*
core: syncer: add deliver pending blocks (#546)
Jimmy Hu
2019-04-03
2
-0
/
+33
*
core: fix disqualified (#544)
Jimmy Hu
2019-04-02
2
-2
/
+2
*
Fix oops (#543)
Mission Liao
2019-04-02
1
-1
/
+1
*
core: optimize message handle (#542)
Jimmy Hu
2019-04-02
6
-38
/
+129
*
core: only qualified nodes can participant BA (#540)
Jimmy Hu
2019-04-02
7
-77
/
+104
*
core: fix 'round not change' bug in receiver (#538)
Jimmy Hu
2019-04-02
3
-91
/
+45
*
core: expose CalcQualifyNodes function (#541)
Wei-Ning Huang
2019-04-01
1
-3
/
+4
*
core: clean TODOs (#539)
Mission Liao
2019-04-01
32
-671
/
+647
*
core: touch node cache even in reset (#537)
Jimmy Hu
2019-04-01
1
-3
/
+0
*
core: Fix invalid block height when triggering init round event (#533)
Mission Liao
2019-03-29
2
-20
/
+2
*
syncer: confirmed block without randomness (#532)
Mission Liao
2019-03-29
1
-4
/
+8
*
core: run dkg by height (#527)
Jimmy Hu
2019-03-29
4
-73
/
+180
*
core: reset DKG if to less qualified nodes (#528)
Jimmy Hu
2019-03-29
3
-5
/
+14
*
core: fix issues (#525)
Mission Liao
2019-03-28
3
-15
/
+20
*
core: workaround for GetRoundHeight (#526)
Jimmy Hu
2019-03-28
3
-3
/
+18
*
core: add log for restarting BA (#524)
Jimmy Hu
2019-03-28
3
-0
/
+8
*
core: workaround for GetRoundHeight (#523)
Jimmy Hu
2019-03-27
4
-4
/
+33
*
core: fix issues (#522)
Jimmy Hu
2019-03-27
3
-11
/
+23
*
core: Update BA to the latest version (#519)
Jimmy Hu
2019-03-27
5
-74
/
+59
*
core: sign block hash for empty block (#517)
Jimmy Hu
2019-03-27
4
-15
/
+241
*
core: bring back agreement result (#515)
Jimmy Hu
2019-03-27
8
-78
/
+239
*
core: Remove agreement result (#514)
Jimmy Hu
2019-03-27
12
-232
/
+492
*
core: merge notarySet and DKGSet (#488)
Jimmy Hu
2019-03-27
35
-870
/
+413
*
core: fix required vote calculations (#513)
Jimmy Hu
2019-03-24
3
-2
/
+5
*
core: refine DKG aborting (#512)
Mission Liao
2019-03-23
8
-42
/
+81
*
core: remove initRoundBeginHeight paramenter
Mission Liao
2019-03-22
13
-152
/
+153
*
core: abort hang DKG (#508)
Mission Liao
2019-03-22
10
-116
/
+152
*
core: fix PrivateShares RLP decode/encode bug (#510)
bojie
2019-03-22
2
-5
/
+62
*
core: height event handlers are not called (#509)
Mission Liao
2019-03-22
7
-103
/
+154
*
core: fix DKGProtocolInfo RLP decode/encode bug (#505)
bojie
2019-03-20
2
-8
/
+133
*
core: reset DKG (#502)
Mission Liao
2019-03-20
19
-79
/
+395
*
core: remove round from addDKG fuction (#501)
Jimmy Hu
2019-03-19
8
-54
/
+40
*
core: abort hang dkg (#500)
Mission Liao
2019-03-19
4
-59
/
+232
*
core/syncer: fix a bug in ForceSync (#499)
Jimmy Hu
2019-03-18
1
-5
/
+8
*
core: snapshot DKG protocol struct when finish any phase (#496)
bojie
2019-03-18
9
-159
/
+552
*
test: try to mitigate flaky tests (#498)
Mission Liao
2019-03-18
5
-19
/
+32
*
test: fix data race (#497)
bojie
2019-03-18
1
-9
/
+17
*
core: fix 'failed to pre process block' message if unknown block is confirmed...
Jimmy Hu
2019-03-18
1
-0
/
+6
*
dkg: add reset field (#492)
Mission Liao
2019-03-17
14
-153
/
+502
*
core: add GetRoundHeight interface (#493)
Wei-Ning Huang
2019-03-17
2
-0
/
+8
*
syncer: watchcat: move timeout config to constructor (#494)
Wei-Ning Huang
2019-03-16
2
-11
/
+15
*
core, syncer: integrate utils.RoundEvent (#490)
Mission Liao
2019-03-16
13
-354
/
+478
*
core/syncer: add force sync (#468)
Jimmy Hu
2019-03-15
5
-63
/
+260
*
core/syncer: rename terminator to watchcat (#491)
Jimmy Hu
2019-03-15
2
-54
/
+61
*
core: Add Recovery Interface (#463)
Jimmy Hu
2019-03-15
3
-0
/
+269
*
test: prohibit dkg (#489)
Mission Liao
2019-03-14
10
-21
/
+301
*
core: recover DKG master private shares (#487)
bojie
2019-03-13
10
-16
/
+255
*
utils: add RoundEvent (#482)
Mission Liao
2019-03-13
9
-76
/
+722
*
core: touch tsigVerifier in blockchain module (#486)
Jimmy Hu
2019-03-12
1
-0
/
+4
*
core: recoverDKGInfo return partial result (#485)
Jimmy Hu
2019-03-12
1
-21
/
+46
*
core/syncer: fix syncer deadlock (#479)
Mission Liao
2019-03-12
1
-20
/
+24
*
core: split GroupPublicKey and NodePublicKeys (#484)
Jimmy Hu
2019-03-12
5
-74
/
+220
*
core: move some dkg utils (#476)
Mission Liao
2019-03-11
9
-173
/
+174
*
core: reduce blockrandomness message (#477)
Jimmy Hu
2019-03-10
3
-14
/
+44
*
core: check if self's privateShare match MPK registered (#474)
Jimmy Hu
2019-03-10
2
-0
/
+168
*
syncer: avoid attacked by older AgreementResult when syncing (#471)
Mission Liao
2019-03-08
1
-0
/
+8
*
core: fix empty parent not found (#470)
Mission Liao
2019-03-08
3
-22
/
+61
*
core/utils: fix verifyDKGComplaint bug (#472)
Jimmy Hu
2019-03-08
2
-3
/
+3
*
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
2
-5
/
+14
*
core: touch nodeSetCache (#466)
Jimmy Hu
2019-03-07
3
-0
/
+36
*
core: only check block hash and signature for pulled baConfirmed block (#464)
Jimmy Hu
2019-03-06
1
-7
/
+5
*
dkg: no need to rlp encode/decode cache related data (#462)
Sonic
2019-03-05
2
-47
/
+12
*
core: first few round will not have DKG (#455)
Jimmy Hu
2019-03-04
17
-93
/
+100
*
core: resetDKG interface (#461)
Jimmy Hu
2019-03-04
5
-18
/
+129
*
core: fix panic by duplicated pending blocks (#460)
Mission Liao
2019-02-27
2
-2
/
+9
*
syncer: fix syncer panic (#456)
Mission Liao
2019-02-27
3
-3
/
+127
*
core: Change RoundInterval to RoundLength (#453)
Jimmy Hu
2019-02-26
17
-47
/
+47
*
core: remove acks (#451)
Mission Liao
2019-02-22
8
-76
/
+11
*
core: switch round by block height (#450)
Mission Liao
2019-02-20
39
-706
/
+483
*
core: fix stuffs (#448)
Jimmy Hu
2019-02-19
3
-16
/
+26
*
big-bang: single chain (#446)
Mission Liao
2019-02-19
68
-11863
/
+1689
*
core: change pull vote position (#449)
Jimmy Hu
2019-02-19
1
-6
/
+6
*
integration_test: Add a byzantine test (#447)
Jimmy Hu
2019-02-15
3
-12
/
+195
*
core: fix closing closed channel (#445)
Jimmy Hu
2019-02-14
1
-9
/
+17
*
core: polish dkg for recovery (#443)
Jimmy Hu
2019-02-13
3
-5
/
+16
*
core: fast forward should close previous done() channel (#444)
Jimmy Hu
2019-02-13
2
-1
/
+14
*
core: pullvote faster (#442)
Jimmy Hu
2019-02-11
1
-0
/
+3
*
core: Fix rlp encode/decode for DKGComplaint. (#441)
Jimmy Hu
2019-02-09
3
-1
/
+144
*
core: fix lock in agreement (#439)
Jimmy Hu
2019-02-01
1
-2
/
+7
*
core: BA3.1 (#437)
Jimmy Hu
2019-01-28
2
-5
/
+9
*
core: fix DKG bug (#435)
Jimmy Hu
2019-01-27
1
-0
/
+1
*
core: Optimize message processing (#434)
Jimmy Hu
2019-01-26
3
-117
/
+134
*
core: Reduce rebroadcast BA result (#433)
Jimmy Hu
2019-01-25
2
-3
/
+36
*
core: reduce rand result rebroadcast (#432)
Jimmy Hu
2019-01-24
2
-0
/
+18
*
core: Add vote filter (#430)
Jimmy Hu
2019-01-24
9
-30
/
+214
*
core: remove Governance.NotifyRoundHeight (#431)
Mission Liao
2019-01-24
12
-46
/
+49
*
core: optimize core (#428)
Jimmy Hu
2019-01-23
5
-71
/
+169
*
core: fix issue (#427)
Mission Liao
2019-01-21
3
-13
/
+12
*
core: Fix BA3.0 implmenetation (#426)
Jimmy Hu
2019-01-21
7
-58
/
+67
*
ci: Add snyk (#425)
Jimmy Hu
2019-01-20
1
-0
/
+30
*
misc: Add gosec to check security issues (#424)
Jimmy Hu
2019-01-18
17
-30
/
+100
*
core: Fix stuffs (#422)
Jimmy Hu
2019-01-18
6
-37
/
+107
*
core: Fix syncing BA issues (#421)
Jimmy Hu
2019-01-17
1
-6
/
+13
*
core: find confirmed block in pending set and candidate set (#419)
Mission Liao
2019-01-16
5
-31
/
+74
*
Makefile: increase test timeout to 15m
Jimmy Hu
2019-01-16
1
-1
/
+1
*
core: Fix BA3.0 (#420)
Jimmy Hu
2019-01-15
13
-59
/
+145
*
syncer: fix issues when switching to core.Consensus (#418)
Mission Liao
2019-01-11
9
-68
/
+274
*
core: fix issues in consensus core (#415)
Jimmy Hu
2019-01-10
4
-19
/
+40
*
simulation: add more time for k8s to start (#417)
Jimmy Hu
2019-01-09
1
-1
/
+1
*
simulation: fix k8s dmoment issue (#416)
Jimmy Hu
2019-01-09
8
-21
/
+81
*
core: panic after no blocks delivered for 1 minute (#414)
Jimmy Hu
2019-01-09
1
-16
/
+40
*
syncer: skip error (#412)
Mission Liao
2019-01-08
1
-0
/
+4
*
simulation: fix k8s simulation stuff (#410)
Jimmy Hu
2019-01-08
9
-19
/
+28
*
core: fix ci fail (#411)
Mission Liao
2019-01-08
2
-12
/
+12
*
core: report fork (#409)
Mission Liao
2019-01-08
5
-15
/
+89
*
sync: Verify randomness result before caching them. (#392)
Mission Liao
2019-01-08
1
-9
/
+34
*
core: BA 3.0 (#408)
Jimmy Hu
2019-01-07
12
-55
/
+401
*
sync: add log for syncer to debug hanging issue (#407)
Mission Liao
2019-01-07
2
-76
/
+143
*
core: Add check for vote type (#406)
Jimmy Hu
2019-01-07
1
-0
/
+4
*
simulation: Fix simulation stuffs (#405)
Jimmy Hu
2019-01-07
2
-2
/
+22
*
core: remove useless branching code (#403)
wmin0
2019-01-07
7
-80
/
+29
*
core: fix ci fail (#404)
Mission Liao
2019-01-05
1
-2
/
+1
*
core: add fork reporting interface to governance (#402)
Wei-Ning Huang
2019-01-05
2
-0
/
+14
*
core: fix stuffs (#401)
Mission Liao
2019-01-05
7
-35
/
+32
*
test: allow empty change request (#398)
Jimmy Hu
2019-01-04
2
-16
/
+3
*
core: expose HashVote function for test (#400)
Wei-Ning Huang
2019-01-04
4
-8
/
+9
*
core: syncer: safe spawn go routine (#399)
wmin0
2019-01-04
2
-10
/
+6
*
core: Change target of each nodeset (#397)
Jimmy Hu
2019-01-04
1
-13
/
+17
*
core: check if deliverable for each added block in total ordering (#395)
Mission Liao
2019-01-04
4
-74
/
+110
*
core: agreement mgr safe spawn go routine (#396)
wmin0
2019-01-04
1
-4
/
+10
*
core/utils: Add Penalty checker and VerifyDKGComplaint (#393)
Jimmy Hu
2019-01-04
6
-5
/
+519
*
core: stop leaking timer (#394)
wmin0
2019-01-03
1
-0
/
+2
*
simulation: add latency for gossip (#389)
Mission Liao
2019-01-03
14
-212
/
+244
*
core: Refine message of lattice (#391)
Jimmy Hu
2019-01-03
1
-1
/
+2
*
Fix TODO (#390)
Mission Liao
2019-01-02
1
-6
/
+9
*
sync: fix panic (#388)
Mission Liao
2018-12-28
1
-32
/
+47
*
sync: filter duplicated randomness (#387)
Mission Liao
2018-12-28
2
-13
/
+35
*
Fix: consensusTimestamp panic when numChains increased at round 1(#382)
Mission Liao
2018-12-27
3
-3
/
+29
*
test: add witness preparation/verification (#386)
Mission Liao
2018-12-27
4
-31
/
+199
*
core: Polish randomness (#385)
Jimmy Hu
2018-12-26
2
-4
/
+10
*
core: fix stuffs (#383)
Mission Liao
2018-12-26
8
-181
/
+128
*
core: pull block random (#384)
Jimmy Hu
2018-12-26
6
-55
/
+206
*
simulation: support config change (#381)
Mission Liao
2018-12-26
12
-114
/
+365
*
core: fix issues found when testing syncing. (#379)
Mission Liao
2018-12-24
4
-28
/
+78
*
core: simulation: add throughput and block event monitoring (#380)
haoping-ku
2018-12-22
6
-57
/
+267
*
utils: move authenticator to utils package (#378)
Mission Liao
2018-12-22
33
-598
/
+487
*
core: Add TODO
Jimmy Hu
2018-12-20
1
-0
/
+1
*
core: Add VerifyDKGMPKReadySignature (#377)
Jimmy Hu
2018-12-20
3
-1
/
+30
*
core: deliver finalized blocks upon receiving randomness results. (#376)
Mission Liao
2018-12-20
6
-21
/
+47
*
core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)
Jimmy Hu
2018-12-19
17
-21
/
+421
*
circleci: Fix circleci
Jimmy Hu
2018-12-18
1
-5
/
+6
*
misc: panic not ready (#374)
Mission Liao
2018-12-18
8
-50
/
+103
*
syncer: fix stuffs (#373)
Mission Liao
2018-12-18
3
-49
/
+84
*
test: check causality (#372)
Mission Liao
2018-12-17
4
-7
/
+101
*
core: cache dkg's private key in db (#371)
Mission Liao
2018-12-16
12
-45
/
+307
*
core: Fix a bug of DKGNackComplaints (#370)
Jimmy Hu
2018-12-14
4
-7
/
+133
*
db: cache compaction chain tip in db (#369)
Mission Liao
2018-12-13
11
-75
/
+282
*
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
26
-405
/
+410
*
syncer: fix stuffs (#366)
Mission Liao
2018-12-12
7
-73
/
+160
*
circleci: Add workflow (#364)
Jimmy Hu
2018-12-10
1
-16
/
+78
*
core: Longer lambda for TravisCI (#365)
Jimmy Hu
2018-12-10
3
-2
/
+17
*
ci: Add TravisCI setting. (#363)
Jimmy Hu
2018-12-08
6
-57
/
+230
*
core: fix bugs found when node-set is not equal to notary-set (#362)
Mission Liao
2018-12-07
7
-62
/
+106
*
simulation: fix concurrency issue, add lock (#361)
haoping-ku
2018-12-06
1
-3
/
+7
*
ci: some change to circleci (#360)
Jimmy Hu
2018-12-06
3
-4
/
+4
*
test: allow to log in test.State (#359)
Mission Liao
2018-12-06
16
-62
/
+153
*
Haoping fix simulation (#356)
haoping-ku
2018-12-05
8
-15
/
+168
*
core: fix agreement sync issue. (#358)
Jimmy Hu
2018-12-05
1
-2
/
+3
*
core: syncer: fix round finding process (#357)
haoping-ku
2018-12-05
1
-3
/
+3
*
core: log the last pending block in compaction chain (#355)
Mission Liao
2018-12-04
3
-20
/
+25
*
core: Fix stuffs (#354)
Jimmy Hu
2018-12-04
3
-2
/
+43
*
core: construct consensus from syncer (#352)
Mission Liao
2018-12-04
7
-84
/
+273
*
simulation: fix confirm latency (#353)
haoping-ku
2018-12-03
2
-6
/
+10
*
core: Fix stuffs (#351)
Jimmy Hu
2018-11-30
3
-2
/
+10
*
core: remove finalized from compaction-chain module (#350)
Mission Liao
2018-11-30
3
-345
/
+57
*
test: Fix for state (#349)
Jimmy Hu
2018-11-29
1
-3
/
+23
*
simulation: -log to dump log to file as well (#348)
Jimmy Hu
2018-11-29
3
-22
/
+32
*
core: syncer: add syncer (#346)
haoping-ku
2018-11-29
19
-127
/
+1291
*
core: remove StronglyAcked (#347)
Mission Liao
2018-11-29
11
-110
/
+53
*
core: fix license in common/types.go (#345)
haoping-ku
2018-11-28
1
-17
/
+0
*
misc: Update README.md (#344)
Jimmy Hu
2018-11-27
1
-8
/
+9
*
core: Fix stuffs (#342)
Jimmy Hu
2018-11-27
6
-160
/
+124
*
core: support NumChains change for BA modules (#339)
Mission Liao
2018-11-20
15
-333
/
+763
*
core: Add function alias (#341)
Jimmy Hu
2018-11-20
1
-0
/
+4
*
core: Block randomness will be processed again in finalized block (#338)
Jimmy Hu
2018-11-20
3
-78
/
+165
*
core, test: Fix various issues (#337)
Jimmy Hu
2018-11-19
2
-2
/
+4
*
core: Fix data race (#335)
Jimmy Hu
2018-11-19
1
-0
/
+2
*
core: Handle issues if DKG/CRS is already finished (#334)
Jimmy Hu
2018-11-18
3
-38
/
+28
*
core: Fix various syncing issue. (#331)
Jimmy Hu
2018-11-16
4
-19
/
+32
*
core: Add timeout to TSig (#330)
Jimmy Hu
2018-11-15
2
-1
/
+49
*
test: fix network (#328)
Mission Liao
2018-11-15
5
-82
/
+184
*
core: Fix issues in syncing mode (#329)
Jimmy Hu
2018-11-15
3
-0
/
+32
*
core: Fix syncing issues (#326)
Jimmy Hu
2018-11-14
1
-2
/
+9
*
utils: add utils package (#327)
Mission Liao
2018-11-14
8
-26
/
+20
*
core: sync logger with dex (#325)
Mission Liao
2018-11-14
6
-10
/
+16
*
simulation: Fix simulation failure (#324)
Mission Liao
2018-11-14
1
-0
/
+2
*
core: Integrate totalOrdering syncer (#322)
Jimmy Hu
2018-11-13
2
-21
/
+29
*
core: expose implicit round shift (#321)
Mission Liao
2018-11-13
18
-61
/
+71
*
core: Fix data race. (#320)
Jimmy Hu
2018-11-13
1
-6
/
+8
*
core: Fix data race (#319)
Jimmy Hu
2018-11-13
1
-0
/
+4
*
Add LICENSE declaration file (#318)
Wei-Ning Huang
2018-11-13
1
-0
/
+165
*
core: Reduce call to Application.VerifyBlock (#317)
Jimmy Hu
2018-11-13
4
-12
/
+61
*
core: lattice: fix test (#316)
haoping-ku
2018-11-12
1
-1
/
+1
*
test: add integration test (#315)
Mission Liao
2018-11-11
7
-20
/
+197
*
test: implement pulling in network layer (#314)
Mission Liao
2018-11-09
4
-43
/
+580
*
core: Extract VoteHeader (#313)
Mission Liao
2018-11-09
7
-61
/
+45
*
core: consensus-timestamp: add comments (#312)
haoping-ku
2018-11-09
2
-26
/
+39
*
simulation: use test.Governacne in simulation (#311)
Mission Liao
2018-11-08
12
-320
/
+185
*
core: Fix panic (#310)
Jimmy Hu
2018-11-08
1
-4
/
+11
*
core: lattice, total-ordering: remove newGenesisConfig (#308)
haoping-ku
2018-11-08
7
-159
/
+117
*
core: revert the revert for broken commit and fix (#309)
Mission Liao
2018-11-08
3
-69
/
+82
*
core: Optimize core (#307)
Jimmy Hu
2018-11-08
6
-32
/
+60
*
Revert "core: unbind global round in Consensus (#304)" (#306)
Mission Liao
2018-11-08
3
-63
/
+59
*
test: make StateChangeRequest broadcast-able (#305)
Mission Liao
2018-11-07
5
-278
/
+445
*
core: lattice: add round in NewLattice() (#303)
haoping-ku
2018-11-07
3
-9
/
+10
*
core: unbind global round in Consensus (#304)
Mission Liao
2018-11-06
3
-59
/
+63
*
core: Run DKG stuffs only if the node is in DKG set (#302)
Jimmy Hu
2018-11-06
15
-40
/
+165
*
misc: Rollback circleci workaround (#301)
Jimmy Hu
2018-11-06
1
-0
/
+1
*
core: lattice-data: fix details and add test (#299)
haoping-ku
2018-11-06
7
-152
/
+168
*
core: Fix deadlock (#298)
Jimmy Hu
2018-11-05
1
-0
/
+9
*
misc: Fix circleci (#300)
Jimmy Hu
2018-11-05
1
-1
/
+0
*
test: move simulation.network to test package (#297)
Mission Liao
2018-11-05
8
-245
/
+328
*
core: notify consensus height for genesis rounds (#296)
Mission Liao
2018-11-05
6
-7
/
+47
*
core: Fix dkg and CRS signature (#294)
Jimmy Hu
2018-11-05
4
-19
/
+68
[next]