harmony
harmony copied to clipboard
The core protocol of harmony
## Issue This pull request adds the initial version of staged sync, which is the new feature for syncing in sequential stages. The idea of staged sync is given from...
LegacySyncingPeerProvider uses `Neighbors sync.Map` and `BeaconNeighbors sync.Map` to retrieve peers, but no one populates that maps through the whole project. Dead code.
We have exposed the following consensus info via rpc call , hmyv2_getNodeMetadata The consensus data may be moved to debug API though, as it is not intended for public consumption....
**Describe the bug** S1 Validator Node with Bigger SnapDB with Harmony (C) 2020. harmony, version v7502-v4.3.9-0-g9ca38bc5 (runner@ 2022-05-14T02:08:12+0000) works fine. after download Download new harmony binary (https://github.com/harmony-one/harmony/releases) Harmony (C) 2020....
**Describe the bug** Metrics at localhost:9900/metrics/eth endpoint always return zero **To Reproduce** Steps to reproduce the behavior: 1. Run and sync node v4.3.9 (Or previous version) 2. Curl http://localhost:9900/metrics/eth 3....
**Describe the bug** Localnet gives error when deploying smart contracts. ``` unexpected fault address 0xb01dfacedebac1e fatal error: fault [signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x4068b9f] ``` **To Reproduce** I'm working...
## Summary Harmony economic model is described here: https://medium.com/harmony-one/harmonys-new-tokenomics-bcdac0db60d7 It says: ``` - Constant annual reward of 441M ONE regardless of changes in underlying variables such as block time and...
Reported by a Discord user, and probably linked to `chainId` since the `from` address of a transaction is calculated on the fly using it as an input. ```python from pyhmy...
There were errors like `{"level":"info","caller":"/root/go/src/github.com/harmony-one/harmony/api/service/legacysync/epoch_syncing.go:106","time":"2022-08-06T06:15:06.313198608Z","message":"[EPOCHSYNC] Node is now IN SYNC! (isBeacon: true, ShardID: 0, otherEpoch: 1075, currentEpoch: 1078)"}` That means, that it gets height from connected peers and their height...
The gas price by public nodes and local nodes different. curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice", "params": [], "id": 1, "jsonrpc": "2.0"}' http://127.0.0.1:9500 {"jsonrpc":"2.0","id":1,"result":30000000000} curl -H 'Content-Type: application/json' -d'{"method": "hmyv2_gasPrice",...