Commit Graph

667 Commits (ad4a8aab6ec06b2e3cb451d08958861d426a3e86)

Author SHA1 Message Date
Rongjian Lan f9f1f424f8 fix lint 5 years ago
Rongjian Lan b4e5c85325 Add consensus message sender/retryer 5 years ago
Leo Chen d1f7091127 [epoch] add IsLastBlock in shardingSchedule 5 years ago
Leo Chen b7c34f37e7 [epoch] dynamically calculate the epoch number 5 years ago
chao f334756313 fix shard3 down 5 years ago
Leo Chen 61401ee1e4 [recovery] add block recovery for shard1 5 years ago
Leo Chen c7bcd89e6b [consensus] recovery block when shard is stuck 5 years ago
Chao Ma 2a299c9786 fix network restart issue for mainnet shard0 down 5 years ago
Rongjian Lan 02e279ffd9 Add last commit cache 5 years ago
Rongjian Lan ff7ce4cff5 Persist last commit sig 5 years ago
Leo Chen ff402dbf4a [cleanup] remove IsLeader of nodeConfig 5 years ago
Leo Chen d6e091ce74 [config] make blocks per epoch configurable on network type 5 years ago
Chao Ma 9f589aa2db address comments for PR1219 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 593c881632 Log common.Hash with hex instead of TerminalString/Bytes() 5 years ago
Kai Lee 79f8f7acd5 Use header logger for additiona log context upon block reward 5 years ago
Kai Lee fc22a66037 Replace all logs in censensus module to use zerolog 5 years ago
chao 2d2f6217fd shorten consensus newblock retry timeout and consensus timeout 5 years ago
chao 978e8c4a3c retrieve leaderKey/viewID informatin before join consensus; fall back to ignoreViewID check if failed to retrieve leaderPubKey 5 years ago
chao 100d7154f6 remove duplicated bitmap key set in updatepublickey function 5 years ago
chao 77430a34d9 change default timeout in consensus protocol 5 years ago
Rongjian Lan c7f2fed3e8 Remove unncesssary logs 5 years ago
Rongjian Lan 622f0d8f0b mainnet! 5 years ago
Rongjian Lan 06f883cf58 Fix mainnet 5 years ago
Rongjian Lan 0fba928ed7 Add delete log 5 years ago
Rongjian Lan 5a5730506f Add more log 5 years ago
Rongjian Lan 6540ffa70b Fine tune maxprocs and minpeer interval 5 years ago
Rongjian Lan 6e0cb6ac3c Remove threshold 5 years ago
Rongjian Lan a8cac090db Fix lint 5 years ago
Rongjian Lan d7aa1d1adf Fix block num mismatch issue 5 years ago
Rongjian Lan 1b2d1d27ab Fix consensus ready signal 5 years ago
chao 7073f8c1c2 turn on verifyseal checking 5 years ago
Rongjian Lan 84728cccb6 remove debug printout 5 years ago
Rongjian Lan bcd89eff8c Update EVM to latest constantinople 5 years ago
Eugene Kim a1426d5bc6 Pay a fixed total 30 Ones per block, split evenly 5 years ago
Rongjian Lan d2e9862b91 Fix coinbase bad block issue 5 years ago
Minh Doan ae38cc77b8 add flag for block period 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
Rongjian Lan cf6c5c6c27 revert consensus change 5 years ago
Rongjian Lan 056ea07966 fix issue for epxlorer 5 years ago
Rongjian Lan c445e62492 Fix bootstrap problem 5 years ago
chao cf8f710b94 * add dns server for node syncing 5 years ago
Leo Chen 292910b24b [blskey] add error message when blskey is nil 5 years ago
Rongjian Lan b0e52a0e16 Refactor genesis nodes list 5 years ago
ak e1384ee73c adding address change and signer address on rj reco 5 years ago
Minh Doan 4ccaca9b7e clean up unused code and remove panic 5 years ago
Minh Doan 2f3e6efb8c migration logic of using public bls keys 5 years ago
Minh Doan 174fe06605 add log for pbft log because it stores block by memory 5 years ago
Chao Ma d770979ba0 clean and make the finalizeCommits code more robust in the case of leader change 5 years ago