Commit Graph

667 Commits (ad4a8aab6ec06b2e3cb451d08958861d426a3e86)

Author SHA1 Message Date
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
Leo Chen 2b5fa476bb [consensus] increase timeout for consensus to bootstrap 5 years ago
Rongjian Lan acf32bd3ca Remove use of sha3-256 5 years ago
coolcottontail 63a6e5b4c9 fix VDF bug 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 71b455c79e Once commit quorum is met, wait 2s for more sigs 6 years ago
Eugene Kim b440acbfe4 Add consensus.Consensus.round variable 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
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 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 fde24f7bc0 Remove unused import to unbreak goimports 6 years ago
Eugene Kim cd7d5056f6 Disable DRand processing 6 years ago
Eugene Kim f1fb9291ff Fix confusing naming 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