/Tools/

nk rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/dexon-consensus' title='dexon-consensus Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: optimize dkg protocol (#582)HEADmasterJimmy Hu2019-05-061-2/+17
* core: optimize syncer handling agreement result (#581)Jimmy Hu2019-05-034-31/+18
* core: fix test (#579)Jimmy Hu2019-04-251-1/+1
* core: fix dkg complaint handling (#578)v1.0.0Jimmy Hu2019-04-252-6/+9
* core: change log level (#577)Jimmy Hu2019-04-241-2/+2
* core: prevent vote being filtered (#576)Jimmy Hu2019-04-221-1/+2
* utils: fix logic to trigger round events (#575)Mission Liao2019-04-193-53/+51
* misc: fix depJimmy Hu2019-04-183-12/+19
* core: optimize handling for bad block (#574)Jimmy Hu2019-04-154-31/+62
* core: add whether to report to VerifyPSig (#572)Jimmy Hu2019-04-155-14/+21
* core: start next BA only when previous block delivered (#571)Jimmy Hu2019-04-154-5/+19
* core: Add DKGSuccess (#569)Jimmy Hu2019-04-1517-22/+311
* core: fix rebroadcast anti nack complaint (#570)Jimmy Hu2019-04-151-2/+5
* core: fix flaky testJimmy Hu2019-04-141-0/+7
* core: add log to verify psigJimmy Hu2019-04-131-0/+10
* core: add report bad peer interface to network (#559)Jimmy Hu2019-04-1212-55/+178
* Remove this purge, it's done in Consensus (#566)Mission Liao2019-04-111-3/+0
* misc: fix bls dependencyJimmy Hu2019-04-111-1/+1
* core: fix false alarm (#564)Jimmy Hu2019-04-118-67/+117
* core: change CRSSignature with bls (#563)Jimmy Hu2019-04-1111-85/+104
* dkg: first part of change to BLS12_381 (#561)Sonic2019-04-112-3/+3
* core: add reset to db.PutDKGPrivateKey (#560)Jimmy Hu2019-04-106-53/+78
* core: try to recover dkg private key from db (#558)Jimmy Hu2019-04-101-20/+42
* core: syncer: fix force sync (#556)Jimmy Hu2019-04-094-5/+19
* core: priority process self message (#557)Jimmy Hu2019-04-091-5/+17
* core: remove payload from reportForkBlock (#555)Jimmy Hu2019-04-093-2/+17
* core: refine VerifyAgreementResult (#553)Mission Liao2019-04-084-18/+31
* core: run TSig forever when ForceSync (#554)Jimmy Hu2019-04-083-9/+12
* core: filter vote if already processed (#552)Jimmy Hu2019-04-083-1/+21
* core, core: crypto: dkg: fix concurrent access bug (#551)Jimmy Hu2019-04-063-10/+36
* core: do nothing if not in notary set (#549)Jimmy Hu2019-04-041-0/+8
* core/crypto/dkg: concurrent access for gpk (#548)Jimmy Hu2019-04-0414-44/+133
* core: add benchmarkJimmy Hu2019-04-031-8/+50
* core: prepare signer and npk (#545)Jimmy Hu2019-04-031-6/+22
* core: syncer: add deliver pending blocks (#546)Jimmy Hu2019-04-032-0/+33
* core: fix disqualified (#544)Jimmy Hu2019-04-022-2/+2
* Fix oops (#543)Mission Liao2019-04-021-1/+1
* core: optimize message handle (#542)Jimmy Hu2019-04-026-38/+129
* core: only qualified nodes can participant BA (#540)Jimmy Hu2019-04-027-77/+104
* core: fix 'round not change' bug in receiver (#538)Jimmy Hu2019-04-023-91/+45
* core: expose CalcQualifyNodes function (#541)Wei-Ning Huang2019-04-011-3/+4
* core: clean TODOs (#539)Mission Liao2019-04-0132-671/+647
* core: touch node cache even in reset (#537)Jimmy Hu2019-04-011-3/+0
* core: Fix invalid block height when triggering init round event (#533)Mission Liao2019-03-292-20/+2
* syncer: confirmed block without randomness (#532)Mission Liao2019-03-291-4/+8
* core: run dkg by height (#527)Jimmy Hu2019-03-294-73/+180
* core: reset DKG if to less qualified nodes (#528)Jimmy Hu2019-03-293-5/+14
* core: fix issues (#525)Mission Liao2019-03-283-15/+20
* core: workaround for GetRoundHeight (#526)Jimmy Hu2019-03-283-3/+18
* core: add log for restarting BA (#524)Jimmy Hu2019-03-283-0/+8
* core: workaround for GetRoundHeight (#523)Jimmy Hu2019-03-274-4/+33
* core: fix issues (#522)Jimmy Hu2019-03-273-11/+23
* core: Update BA to the latest version (#519)Jimmy Hu2019-03-275-74/+59
* core: sign block hash for empty block (#517)Jimmy Hu2019-03-274-15/+241
* core: bring back agreement result (#515)Jimmy Hu2019-03-278-78/+239
* core: Remove agreement result (#514)Jimmy Hu2019-03-2712-232/+492
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-2735-870/+413
* core: fix required vote calculations (#513)Jimmy Hu2019-03-243-2/+5
* core: refine DKG aborting (#512)Mission Liao2019-03-238-42/+81
* core: remove initRoundBeginHeight paramenterMission Liao2019-03-2213-152/+153
* core: abort hang DKG (#508)Mission Liao2019-03-2210-116/+152
* core: fix PrivateShares RLP decode/encode bug (#510)bojie2019-03-222-5/+62
* core: height event handlers are not called (#509)Mission Liao2019-03-227-103/+154
* core: fix DKGProtocolInfo RLP decode/encode bug (#505)bojie2019-03-202-8/+133
* core: reset DKG (#502)Mission Liao2019-03-2019-79/+395
* core: remove round from addDKG fuction (#501)Jimmy Hu2019-03-198-54/+40
* core: abort hang dkg (#500)Mission Liao2019-03-194-59/+232
* core/syncer: fix a bug in ForceSync (#499)Jimmy Hu2019-03-181-5/+8
* core: snapshot DKG protocol struct when finish any phase (#496)bojie2019-03-189-159/+552
* test: try to mitigate flaky tests (#498)Mission Liao2019-03-185-19/+32
* test: fix data race (#497)bojie2019-03-181-9/+17
* core: fix 'failed to pre process block' message if unknown block is confirmed...Jimmy Hu2019-03-181-0/+6
* dkg: add reset field (#492)Mission Liao2019-03-1714-153/+502
* core: add GetRoundHeight interface (#493)Wei-Ning Huang2019-03-172-0/+8
* syncer: watchcat: move timeout config to constructor (#494)Wei-Ning Huang2019-03-162-11/+15
* core, syncer: integrate utils.RoundEvent (#490)Mission Liao2019-03-1613-354/+478
* core/syncer: add force sync (#468)Jimmy Hu2019-03-155-63/+260
* core/syncer: rename terminator to watchcat (#491)Jimmy Hu2019-03-152-54/+61
* core: Add Recovery Interface (#463)Jimmy Hu2019-03-153-0/+269
* test: prohibit dkg (#489)Mission Liao2019-03-1410-21/+301
* core: recover DKG master private shares (#487)bojie2019-03-1310-16/+255
* utils: add RoundEvent (#482)Mission Liao2019-03-139-76/+722
* core: touch tsigVerifier in blockchain module (#486)Jimmy Hu2019-03-121-0/+4
* core: recoverDKGInfo return partial result (#485)Jimmy Hu2019-03-121-21/+46
* core/syncer: fix syncer deadlock (#479)Mission Liao2019-03-121-20/+24
* core: split GroupPublicKey and NodePublicKeys (#484)Jimmy Hu2019-03-125-74/+220
* core: move some dkg utils (#476)Mission Liao2019-03-119-173/+174
* core: reduce blockrandomness message (#477)Jimmy Hu2019-03-103-14/+44
* core: check if self's privateShare match MPK registered (#474)Jimmy Hu2019-03-102-0/+168
* syncer: avoid attacked by older AgreementResult when syncing (#471)Mission Liao2019-03-081-0/+8
* core: fix empty parent not found (#470)Mission Liao2019-03-083-22/+61
* core/utils: fix verifyDKGComplaint bug (#472)Jimmy Hu2019-03-082-3/+3
* core: Only accept block from nodeset (#467)Jimmy Hu2019-03-071-0/+8
* core: PreparePayload/Witness for genesis block (#465)Jimmy Hu2019-03-072-5/+14
* core: touch nodeSetCache (#466)Jimmy Hu2019-03-073-0/+36
* core: only check block hash and signature for pulled baConfirmed block (#464)Jimmy Hu2019-03-061-7/+5
* dkg: no need to rlp encode/decode cache related data (#462)Sonic2019-03-052-47/+12
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-0417-93/+100
* core: resetDKG interface (#461)Jimmy Hu2019-03-045-18/+129
* core: fix panic by duplicated pending blocks (#460)Mission Liao2019-02-272-2/+9
* syncer: fix syncer panic (#456)Mission Liao2019-02-273-3/+127
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-2617-47/+47
* core: remove acks (#451)Mission Liao2019-02-228-76/+11
* core: switch round by block height (#450)Mission Liao2019-02-2039-706/+483
* core: fix stuffs (#448)Jimmy Hu2019-02-193-16/+26
* big-bang: single chain (#446)Mission Liao2019-02-1968-11863/+1689
* core: change pull vote position (#449)Jimmy Hu2019-02-191-6/+6
* integration_test: Add a byzantine test (#447)Jimmy Hu2019-02-153-12/+195
* core: fix closing closed channel (#445)Jimmy Hu2019-02-141-9/+17
* core: polish dkg for recovery (#443)Jimmy Hu2019-02-133-5/+16
* core: fast forward should close previous done() channel (#444)Jimmy Hu2019-02-132-1/+14
* core: pullvote faster (#442)Jimmy Hu2019-02-111-0/+3
* core: Fix rlp encode/decode for DKGComplaint. (#441)Jimmy Hu2019-02-093-1/+144
* core: fix lock in agreement (#439)Jimmy Hu2019-02-011-2/+7
* core: BA3.1 (#437)Jimmy Hu2019-01-282-5/+9
* core: fix DKG bug (#435)Jimmy Hu2019-01-271-0/+1
* core: Optimize message processing (#434)Jimmy Hu2019-01-263-117/+134
* core: Reduce rebroadcast BA result (#433)Jimmy Hu2019-01-252-3/+36
* core: reduce rand result rebroadcast (#432)Jimmy Hu2019-01-242-0/+18
* core: Add vote filter (#430)Jimmy Hu2019-01-249-30/+214
* core: remove Governance.NotifyRoundHeight (#431)Mission Liao2019-01-2412-46/+49
* core: optimize core (#428)Jimmy Hu2019-01-235-71/+169
* core: fix issue (#427)Mission Liao2019-01-213-13/+12
* core: Fix BA3.0 implmenetation (#426)Jimmy Hu2019-01-217-58/+67
* ci: Add snyk (#425)Jimmy Hu2019-01-201-0/+30
* misc: Add gosec to check security issues (#424)Jimmy Hu2019-01-1817-30/+100
* core: Fix stuffs (#422)Jimmy Hu2019-01-186-37/+107
* core: Fix syncing BA issues (#421)Jimmy Hu2019-01-171-6/+13
* core: find confirmed block in pending set and candidate set (#419)Mission Liao2019-01-165-31/+74
* Makefile: increase test timeout to 15mJimmy Hu2019-01-161-1/+1
* core: Fix BA3.0 (#420)Jimmy Hu2019-01-1513-59/+145
* syncer: fix issues when switching to core.Consensus (#418)Mission Liao2019-01-119-68/+274
* core: fix issues in consensus core (#415)Jimmy Hu2019-01-104-19/+40
* simulation: add more time for k8s to start (#417)Jimmy Hu2019-01-091-1/+1
* simulation: fix k8s dmoment issue (#416)Jimmy Hu2019-01-098-21/+81
* core: panic after no blocks delivered for 1 minute (#414)Jimmy Hu2019-01-091-16/+40
* syncer: skip error (#412)Mission Liao2019-01-081-0/+4
* simulation: fix k8s simulation stuff (#410)Jimmy Hu2019-01-089-19/+28
* core: fix ci fail (#411)Mission Liao2019-01-082-12/+12
* core: report fork (#409)Mission Liao2019-01-085-15/+89
* sync: Verify randomness result before caching them. (#392)Mission Liao2019-01-081-9/+34
* core: BA 3.0 (#408)Jimmy Hu2019-01-0712-55/+401
* sync: add log for syncer to debug hanging issue (#407)Mission Liao2019-01-072-76/+143
* core: Add check for vote type (#406)Jimmy Hu2019-01-071-0/+4
* simulation: Fix simulation stuffs (#405)Jimmy Hu2019-01-072-2/+22
* core: remove useless branching code (#403)wmin02019-01-077-80/+29
* core: fix ci fail (#404)Mission Liao2019-01-051-2/+1
* core: add fork reporting interface to governance (#402)Wei-Ning Huang2019-01-052-0/+14
* core: fix stuffs (#401)Mission Liao2019-01-057-35/+32
* test: allow empty change request (#398)Jimmy Hu2019-01-042-16/+3
* core: expose HashVote function for test (#400)Wei-Ning Huang2019-01-044-8/+9
* core: syncer: safe spawn go routine (#399)wmin02019-01-042-10/+6
* core: Change target of each nodeset (#397)Jimmy Hu2019-01-041-13/+17
* core: check if deliverable for each added block in total ordering (#395)Mission Liao2019-01-044-74/+110
* core: agreement mgr safe spawn go routine (#396)wmin02019-01-041-4/+10
* core/utils: Add Penalty checker and VerifyDKGComplaint (#393)Jimmy Hu2019-01-046-5/+519
* core: stop leaking timer (#394)wmin02019-01-031-0/+2
* simulation: add latency for gossip (#389)Mission Liao2019-01-0314-212/+244
* core: Refine message of lattice (#391)Jimmy Hu2019-01-031-1/+2
* Fix TODO (#390)Mission Liao2019-01-021-6/+9
* sync: fix panic (#388)Mission Liao2018-12-281-32/+47
* sync: filter duplicated randomness (#387)Mission Liao2018-12-282-13/+35
* Fix: consensusTimestamp panic when numChains increased at round 1(#382)Mission Liao2018-12-273-3/+29
* test: add witness preparation/verification (#386)Mission Liao2018-12-274-31/+199
* core: Polish randomness (#385)Jimmy Hu2018-12-262-4/+10
* core: fix stuffs (#383)Mission Liao2018-12-268-181/+128
* core: pull block random (#384)Jimmy Hu2018-12-266-55/+206
* simulation: support config change (#381)Mission Liao2018-12-2612-114/+365
* core: fix issues found when testing syncing. (#379)Mission Liao2018-12-244-28/+78
* core: simulation: add throughput and block event monitoring (#380)haoping-ku2018-12-226-57/+267
* utils: move authenticator to utils package (#378)Mission Liao2018-12-2233-598/+487
* core: Add TODOJimmy Hu2018-12-201-0/+1
* core: Add VerifyDKGMPKReadySignature (#377)Jimmy Hu2018-12-203-1/+30
* core: deliver finalized blocks upon receiving randomness results. (#376)Mission Liao2018-12-20