hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
### Problem Any rest API query with a timestamp parameter set in the past should be cached longer with the cache-control header, since the content will not change. ### Solution...
Ivan & Yordan https://github.com/hyperledger/besu/pull/5706 Potentially blocked by hedera-smart-contract-service ingestion, analyse efforts further
### Problem [HIP 647 Fungible Token Metadata](https://hips.hedera.com/hip/hip-646), [HIP-657 Mutable NFT Metadata](https://hips.hedera.com/hip/hip-657), and [HIP-765 NFT Collection Token Metadata Field](https://hips.hedera.com/hip/hip-765) are scheduled to be delivered in HAPI v0.48.0 as a [single](https://github.com/hashgraph/hedera-protobufs/pull/313/files) unit...
### Problem Follow the common pattern in other modules, we should use the same db user `mirror_rosetta` with readonly permissions in rosetta integration test as in production deployments. ### Solution...
### Problem Currently all integrations tests in `hedera-mirorr-web3` rely on a DB test setup, which is processed in `ContractCallTestSetup`, which creates a strong dependency between all test data. As a...
### Problem Following HIPS-{865,866,867,868}, Hedera would start to support Cancun related changes to the Besu EVM. In order for the Archive Node to work properly and support these latest changes,...
### Problem As a Hedera user, I'd like to be able to retrieve file metadata for free via the mirror node. ### Solution * Create a file REST API HIP...
**Description**: This PR adds the fourth part of the in-equivalence tests for HTS transfers. Part of the tests are commented because they are currently failing. Awaiting for the fixes in...
### Problem The type conversion logic in `DomainRecordMapper` which converts several data types in jooq `Record` class to types in our domain classes are verbose and brittle. Namely - jooq...
**Description**: This PR adds the first part of the in-equivalence tests for the internal calls to system accounts. Part of the tests are commented because they are currently failing. Awaiting...