Commit Graph

792 Commits (c84d01aba2e902bd74be3a0d557e3c9e38b185ef)

Author SHA1 Message Date
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
Edgar Aroutiounian 1a9f769595
[project] Remove staking-standalone tool, use hmy now (#2028) 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 1e7822d77f Fix txgen build 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 f51994e6f7 update staking tool 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 9070421462 Refactor shard compute logic and make local test friendly for staking 5 years ago
Rongjian Lan 929a44dbd5 Remove local change 5 years ago
Rongjian Lan bad9c62922 Bug fixes 5 years ago
Edgar Aroutiounian 043a6e67fe [staking] Lint 5 years ago
Edgar Aroutiounian 18b915ed82 [staking] Exit early in temp bin/staking if not enough balance for staking transaction 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
Rongjian Lan 9cd994ecf2 Add more staking RPCs 5 years ago
Rongjian Lan 77ff9d422d test code 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
Edgar Aroutiounian e6a4fbea4f
[committee] Factor out committee membership, provide entry for alternative committee membership (#1818) 5 years ago
flicker-harmony 25671cfc76 Revert max log size 5 years ago
Chao Ma 74d774de05 add more fields editing in updateEditValidator; add commission ratels in staking tx sending; 5 years ago