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 Add K6 tests for token airdrops ### Solution Setup and ensure the staging environment has a pending airdrop sent by one of the configurable default accounts and received...

enhancement
performance
test

### Problem Add support for the following transactions and persist to the `token_airdrop` table: - `TokenAirdrop` - `TokenCancelAirdrop` - `TokenClaimAirdrop` ### Solution - Add a `TokenAirdrop` domain object with the...

enhancement
parser
database

**Description**: This PR adds testnet-citus deployment to testnet-eu cluster - Add configs for testnet-citus to testnet-eu cluster - Temporarily disable testnet-citus importer - Temporarily disable testnet-citus ingress for grpc, rest,...

enhancement
process

### Problem Add support to Web3 for unlimited Max Automatic Token Associations. ### Solution Update Web3 `CryptoOpsUsage` and `SyntheticTxnFactory` to handle `-1` values for `maxAutomaticTokenAssociations` for protobuf versions greater than...

enhancement
web3

### Problem Ensure support for unlimited Max Automatic Token Associations. Importer should already support them. ### Solution Add test(s) for the `-1` value for `maxAutomaticTokenAssociations` in Importer. Protobuf version 0.51...

enhancement
parser

### Problem Update the importer to support TokenReject transactions. ### Solution Add `TokenRejectTransactionHandler` which will be similar to `CryptoTransferTransactionHandler` Tests for TokenReject should include verifying for fungible tokens and nfts...

enhancement
parser

### Problem We should create initial documentation for v2 operators to ease the burden of the new components introduced to the infrastructure ### Solution - [ ] Document components in...

enhancement
citus

### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Preparation - [X] Milestone created - [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc) - [x] Nothing...

enhancement
process

### Problem Customers have requested a number of NFT allowance APIs and that are being review by the HIP Process. ### Solution - The proposed endpoints in the HIP are...

enhancement
epic

**Description**: **Related issue(s)**: Fixes #8174 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

limechain