-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
token 2022: repair onchain helper #6112
Conversation
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
1b717ce
to
dfb7feb
Compare
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.
Looks like some extra changes from the previous PR snuck in here, but otherwise looks great!
b47b84e
to
a7e399c
Compare
FYI, this looks a tad different now that we're passing |
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.
Still looks good!
e6238ed
to
b1c626e
Compare
a7e399c
to
ed3fca4
Compare
Merge activity
|
b1c626e
to
667b867
Compare
ed3fca4
to
367eedb
Compare
Pull request has been modified.
Continuing on from the new helper introduced in #6111.
Here the onchain helper in Token2022 is updated to use the non-deprecated new
onchain helper from SPL Transfer Hook interface.
PDAs as extra meta configs are also added to the transfer hook test in
program-2022-test
for additional assurance.