hiero-ledger / hiero-ledger/hiero-consensus-node
getScheduledCreateFungibleTokenInfo/getScheduledCreateNonFungibleTokenInfo should support 'staticcall'
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
### Background
`GetScheduledFungibleTokenCreateCall` and `GetScheduledNonFungibleTokenCreateCall` classes should override `allowsStaticFrame` method to support `staticcall` of its functions.
### Acceptance Criteria
1. `getScheduledCreateFungibleTokenInfo` support `staticcall`
2. `getScheduledCreateNonFungibleTokenInfo` support `staticcall`
3. HAPI tests are implemented
Contributor guide
Research direction
Locate the GetScheduledFungibleTokenCreateCall and GetScheduledNonFungibleTokenCreateCall classes and inspect how allowsStaticFrame is handled by comparable call classes. Implement the requested support for both scheduled-create info functions, then add HAPI tests covering staticcall behavior and verify both acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- blockchain, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100