hedera-mirror-node
hedera-mirror-node copied to clipboard
Hedera Mirror Node archives data from consensus nodes and serves it via an API
### 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...
### 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...
**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,...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
**Description**: **Related issue(s)**: Fixes #8174 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)