Commit Graph

6088 Commits (41c0b3d06b1e5e5e499c58ce4666ce6fc5d32fe5)
 

Author SHA1 Message Date
Sebastian Johnsson 41c0b3d06b [coverage] [consensus] Improved coverage for the consensus package 4 years ago
Sebastian Johnsson e5199939f5 Rename p2p testing package to comply with Travis CI 4 years ago
Sebastian Johnsson 098bd5c235 [coverage] [p2p] Improve p2p code coverage from 0% to 78.3% 4 years ago
Rongjian Lan 67d77c3965
Refactor bls public key into a wrapper (#3203) 4 years ago
Leo Chen 0d3101bcd3 [node] replace node.State with node.IsInSync atomic bool 4 years ago
Leo Chen 7acb67f05e [log] remove cost log for each consensus message 4 years ago
Leo Chen 3b1db0a2f7 [go.mod] use abool v1.0.1 release 4 years ago
Leo Chen 373bf7f97a [consensus] use a forked abool package with Toggle support 4 years ago
Leo Chen ff0ab475ea [consensus] export IgnoreViewIDCheck 4 years ago
Leo Chen 70884eb346 [consensus] replace infoMutex with atomic bool 4 years ago
Rongjian Lan 68ab784d63
Refactor quorum calculation and signature submission process (#3201) 4 years ago
Rongjian Lan c659001827
Do not reinit the explorer db every restart (#3199) 4 years ago
Ganesha Upadhyaya 1be1ddf0b5 [rpc] change default transaction limit to 1000 4 years ago
Rongjian Lan 9395d5a46b Postpone second batch of slot increase 4 years ago
Janet Liang 15f1031b38
[RPC] Fixes for issues found during documentation (#3185) 4 years ago
Rongjian Lan 9133df5184
Merge pull request #3188 from rlan35/main 4 years ago
Rongjian Lan 3c8cb849af use normal map for key index 4 years ago
Rongjian Lan d48dd8e504
Merge pull request #3186 from rlan35/main 4 years ago
Rongjian Lan b403baa35c Add cache to validator membership check 4 years ago
Leo Chen ef5ca8aa4c [libp2p] increase semaphore number 4 years ago
Rongjian Lan 71e9abdcbf Avoid validator sending msgs if the key is not in committee 4 years ago
Leo Chen 525a618b81 [libp2p] do not advertise on beacon client 4 years ago
Leo Chen e028cc78bc [bootstrap] fix bootstrap on localnet failed issue 4 years ago
Leo Chen 6b435a8dea [quorum] return earlier idx if found in IndexOf 4 years ago
Leo Chen c1f6051da6 [bls] cache BLSPubKey deserialization with LRU 4 years ago
songgeng87 f84d51a47e clean-up a old comment "// legacy behavior is to never return error and always return tx hash" 4 years ago
songgeng87 8c2bd6db56 if block ends with a return statement, so drop this else and outdent its block 4 years ago
songgeng87 69f3ae3e29 fmt error 4 years ago
宋赓 cc6563f7ea Update util.go 4 years ago
宋赓 12d406736b Update node.go 4 years ago
Rongjian Lan 093b67bb2d Add slot increase for testnet 4 years ago
Rongjian Lan 7483ea18fc Make EPoS compute work with correct epoch shard config 4 years ago
Rongjian Lan 92e62c1d86 set epochs for slot increase 4 years ago
Rongjian Lan 62b1a5eaae Hard code 106 as the cap of bls keys per validator 4 years ago
Leo Chen e149a2885d [p2p] set max pubsub message size to 256Kb 4 years ago
Leo Chen 447e08a6a8 [log] add sample log of message handle time 4 years ago
Leo Chen 5602a6c7c7 [log] add a sampledLogger to utils 4 years ago
Janet Liang c372ab9fa1 [rpc] Add rpc to get block headers from any block 4 years ago
Leo Chen 0cbd2bcc8d [networkinfo] gradually increase the peer finding interval 4 years ago
Leo Chen 382f9ee190 [p2p] upgrade kad-dht module 4 years ago
Leo Chen 119b363b25 [cleanup] remove unused flag and log file 4 years ago
Leo Chen fec81d1998 [consensus] use atomic operation when set blocknum 4 years ago
Leo Chen 6212813c75 [consensus] replace isActiveMutex with atomic.Value in messageSender 4 years ago
Leo Chen a11bcd9686 [consensus] replace blockNumMutex with atomic.Value in messageSender 4 years ago
Leo Chen 36c80f4c1b [syncing] fix mis-matched min syncing peers 4 years ago
Janet Liang 885ecda233 [internal] Add IsSkippedEpoch to each network config & interface 4 years ago
Janet Liang 1ed4827688 [rpc] Expose crosslinks in RPCs that return block headers (#3158) 4 years ago
Ganesha Upadhyaya 13d7aab650 [core] repair nil pointer fix 4 years ago
Yishuang Chen 7ac881f42f [RPC] add input on newRPCTransaction (#3140) 4 years ago
Leo Chen 04bc3f95fb [libp2p] support both local json and remote event tracer 4 years ago