harmony icon indicating copy to clipboard operation
harmony copied to clipboard

The core protocol of harmony

Results 228 harmony issues
Sort by recently updated
recently updated
newest added

We need to fetch all transaction receipts for a given block. We are currently fetching all transactions of given block and using hundreds of concurrent calls to get receipt for...

enhancement

# Problem/limitation At Hand We would like to support project ID in the RPC endpoint for querying, similar to what infura supported such like https://mainnet.infura.io/v3/, so that we can log...

enhancement

Hi, How to setup private network in HarmonyOne? can we set premine amount in HarmonyOne?

## Issue ed25519 Precompile Contracts Verification #4028 ## Test ### Unit Test ``` $ go test -run TestPrecompiledEd25519Verify -v === RUN TestPrecompiledEd25519Verify === RUN TestPrecompiledEd25519Verify/valid_input-Gas=1584 === RUN TestPrecompiledEd25519Verify/valid_input_2_word_msg-Gas=1608 === RUN...

## Summary If a validator's self-owned stake is less than the stake delegated to them, then a profitable attack involving two colluding validators can take place. Thus, the slashing penalty...

design

# Problem/limitation At Hand Beacon chain or shard 0 is the chain every nodes in the shard 1 2 3 needs to synchronize with in order to know the latest...

enhancement

# Problem/limitation At Hand To reduce the time to sync and size of the blockchain DB for validators or non-validating nodes. # Proposed Solution The proposal is using a publicly...

enhancement

**Describe the bug** Shard0-validator suddenly restarted a service and jumped back to the blocknum of the start of the epoch over 6000 blocks behind. **Environment (please complete the following information):**...

**Describe the bug** The database takes an extremely long time to sync and seems to always be behind due to more blocks behind created than the sync can import. At...