hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
**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`...
**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...
**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....
**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...
### 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...
### 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...
### 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...
**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...