harmony
harmony copied to clipboard
The core protocol of harmony
# Problem/limitation At Hand We start to see a huge cost of data transfer on our s3 bucket, for ppl to download our harmony binaries. **Which component?** - [ ]...
## Problem description It could happen in corner cases that CX Receipts handling failure during epoch change. Let's say a network has two shard: beacon shard and shard 1. A...
**Describe the bug** I was doing testing on STN. One node on shard1 after epoch change, can't catch up with peers anymore. https://watchdog.hmny.io/report-stn#version-v6760-v3.1.1-15-gefb107e9 54.202.26.122 The consensus was ongoing in shard1,...
**Describe the bug** A clear and concise description of what the bug is. I've seen those error log constantly on explorer nodes. We need to do some deep dive on...
> > Confusing: Is it true that this PR cannot prevent pubsub consensus spamming? > > Other than that, two minor issues uncovered. Please check it out. > > This...
**Describe the bug** When I was testing the dryrun branch, 10 keys per node. I copied the bls.pass file to the .hmy/blskeys directory together with the corresponding .key file. However,...
# Problem/limitation At Hand The current RPC hmy_getAllValidatorInformation provide information that can be changed during a given epoch (ie add/remove delegation, add/remove BLS keys ..). That makes our life difficult...
## Issue This PR improves staged stream sync stages and refactors block storage.
Removed pereodical sync call.
Extracted `GetAddressForBLSKey` from `Node`.