-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 group: init interface #5512
Conversation
6ee9f77
to
c5af7a7
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.
This is looking really good! Just some bits to iron out on the interface, then this should be good to start on
c5af7a7
to
1cd80d0
Compare
OK I've resolved most of the comments, but there's still a few items to discuss:
|
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.
Just a few last things, then this should be good to go!
Edit: oh, and we'll also need the member mint authority to sign the initialize_member
instruction
Would you say mint authority or update authority? A case could be made for either imo. |
Also, I think we're good on discriminators: EDIT: Sorry, you said 100s, updated.
|
1cd80d0
to
dce6db2
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
dfa3dd8
to
3185a0e
Compare
There is no update authority here since we're just initializing the member, right? I think that means we have to go with member mint authority |
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 good!
3185a0e
to
6d3b1af
Compare
Pull request has been modified.
Bumped that version. Good to go. |
701b548
to
1315e99
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 great!
1315e99
to
eecc418
Compare
Pull request has been modified.
Sorry @joncinque! Had to fix a |
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.
No worries! Feel free to merge without an explicit re-approval if you just fixed a rustfmt issue
This PR initializes a newer, slimmed down version of the SPL Token Group interface.
Previous PR: #5190