harmony
harmony copied to clipboard
The core protocol of harmony
## Operational Checklist 1. **Does this PR introduce backward-incompatible changes to the on-disk data structure and/or the over-the-wire protocol?**. (If no, skip to question 8.) **NO** 8. **Does this PR...
[Bounty]
# About The Bounty https://github.com/harmony-one/harmony-open/blob/master/README.md # Category - [ ] bug - [ ] feature - [ ] document - [ ] dApp - [ ] test # Description #...
Configuration file should be used as the single source of truth (ssot), and provide an simple and clean way for operation. a few enhancements have been included in this PR:...
# About The Bounty https://github.com/harmony-one/harmony-open/blob/master/README.md # Category - [✓] bug - [ ] feature - [ ] document - [ ] dApp - [ ] test # Description I have...
harmony version: v4.3.10 try to start a node by connecting to mainnet, with no snapshot. I can see quite a few peers get connected ```harmony_1 | {"level":"info","hostID":"QmeiP4UvhrcFQeNnoTYaeZDZMJm2pFBrKQJW7C2v9pfkzv","node":"QmR8ZDBsamtRBARkkK1GttP3AJKBJL4fJfVBKuyDEcPPTQ","caller":"/home/runner/work/harmony/harmony/harmony/p2p/host.go:434","time":"2022-06-22T17:28:16.579194619Z","message":"peer connected"} harmony_1 |...
## Issue revert #4200 and reset testnet. ## Test test in my local machine, it works fine.
Stale staking data is defined as delegations to a validator which have no rewards, no amount, and no undelegations. This definition, however, excludes the (inactive) validator's self delegation since it...
We need to implement the following monitoring services for elastic rpc before we can increase the traffic to erpc again. - [ ] new node to do continuous blockhash checking...