hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
### Problem We now have Grafana alerts in Grafana Cloud and exported those to a file in git. If we make changes to the file then there's no way to...
### Problem We have a bunch of metrics available from stackgres to give insight into the database. ### Solution Create a new dashboard to utilize the metics exported by stackgres...
### Problem Performance tests should be added to verify the new `/api/v1/topics/{id}`. ### Solution Add performance test ### Alternatives _No response_
### Problem [HIP-874](https://hips.hedera.com/hip/hip-874) requests the addition of a new `/api/v1/topics/{id}` REST API. ### Solution ```[tasklist] - [ ] https://github.com/hashgraph/hedera-mirror-node/issues/774 - [ ] https://github.com/hashgraph/hedera-mirror-node/issues/8283 - [ ] https://github.com/hashgraph/hedera-mirror-node/issues/8284 ``` ### Alternatives...
### Problem Acceptance tests should be added to verify the new `/api/v1/topics/{id}`. ### Solution Add acceptance test ### Alternatives _No response_
### Problem Mirror node needs to support [HIP-904](https://hips.hedera.com/hip/hip-904) Frictionless Aidrops. ### Solution ```[tasklist] ### Tasks - [ ] #8082 - [ ] https://github.com/hashgraph/hedera-mirror-node/issues/8272 - [ ] https://github.com/hashgraph/hedera-mirror-node/issues/8273 - [ ]...
### Problem Add the list pending airdrops endpoint to Rest Java. ### Solution List Pending Airdrops: `/api/v1/accounts/{receiverIdOrEvmAddress}/airdrops/pending` List of airdrops in the `PENDING` state. The primary use case is for...
### Problem Add the outstanding airdrops endpoint to Rest-Java. ### Solution List outstanding airdrops: `/api/v1/accounts/{senderIdOrEvmAddress}/airdrops/outstanding` List of outstanding airdrops in the `PENDING` state. The primary use case is for the...
### Description When testkube is ran and the performance has a regression in any test, a report is not produced. It's difficult to find out which particular test had the...
### Problem Add acceptance tests for the token feature for token airdrops. ### Solution Use an existing set of accounts and a token_id from the existing acceptance tests and add...