Commit Graph

6214 Commits (0c6b949cd4ab6cc41a65c3b3bd0e0bd38c4bc096)
 

Author SHA1 Message Date
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
Leo Chen b5e1e7da7d [p2p] add remote tracer 4 years ago
Rongjian Lan 8057b05592 Fix multi-key related issues when keys are not in committee (#3132) 4 years ago
Leo Chen 27f36cde75 [misc] rename needFriends to enoughMinPeers 4 years ago
Leo Chen 1179794eb1 [go.mod] upgrade libp2p-pubsub to 0.3.1 4 years ago
Ganesha Upadhyaya 55c8de2a4b [apr] remove temporary fix for correcting previous apr values, no longer needed (#3124) 4 years ago
Ganesha Upadhyaya 184976eab8 [blockchain] fix crosslink decoding problem (#3123) 4 years ago
Rongjian Lan 3706b59008 Add epoch transition to increase open slots (#3122) 4 years ago
Leo Chen 3f10f349f0 [node.sh] change mainnet folder 5 years ago
Leo Chen e71f2717dc
Merge pull request #3119 from LeoHChen/merge_master_to_t3_0529 5 years ago
Leo Chen edf69ed841 Merge remote-tracking branch 'origin/master' into t3 5 years ago
Daniel Van Der Maden 18418a7e1b
[TxPool] Fix stuck staking transactions (#3116) 5 years ago
Leo Chen 836e1a5326 [consensus] clean up unused code 5 years ago
Leo Chen 161c0f796e [test] use static build in Linux platform 5 years ago
Leo Chen 0e650e0816 [service] clean up dead code 5 years ago
Leo Chen c59d7b1654 [proto/node] clean up of unused code 5 years ago
Rongjian Lan 2d003b4249
Remove unnecessary block verification (#3111) 5 years ago
Leo Chen f429192f6f [networkinfo] use goroutine to parallelize advertise 5 years ago
Leo Chen e8e439ce79 [node] remove unused variable 5 years ago
Leo Chen 340f109525 [consensus] use size 1 chan for async goroutine comm 5 years ago
Leo Chen 666311cacb [node.sh] compare the right md5sum.txt file 5 years ago
Leo Chen 900f264ba7 [readme] update readme with static library info 5 years ago
Janet Liang c4db1c0c4b
[RPC] Add RPCs to get list of BLS public keys for committees (#3080) 5 years ago
Ganesha Upadhyaya dfd5d3bde8
[apr] compute APR for current committee not next committee, fix previous APRs in the snapshot (#3106) 5 years ago
Leo Chen 5c1cc8232c
Merge master to t3 0523 (#3085) 5 years ago