Commit Graph

468 Commits (d234697b023905278a7b3cd958a54873fd468d25)

Author SHA1 Message Date
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
chao 8f3fbf3e09 make timeout to be 300 seconds 5 years ago
Rongjian Lan 9a74575bae change all string utility for bls 5 years ago
Rongjian Lan 0ecc22291e Update Bls private keys 5 years ago
Rongjian Lan a5abca7cdf Update Bls private keys 5 years ago
Leo Chen 83ade75005 [crash] add more crash check 5 years ago
Minh Doan 6644333d26 clean up & fix OOM 5 years ago
Leo Chen e606983608 [crash] fix invalid memory access crash 5 years ago
Eugene Kim 53bbce84c8 Convert most benign uses of Hex to MustAddressToBech32 5 years ago
chao e38a33b2f2 fix nil pointer crash when counting one bit in onNewView 5 years ago
Leo Chen 93e9672657 [foundational] add two more FN for st/nw 5 years ago
Leo Chen 4d1c461765 [clean] fix goimports errors 5 years ago
Leo Chen 9582d962aa [genesis] remove old genesis accounts 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
Rongjian Lan 17c60c2c4a Remove Difficulty and Nonce from block header 5 years ago
Minh Doan 9009c39398 disable watching some objects and fix potential memory leak 5 years ago
Rongjian Lan 7f72493a28
Update consensus/consensus.go 5 years ago
Rongjian Lan 86f536e025
Update consensus/consensus.go 5 years ago
Rongjian Lan f5cb8f0068 Change shard state ECDSA address to use common address/byte format 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
Minh Doan d7101a7bf7 Fix mem profiling bug. 5 years ago
chao 04d7126360 improve view change log 5 years ago
Chao Ma 411688b8f3 clean consensus code, version 1 removed 5 years ago
Eugene Kim 074a74c879 Fix garbled validator address errors 5 years ago
chao c5592efeb8 add view change timeout debug info 5 years ago
ak 6e34ce217a moving denominations under commong 5 years ago
Minh Doan 36cb2888a8 add consensus objects 5 years ago
Minh Doan f0b630a6c1 add more objects to watch 5 years ago
ak f6ff50e936 replace ether to one 5 years ago
Chao Ma 26efc233d7 m1 type message view change path works 5 years ago
chao 5e3d4c110d fix newview message payload crash; defense different sets of prepared messages attack 5 years ago