Edwin Greene

Results 20 issues of 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**...

enhancement
parser
database

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

enhancement
rest-java

### Problem ### Problem This checklist verifies a release is rolled out successfully. ### Solution ## Solution ## Preparation - [ ] Milestone created - [ ] Milestone field populated...

enhancement
process

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

enhancement
rest-java

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

enhancement
rest-java

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

enhancement
performance
rest
citus

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

enhancement
rest-java

**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.)

enhancement
performance
rest

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

bug
parser