-
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 2022: add UpdateGroupMaxSize
instruction from SPL Token Group interface
#5626
Merged
buffalojoec
merged 2 commits into
master
from
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
Nov 15, 2023
Merged
token 2022: add UpdateGroupMaxSize
instruction from SPL Token Group interface
#5626
buffalojoec
merged 2 commits into
master
from
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
Nov 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 21, 2023
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
This was referenced Oct 21, 2023
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
from
October 21, 2023 14:55
8080c30
to
17677bf
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 21, 2023 14:55
f89116d
to
0b2bfa8
Compare
This was referenced Oct 22, 2023
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
from
October 23, 2023 12:35
17677bf
to
6b67ebc
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 23, 2023 12:35
0b2bfa8
to
57c6b07
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
from
October 24, 2023 10:39
6b67ebc
to
aa4c6d4
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
October 24, 2023 10:39
57c6b07
to
2194647
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
from
October 26, 2023 14:25
aa4c6d4
to
01f924d
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
3 times, most recently
from
October 26, 2023 15:23
837a1a0
to
b31b5d0
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
from
November 6, 2023 20:57
b31b5d0
to
629e2c2
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 6, 2023 20:58
2194647
to
4f893c0
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
branch
2 times, most recently
from
November 9, 2023 09:13
e7fb59c
to
3a0de2e
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 09:13
4f893c0
to
a0fc789
Compare
Base automatically changed from
10-18-token_2022_add_InitializeGroup_instruction_from_SPL_Token_Group_interface
to
master
November 9, 2023 13:01
Once these PRs are rebased, I'll take a look! |
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 9, 2023 14:31
a0fc789
to
21d7820
Compare
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 10, 2023 13:33
21d7820
to
2165e66
Compare
buffalojoec
added
the
do-not-close
Add this tag to exempt a PR / issue from being closed automatically
label
Nov 12, 2023
buffalojoec
force-pushed
the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
from
November 14, 2023 14:36
2165e66
to
221ce2d
Compare
This was referenced Nov 14, 2023
joncinque
previously approved these changes
Nov 15, 2023
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.
mergify
bot
dismissed
joncinque’s stale review
November 15, 2023 13:30
Pull request has been modified.
buffalojoec
deleted the
10-18-token_2022_add_UpdateGroupMaxSize_instruction_from_SPL_Token_Group_interface
branch
November 15, 2023 14:40
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the
UpdateGroupMaxSize
instruction to Token2022 - from the SPL Token Group interface.