-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HIP-1056 Token BlockItem to RecordItem transformers #10168
Comments
Hi, I would like to work on this ticket. |
@HarshSawarkar #10191 might be easier to work on for you. Token services are probably our most complicated services and require a lot of domain knowledge. Or maybe you might want to just do a subset of the easier token transactions. |
Thank you for your guidance, @steven-sheehy . I'll focus on working on #10191 and gradually explore implementing some token transformations. I'm eager to deepen my understanding of the domain and contribute more meaningfully to the community. Your insights and guidance would be truly appreciated. |
See https://github.com/hashgraph/hedera-services/blob/main/hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/BlockItemsTranslator.java for similar mapping in consensus nodees. And see mirror node TransactionHandler implementations to see what receipt or record info is used. |
Sure, I will go through it |
Problem
Add block item to record item transformers.
Solution
Add transformers for the following transaction types:
TokenCreate
TokenDelete
TokenUpdate
TokenAirdrop
TokenAssociate
TokenDissociate
TokenBurn
TokenCancel
TokenClaim
TokenReject
TokenFeeScheduleUpdate
TokenFreeze
TokenMint
TokenGrantKyc
TokenRevokeKyc
TokenUnFreeze
TokenPause
TokenUnpause
TokenUpdateNfts
TokenWipe
Alternatives
No response
The text was updated successfully, but these errors were encountered: