Commit Graph

6389 Commits (793529ee245d825c40a6380d81081ae561fd791d)
 

Author SHA1 Message Date
Rongjian Lan f554fdb5a2
fix view change race issue (#3242) 4 years ago
Rongjian Lan 9c0554ddc9
Use finer grained RWMutex for consensus logic (#3239) 4 years ago
Daniel Van Der Maden b9b462d925
Small nit fixes (#3240) 4 years ago
Leo Chen 25a236a6a1
Merge pull request #3237 from Daniel-VDM/pr-rpc-tests 4 years ago
Daniel Van Der Maden ee18c43284 Add help to Makefile 4 years ago
Daniel Van Der Maden eb3df51285 [travis] Add travis_node_checker.sh 4 years ago
Daniel Van Der Maden b06c91caec [test] Fix make-go 4 years ago
Janet Liang 22014801ee
[Explorer] Add explorer node in sync check (#3215) 4 years ago
Daniel Van Der Maden fc9c9ae48c Update README.md 4 years ago
Daniel Van Der Maden d5acb110e7 Add test & debug make commands with a help 4 years ago
Daniel Van Der Maden 09cd477274 Make given harmony build dynamically 4 years ago
Daniel Van Der Maden 0e94a927e8 [test] Add Node API test scripts 4 years ago
Daniel Van Der Maden bb96d8e73f [scripts] Add shebang to travis_checker.sh 4 years ago
Leo Chen 45b7cf7d88 [consensus] check double sign after commit payload verification 4 years ago
Leo Chen b568d91e47 [consensus] remove duplicated signature verification 4 years ago
Leo Chen a3257aa2ac [rpc] add API to return p2p peer info 4 years ago
Leo Chen 19b8a12197 [cleanup] remove unused constants 4 years ago
Leo Chen b09c73b1d8 [cleanup] remove unused shard client group 4 years ago
Leo Chen 85062a3867 [p2p] separate handler channel for consensus/node messages 4 years ago
Leo Chen 4e4afd87b4 [p2p] reject empty p2p messages 4 years ago
Daniel Van Der Maden 25d250af81 [test] Add option to specify shard & add shard 1 explorer 4 years ago
Daniel Van Der Maden ff1b689fb3 [test] remove .dht files on localnet debug 4 years ago
Daniel Van Der Maden 5fda02771d [test] Fix merge conflict for deploy.sh 4 years ago
Daniel Van Der Maden 9e7542df63 [test] Add option to start an external node on test deploy.sh 4 years ago
Daniel Van Der Maden bb9bb92273 [test] Update localnet deploy script 4 years ago
Rongjian Lan 6029ba5cf9
Remove all wrong usage of singlr flight; also fix voting power cache key (#3229) 4 years ago
Janet Liang 14e017defc
[RPC] Fix block "miner" field (#3221) 4 years ago
Rongjian Lan c3cad1be6b
Fix potential nil pointer (#3220) 4 years ago
Leo Chen 0435e2d203 [consensus] optimize onCommit 4 years ago
Leo Chen b560f88978 [libp2p/consensus] p2p spamming defense 4 years ago
Leo Chen 27fe3e34aa [rpc] add node peer id in node metadata 4 years ago
Rongjian Lan bdd2a58e01
Remove expensive bls key serialization code (#3217) 4 years ago
Rongjian Lan 8a08da67ca
Remove unused code and add benchmark for consensus msg check (#3211) 4 years ago
Rongjian Lan a168517dfc
Move BLS related wrapper structure into a separate package (#3209) 4 years ago
Leo Chen af38bc655d
Merge pull request #3205 from SebastianJ/coverage-consensus 4 years ago
Sebastian Johnsson 435a4f60cb Update consensus_test to account for bls key changes 4 years ago
Sebastian Johnsson 3ee054c522 Merge branch 'main' into coverage-consensus 4 years ago
Rongjian Lan dbb0ed2f53
Bind public keys into private key wrapper (#3208) 4 years ago
Sebastian Johnsson 79b6dc3d9b Add consensus message sender tests 4 years ago
Sebastian Johnsson 69c0436831 Merge branch 'main' into coverage-consensus 4 years ago
Rongjian Lan 4dd9757f08 Add nil check on leader checks 4 years ago
Rongjian Lan c89b7f0efa
Fix slice append in multikey func (#3206) 4 years ago
Sebastian Johnsson 38c73659dc Merge branch coverage-consensus 4 years ago
Sebastian Johnsson 661b43f695 Rebase to main; use new shard.BLSPublicKeyWrapper wrapper 4 years ago
Sebastian Johnsson 6f891c9679 Explicitly set consensus.LeaderPubKey - tests are working locally but somehow fail while running on Travis CI 4 years ago
Sebastian Johnsson 8004330970 Update view change tests 4 years ago
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
Sebastian Johnsson 680d384eac Explicitly set consensus.LeaderPubKey - tests are working locally but somehow fail while running on Travis CI 4 years ago