Commit Graph

674 Commits (71acb98cb51f4785becdcbbf0d08334749fab21f)

Author SHA1 Message Date
Rongjian Lan 4c9546a4d5
Do not process txns if node out of sync (#3958) 3 years ago
Rongjian Lan 404394a48d
a few spam protections (#3769) 3 years ago
Peter Chung 74dfd53e0a [node,cmd] fix test syntax error 3 years ago
Peter Chung 1877d8e610 try to make goimports happy 3 years ago
Peter Chung 9fe7a51efa [rpc] add hmyv2_getConfig rpc 3 years ago
Jacky Wang f023824bdc
[p2p] lower the debug level when handling spamming message (#3770) 4 years ago
Rongjian Lan 9678b7462e
stop invalid beacon block broadcast in shard 0 (#3768) 4 years ago
Jacky Wang bd78e06cc2
P2p filterbeaconmsg (#3757) 4 years ago
Jacky Wang 5be1c10bda [cmd] more fixes 4 years ago
Jacky Wang d7f31c5721 [cmd] changed code of dns-port 4 years ago
Leo Chen ee1644ce06 [sync] fix nil pointer when querying /node-sync 4 years ago
Jacky Wang 1770f1a30b [misc] shut down blockchain at last 4 years ago
Jacky Wang 2d70b2adab
[engine] added additional cache epochCtxCache for engineImpl, also removed shardID in engineImpl (since it's redundant with chainReader.ShardID()) 4 years ago
Jacky Wang b91db85c23
[sync] add commit signature in peer registeration and new block push 4 years ago
Jacky Wang cd50682097
[engine][stream] updated engine VerifyHeaderWithSignature and fix downloader test 4 years ago
Jacky Wang b2fe9fe348
[stream] node.IsRunningBeaconChain is refactored to a new method 4 years ago
Jacky Wang c05e150aa7
[stream] rename dns syncing package to legacysync 4 years ago
Leo Chen fe2f907adc [node] increase node message context to 30 seconds 4 years ago
Jacky Wang f00c90e3e6
Graceful shutdown - All registered services are shutdown gracefully. (#3533) 4 years ago
Leo Chen c1fbc64cef [log] add additional logs in consensus 4 years ago
Daniel Van Der Maden 94bf414083
Make token supply related fns more accurate (#3509) 4 years ago
Rongjian Lan 9ab1038111
Use and return the Ethereum tx hash for Ethereum txs (#3512) 4 years ago
Rongjian Lan d1f1103b02
Resolves issues on eth comaptible txns (#3500) 4 years ago
Rongjian Lan 21b162cc67
Fix inconsistent block proposal and verification (#3485) 4 years ago
Leo Chen 74971b63b9 [config] disable beacon archival by default 4 years ago
Leo Chen 3d43cb54d4 [prometheus] make node metrics variable private 4 years ago
Leo Chen e1c528e9ff [prometheus] init pushgateway support 4 years ago
Leo Chen d150f961a0 [prometheus] add node metrics 4 years ago
Leo Chen 7a1d97772d [p2p] print out sender pubkey if error found 4 years ago
Rongjian Lan 3ba4620431 clean up code 4 years ago
Daniel Van Der Maden 2ead9d7d33
Tx submission epoch checks (#3421) 4 years ago
Rongjian Lan 49d7985f14 some more logic cleanup 4 years ago
Rongjian Lan 9d95b9844d rename ChainReader to Blockchain 4 years ago
Rongjian Lan 611448a0a1 pipelining wireframe 4 years ago
Jacky Wang 7801a1d678
[consensus][sync] Better coordination between state sync and consensus module. (#3352) 4 years ago
Leo Chen 67a167eb3a [viewchange] filter out viewchange message in p2p validation 4 years ago
Daniel Van Der Maden 6ce8aeac3d
Rosetta Dockerfile (Stage 4 of Node API Overhaul) (#3385) 4 years ago
Daniel Van Der Maden b291f181fa
Offline Node Support (#3383) 4 years ago
Rongjian Lan dc24b3ad52 Basic multi-sig logic 4 years ago
Jacky Wang 7d24f05f79 [node] small format fix 4 years ago
Jacky Wang 5b954b84ca [node] fix print message if db already occupied 4 years ago
Leo Chen a551c05ed8 [rpc] expose consensus internal data via rpc 4 years ago
Rongjian Lan 79cf6afd37
revert multi-sig messaging code (#3361) 4 years ago
Leo Chen 54912716ce [validation] move newview validation to p2p layer 4 years ago
Rongjian Lan f42338c30b
Add back multi-sig support and fix the multi-sig check for harmony nodes (#3337) 4 years ago
Rongjian Lan a5fa880ae3
Revert "Add multi-sig merged messaging logic (#3300)" (#3326) 4 years ago
Rongjian Lan ecf151592e
Add multi-sig merged messaging logic (#3300) 4 years ago
Daniel Van Der Maden 0f0166fb60
Rosetta Implementation - pt2 (Stage 3.2 of Node API Overhaul) (#3312) 4 years ago
Leo Chen 8fc8c2540b [p2p] forward valid commit messages by validators 4 years ago
Leo Chen a34a929da4 [p2p] propogate cross-shard node messages 4 years ago