-
Notifications
You must be signed in to change notification settings - Fork 915
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
graphql: token-2022 extensions: InitializeTransferFeeConfig #2575
graphql: token-2022 extensions: InitializeTransferFeeConfig #2575
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!! Tests shouldn't be too bad to add. I made a section for Token-2022 extensions so you don't have to mess with Jest.
describe('token-2022 extensions', () => { |
Feel free to check this one off the issue once it's merged!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This PR is included in version 1.91.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR adds support for Token-2022's TransferFeeExtension's InitializeTransferFeeConfig instruction
in the GraphQL schema.
Todo:
Need to add test.