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

### 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...

enhancement
process

### 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...

enhancement

### Problem Performance tests should be added to verify the new `/api/v1/topics/{id}`. ### Solution Add performance test ### Alternatives _No response_

enhancement
performance
test

### 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...

enhancement
epic
rest-java

### Problem Acceptance tests should be added to verify the new `/api/v1/topics/{id}`. ### Solution Add acceptance test ### Alternatives _No response_

enhancement
test
rest-java

### 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 - [ ]...

enhancement
epic

### 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...

enhancement
rest-java

### 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...

enhancement
rest-java

### 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...

bug
performance
test

### 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...

enhancement
test