Commit Graph

66 Commits (95612933d954242ffe9589dd3be6b530ee1a505b)

Author SHA1 Message Date
Ganesha Upadhyaya ae362c24c6
multi-bls key support (#2249) 5 years ago
flicker-harmony aadeae045c Refactor explorer service and add addresses fetch from db 5 years ago
Edgar Aroutiounian edaf12cdf5
[consensus][availability] Remove mistake of setting counters to 0, re… (#2340) 5 years ago
Edgar Aroutiounian c4d744e376
[double-sign] Provide proof of double sign in slash record sent to beaconchain (#2253) 5 years ago
Ganesha Upadhyaya c8a4945e69 exponential viewchange timeout 5 years ago
Edgar Aroutiounian 801b4b83e2
[slash][consensus] Notice double sign & broadcast, factor out tech debt of consensus (#2152) 5 years ago
Edgar Aroutiounian 44c5704fc3
[slash][quorum][consensus] Extend existing data structures for slashing needs (#2148) 5 years ago
chaosma 56dc8e04d8 add debug flag to avoid too much log info in crosslink verification (#2021) 5 years ago
Edgar Aroutiounian 53a86a144a
[quorum] Optimize counting up of already voted voters (#2000) 5 years ago
chao 0902ec870b WIP 5 years ago
chao 20feb3a2f7 make consensus log verbose 5 years ago
Chao Ma 0b2f4d137b refactor similar code out as IsQuorumAchievedByMask 5 years ago
Chao Ma 925afa59ee add validator voting power calculation based on bitmap mask 5 years ago
Edgar Aroutiounian b8456dd83d
[staking] Fix mistake on QurorumThreshold, change Harmony share to 68 (#1863) 5 years ago
Edgar Aroutiounian 55c9386e4c
[quorum] Staked quorum member (#1819) 5 years ago
Rongjian Lan 085e820a11 Fix epoch change leader block proposal issue 5 years ago
Edgar Aroutiounian 9f00923ac3
Factor out quorum logic from consensus, undo prior consolidation of values under core (#1717) 5 years ago
chao ddb2076cee fix consensus announce msg checking issue 5 years ago
Leo Chen 2240b8d48f [p2p] add network type prefix to group id 5 years ago
Nye Liu 1499169d40 [#1505] Log byte arrays as Hex Strings (#1506) 5 years ago
charleszqwang aa2e800575 Change Byte Output in Zerolog to Hex 5 years ago
Nye Liu e6c7b48e26
Fix typo :) 5 years ago
Nye Liu bb27c3418e Fix typo :) 5 years ago
Rongjian Lan b4e5c85325 Add consensus message sender/retryer 5 years ago
chao e62df7268a [resharding] allow new bls key to join shard; dynamically change the bls keys in shard 5 years ago
Kai Lee fc22a66037 Replace all logs in censensus module to use zerolog 5 years ago
chao cad89b0a4e change viewID from uint32 to uin64 in consensus and to big.Int in header 6 years ago
chao 2210b8fb43 * Add VerifySeal for PoS 6 years ago
Chao Ma d770979ba0 clean and make the finalizeCommits code more robust in the case of leader change 6 years ago
chao 8c46c96fec add more debug information in view change code 6 years ago
Rongjian Lan efc129962d More logs 6 years ago
Rongjian Lan 832798100b Add log for reset state 6 years ago
Rongjian Lan d78776540a Add log for phase change 6 years ago
Rongjian Lan 44aa643fa5 Add support for explorer node 6 years ago
Chao Ma a8fb319d54 remove address and use publickey in consensus; clean up consensus code 6 years ago
Rongjian Lan 3bf797a057 Change mem stats freq and change confusing consensus log 6 years ago
chao 0aa5b84c4b * remove m2mask nil check, which is not needed 6 years ago
chao 0548b64d6f clean and format consensus log 6 years ago
Rongjian Lan 2f295f892b merge master 6 years ago
chao e19f7a4c0d remove phase check 6 years ago
Rongjian Lan 9a74575bae change all string utility for bls 6 years ago
Leo Chen 83ade75005 [crash] add more crash check 6 years ago
Leo Chen e606983608 [crash] fix invalid memory access crash 6 years ago
chao e38a33b2f2 fix nil pointer crash when counting one bit in onNewView 6 years ago
Minh Doan 9009c39398 disable watching some objects and fix potential memory leak 6 years ago
chao dd927fbee8 modify newview logic; improve consensus debug log information 6 years ago
chao 9fb035901b add 2f+1 signatures checking 6 years ago
chao 1b461fdcb2 switchPhase add override criterion 6 years ago
chao b099073d6c fix node syncing stability issue 6 years ago
chao 04d7126360 improve view change log 6 years ago