Commit Graph

47 Commits (6a85023cdaf391eb04d9bad1988600f6ac7381f1)

Author SHA1 Message Date
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 5 years ago
chao 2210b8fb43 * Add VerifySeal for PoS 5 years ago
Chao Ma d770979ba0 clean and make the finalizeCommits code more robust in the case of leader change 5 years ago
chao 8c46c96fec add more debug information in view change code 5 years ago
Rongjian Lan efc129962d More logs 5 years ago
Rongjian Lan 832798100b Add log for reset state 5 years ago
Rongjian Lan d78776540a Add log for phase change 5 years ago
Rongjian Lan 44aa643fa5 Add support for explorer node 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 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
Leo Chen 83ade75005 [crash] add more crash check 5 years ago
Leo Chen e606983608 [crash] fix invalid memory access crash 5 years ago
chao e38a33b2f2 fix nil pointer crash when counting one bit in onNewView 5 years ago
Minh Doan 9009c39398 disable watching some objects and fix potential memory leak 5 years ago
chao dd927fbee8 modify newview logic; improve consensus debug log information 5 years ago
chao 9fb035901b add 2f+1 signatures checking 5 years ago
chao 1b461fdcb2 switchPhase add override criterion 5 years ago
chao b099073d6c fix node syncing stability issue 5 years ago
chao 04d7126360 improve view change log 5 years ago
chao c5592efeb8 add view change timeout debug info 5 years ago
Minh Doan 36cb2888a8 add consensus objects 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
chao d920c7b89c in view change mode,node accepts normal message and change state at committed message; 5 years ago
chao 3816f48892 fix timeout duration bug 5 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
Eugene Kim f5d1ddcce1 Disable view change optionally 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 9d734c0013 fix new node join timeout to start view change 6 years ago
chao 00d002caa6 fix node syncing integration 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
chaosma b53d8fb5bf
pbft normal path (#851) 6 years ago
chao 994aba8b07 add minimum pbft view change structure 6 years ago