hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
### Description Previously, consensus nodes were required to always send us `shard.realm.num` entity IDs in the `TransactionRecord`. With the EVM equivalence work, contract calls are now allowed against inactive EVM...
### Description Enabling Redis integration in the REST API caused frequent segmentation faults due to lack of memory. ### Steps to reproduce Run transactions list k6 test ### Additional context...
**Description**: * upgrade zfs driver * enable prometheus service monitor for stackgres **Related issue(s)**: Fixes #8247 **Notes for reviewer**: **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested...
**Description**: This PR adds the support for greater and lower bound conditions for query parameters in the request. This PR modifies * The service layer and the repository layer to...
**Description**: * Adding gasConsumed tests **Related issue(s)**: Fixes https://github.com/hashgraph/hedera-services/issues/12948 **Notes for reviewer**: * Moving the `verifyGasConsumed` logic into `AbstractEstimateFeature.java` to reuse the logic * Using the `verifyGasConsumed` to verify the...
### Problem Currently anytime the chart is updated, ZFS init pods restart even though they had no changes. We pod should only redeploy when there are changes. ### Solution Determine...
### Problem We need to ensure our Citus installation has automated backups. ### Solution * Investigate [Stackgres backup](https://stackgres.io/doc/latest/reference/crd/sgshardedbackup/) functionality * Automate backup with multi-node setup. * Document manual restore process...
**Problem** Currently /api/v1/topics/:id/messages exist to retrieve messages of a topic However, there's no API to get the info of a single topic similar to /transactions:id, /accounts/:id **Solution** Add an /api/v1/topics/:id...
### Problem Since the NFT allowance APIs use the same token as the contract call API to test , there was an issue after deleting the token. To reproduce: 1....
### Problem We need zfs metrics/alerts in grafana ### Solution - [ ] Export metrics used on the zfs dashboard to grafana cloud - [ ] Create grafana cloud alert...