-
Notifications
You must be signed in to change notification settings - Fork 151
Permissioned burn extension #818
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
Open
Szegoo
wants to merge
33
commits into
solana-program:main
Choose a base branch
from
Szegoo:permissioned-burn
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
905f41e
Permissioned Burn Extension
Szegoo f0175dc
compiles
Szegoo ea637bd
handle permissioned burn in processor
Szegoo d918f27
cleanup
Szegoo 6a2e5bd
typo
Szegoo 21b2e65
fmt
Szegoo e5ca5d4
remove unnecessary PermissionedBurnAccount
Szegoo d533794
Update interface/src/extension/mod.rs
Szegoo c22a5fe
add missing unpack & change index to 46
Szegoo f9133d3
implement authority type
Szegoo 52931da
new PermissionedBurn instruction
Szegoo 8a04278
small fix & add to rust-legacy
Szegoo 05ee8e0
remove
Szegoo 88b3d0b
move instruction under PermissionedBurnExtension
Szegoo 32baa70
refactor
Szegoo c062644
rust-legacy test
Szegoo 1cd3ce6
clean up & fix
Szegoo 56e1a93
more cleanup
Szegoo d51e9dd
js-legacy test
Szegoo 1f8cba9
add to cli
Szegoo 4d7f325
add to js-client
Szegoo 0aa93da
change order & separate enums
Szegoo 7d9cea1
leftover ordering update & authority update test
Szegoo 1adec9d
--permissioned-burn-authority
Szegoo ccc0238
handle None authority
Szegoo a6e910b
test None
Szegoo 7970ee9
format & make clippy happy
Szegoo 81b5af7
generate clients
Szegoo 0df5cd2
Merge branch 'main' into permissioned-burn
Szegoo fa8911b
Update clients/cli/src/clap_app.rs
Szegoo 789a206
fixes
Szegoo b36ebfc
fixes
Szegoo 96414d2
fix nits
Szegoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export * from './instructions.js'; | ||
| export * from './state.js'; |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.