hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

Hedera Mirror Node archives data from consensus nodes and serves it via an API

Results 241 hedera-mirror-node issues
Sort by recently updated
recently updated
newest added

**Description**: remove repetitive words **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

**Description**: This PR fixes transaction hash v2 read performance regession - Add a smallint `distribution_id` column to `transaction_hash` table and distribute on it in v2 - Adjust and optimize `BackfillTransactionHashMigration`...

bug
regression
rest

**Description**: This PR aims to partially refactor `ContractCallServiceTest` by removing `ContractReadFunctions` enum. A new abstract class is implemented having all of the needed common utilities. Temporarily it extends `ContractCallTestSetup`, since...

technical debt
test
web3

**Description**: To confidently be able to port over existing JavaScript REST APIs to Java, we need to ensure the existing spec tests continue to work against the newly converted API....

enhancement
rest-java

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

### Description DexScreener have been running into an issue using JSON RPC using ethers. They've passed this on to us to report here. The following code resulted in a 'invalid...

bug
parser

### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Preparation - [x] Milestone created - [x] Ensure all cloud sql instances have executed `create extension...

enhancement
process

### Description v2 of transaction hash k6 results shows performance decline. ### Steps to reproduce Run analyze on query in v2 and notice it now searches all shards ### Additional...

bug
regression
rest

### Problem The ultimate goal is the capability to run spec tests against the Java REST API, not just the legacy JS REST API. Having proved the new Java based...

enhancement
rest-java

**Description**: With this PR the `ContractCallNestedCallsTest` integration test is refactored using the web3j plugin and the big enum is now replaced with multiple junit tests so that it is easier...

enhancement
test
web3