Commit Graph

60 Commits (6c3c751b6f6162840f9fab5e8187eb9e24d5e600)

Author SHA1 Message Date
Rongjian Lan 6c3c751b6f More log improvement 5 years ago
Rongjian Lan 766fe323c2 More log improvement 5 years ago
Rongjian Lan 94245accc2 More log improvement 5 years ago
Rongjian Lan a1f2acb57d Improve logging readability 5 years ago
Rongjian Lan 6d573169b1 Add nil check 5 years ago
chao c4d1d113f7 add grace period for collect commit signatures; 5 years ago
Rongjian Lan 2c8cf585dc Add shard id check for view change 5 years ago
Rongjian Lan 23cdabc182 Fix consensus stability 5 years ago
chao e845d79507 modify several consensus logic to make it more stable 5 years ago
Leo Chen 032fe36c0b [log] Use Info log level for important consensus messages 5 years ago
Chao Ma a8fb319d54 remove address and use publickey in consensus; clean up consensus code 5 years ago
Rongjian Lan 3bf797a057 Change mem stats freq and change confusing consensus log 5 years ago
Chao Ma fd277159d8 new node join stability tweak 5 years ago
Eugene Kim 5bd07e8e4a Configure commit delay via setter and not ctor arg 5 years ago
Eugene Kim b084e3c38d Retire isHarmonyAccount logic 5 years ago
chao 817592c976 add delay in commit message sending for genesis account 5 years ago
chao 0aa5b84c4b * remove m2mask nil check, which is not needed 5 years ago
chao 0548b64d6f clean and format consensus log 5 years ago
Rongjian Lan 2f295f892b merge master 5 years ago
chao e19f7a4c0d remove phase check 5 years ago
Rongjian Lan 9a74575bae change all string utility for bls 5 years ago
Minh Doan 6644333d26 clean up & fix OOM 5 years ago
chao bc07245507 add catchup logic in announce,prepare phase 5 years ago
Rongjian Lan 8f23720d82 Update vrf vdf and crosslink fields 5 years ago
Eugene Kim a7218a999a Log errors, mostly at warn (or fatal for UT) level 5 years ago
Chao Ma 072e926121 fix potential security issue in onCommit for leader 5 years ago
Rongjian Lan 3bd0ee7455 Integrate swapped bls into core protocol 5 years ago
chao dd927fbee8 modify newview logic; improve consensus debug log information 5 years ago
chao c7fb639bea change commit message payload format 5 years ago
chao 9fb035901b add 2f+1 signatures checking 5 years ago
chao d7336c4d96 remove sleep and wait for final committed signature in leader for stability reason 5 years ago
chao 1b461fdcb2 switchPhase add override criterion 5 years ago
chao b099073d6c fix node syncing stability issue 5 years ago
Chao Ma 411688b8f3 clean consensus code, version 1 removed 6 years ago
chao c5592efeb8 add view change timeout debug info 6 years ago
Chao Ma 26efc233d7 m1 type message view change path works 6 years ago
chao d920c7b89c in view change mode,node accepts normal message and change state at committed message; 6 years ago
Eugene Kim 71b455c79e Once commit quorum is met, wait 2s for more sigs 6 years ago
Eugene Kim 0eeeacbcb3 Factor commit finalization into its own function 6 years ago
Eugene Kim d0afddf328 Factor 2f+1 calculation out as consensus.Quorum() 6 years ago
chao d9993caf70 reduce number of timeouts; make timeout more stable 6 years ago
Chao Ma edc5e66bec fix aggregated signature and bitmap payload index out of range error; put repeated code into function 6 years ago
Chao Ma b57920121b add leaderkey info after node sync 6 years ago
chao 9d734c0013 fix new node join timeout to start view change 6 years ago
chao 5fef81ca2c disable view change for testnet only 6 years ago
chao 00d002caa6 fix node syncing integration 6 years ago
Eugene Kim cd7d5056f6 Disable DRand processing 6 years ago
chao 7cd24dae6c modify the naming of variables to make code cleaner 6 years ago
chao 69cfe9b633 * add view changing logic 6 years ago
chao 2ba6d2018b * cleanup consensus codes 6 years ago