Edwin Greene
Edwin Greene
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
**Description**: - Adds Importer support for Token Airdrop, Token Cancel Airdrop and Token Claim Airdrop transactions. - Adds `token_airdrop` and `token_airdrop_history` tables. **Related issue(s)**: Fixes #8275 **Notes for reviewer**: **Checklist**...
**Description**: Adds nfts to the outstanding and pending airdrop REST API responses. **Related issue(s)**: Fixes #9378 **Notes for reviewer**: **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested...
### Problem ### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Solution ## Preparation - [ ] Milestone created - [ ] Milestone field populated...
### Problem The Outstanding and Pending airdrops endpoints currently only return fungible tokens. ### Solution -Add nfts to the response and paginate based on sender/receiver, token.id and serialnumber. ### Alternatives...
**Description**: Updates the Bound class to include fields. Simplifies the JooqRepository to only accept Bounds as parameters. Updates the JooqRepository to support N-numbered conditions. **Related issue(s)**: Fixes #9379 **Notes for...
### Problem Caching on the REST API can be enhanced by adding logic that handles absent query parameters indentically to default query parameters. For example: `/api/v1/accounts` and `/api/v1/accounts?limit=25` ### Solution...
### Problem Make the ConditionalFieldBounds more reusable to support future Rest-Java endpoints. ### Solution Combine Bound and FieldBound by moving field into Bound, and update ConditionalFieldBounds to support n-numbered fields....
**Description**: Adds a means to normalize REST API queries. **Related issue(s)**: Fixes #9113 **Notes for reviewer**: **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested (unit, integration, etc.)
### Description The evm address and alias cacheLookup method in EntityIdServiceImpl can result in a recursive update exception. Here is the exception from testnet: ``` 2024-08-15 13:12:22.988 2024-08-15T18:12:22.988Z ERROR pool-11-thread-2...