Commit Graph

426 Commits (a2c0b1829445be27db718ca0d6123273d1963c3a)

Author SHA1 Message Date
Daniel Van Der Maden e7c4ef37d5
Add shard checking to Tx-Pool & correct blacklist (#2301) 5 years ago
Rongjian Lan beb9fc4f8c
Make shutdown signal handling more robust and faster (#2293) 5 years ago
Rongjian Lan f117201ce4
Shutdown the node program for sys interrupt too (#2267) 5 years ago
Rongjian Lan 0aeb3c9e34
State prune (#2244) 5 years ago
Edgar Aroutiounian 801b4b83e2
[slash][consensus] Notice double sign & broadcast, factor out tech debt of consensus (#2152) 5 years ago
Daniel Van Der Maden 0a9a8a5e48 [blacklist] Move default file to `.hmy` & support comments in file 5 years ago
Daniel Van Der Maden de1a3152df [cmd] Refactor for blacklist changes 5 years ago
Daniel Van Der Maden c2bcb3dd32 [cmd] Remove blocking blacklist error 5 years ago
Daniel Van Der Maden 33d2e27544 [main] Add blacklist file option & parser 5 years ago
Leo Chen 7e0e733471 golint fix 5 years ago
Leo Chen 5e7ac9910c [libp2p] add libp2p debug log option 5 years ago
Edgar Aroutiounian 44c5704fc3
[slash][quorum][consensus] Extend existing data structures for slashing needs (#2148) 5 years ago
Edgar Aroutiounian 70d3169f59
Revert "Merge pull request #2034 from harmony-ek/libp2pctl" (#2140) 5 years ago
Edgar Aroutiounian 2802a02f6e
[rpc][config] Extend node metadata RPC with chain config, block per epoch count (#2110) 5 years ago
Eugene Kim 8dcc070050 Fix -libp2pctl_port default 5 years ago
Eugene Kim e6d386e5f8 goimports 5 years ago
Eugene Kim ca50c622c9 Simplify -libp2pctl_port by removing offset logic 5 years ago
Eugene Kim 9d1d77ffb2 Hook libp2pctl into harmony main 5 years ago
Eugene Kim c9febf402a Emit fatal init error details to stderr w/o panics 5 years ago
chao 7e253b5ca7 initalize viewID need to increase from previous block number 5 years ago
Rongjian Lan d93da67860 fix lint 5 years ago
Rongjian Lan 9abd1f8c06 Fix harmony node vs staking node SelfAddress 5 years ago
Rongjian Lan 09ffce3960 add flag to revert only beacon chain; also fix a epoch calc bug 5 years ago
flicker-harmony 4274305024 Remove committee in explorer service 5 years ago
Edgar Aroutiounian 242a1a99ac
[binary] Fix seg fault, force pure golang netdns usage (#1957) 5 years ago
Eugene Kim 1cc94a2341 Split setupInitialAccount into mode-specific ones 5 years ago
Eugene Kim 65a066c70b Break import cycle at ./internal/utils → ./p2p 5 years ago
Eugene Kim 229456eb41 Factor BLS-key-to-shard-ID logic out 5 years ago
Eugene Kim f91488b50b Add sharding schedule to node config 5 years ago
Eugene Kim a5a5fb606b Print out shard ID assignment result upon startup 5 years ago
Eugene Kim 15f08d6aad ChainConfigForNetworkType → NetworkType.ChainConfig 5 years ago
Eugene Kim a30be8fdd8 Add -staking={true,false} flag; default to false 5 years ago
Eugene Kim 3bee63e9d9 Explicitly ignore error code from stderr prints 5 years ago
Eugene Kim bfb6830404 Exit gracefully upon config/init errors 5 years ago
Eugene Kim 10f3bbb4d5 Move -network_type validation to main 5 years ago
Rongjian Lan 3f5eef034d Fix beacon sync rollback bug 5 years ago
Rongjian Lan e0ea579922 Fix comment 5 years ago
Rongjian Lan 4d3929ac8c Add emergency rollback 5 years ago
Rongjian Lan 8e9dac2831 Add shard assignment in validator RPC; fix main.go for staking validator setup 5 years ago
Edgar Aroutiounian ae5d010f9a
[quorum] Add interface method to check if I am in committee, implemen… (#1892) 5 years ago
Rongjian Lan 34dcb28bac Remove local code 5 years ago
Rongjian Lan c6e0fc68fa Add voting power and effective stake into RPC 5 years ago
Rongjian Lan d9900b44df Fix staking epoch logic 5 years ago
Rongjian Lan 929a44dbd5 Remove local change 5 years ago
Rongjian Lan bad9c62922 Bug fixes 5 years ago
Edgar Aroutiounian 5eb5e7a6b0 [committee] Remove debug code, use shardchain db instead of beaconchain 5 years ago
Edgar Aroutiounian f348e10a5c [committee] Remove debug code 5 years ago
Edgar Aroutiounian c673bd97d9 [committee] Switch over committee for stake epoch 5 years ago
Edgar Aroutiounian f1cf151ba1 [slashing] Checkpoint to verify changing of committee works 5 years ago
Edgar Aroutiounian 55c9386e4c
[quorum] Staked quorum member (#1819) 5 years ago