Add the builtin system accounts#8
Merged
Merged
Conversation
Builtin program are important for SVM to functions as intented. This commit add all the programs from `solana-sdk-ids` crate in a manner useful for this crate. It loads the address, the loader of the program, the short name of the program as defined in the `solana_sdk_ids::...` modules and parses the base58 public key into bytes This add a chore to exlude the account information from typos cli since addresses are not guaranteed to be valid words
d0d4d42 to
c424309
Compare
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
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.
Builtin program are important for SVM to functions as intented. This commit add all the programs from
solana-sdk-idscrate in a manner useful for this crate. It loads the address, the loader of the program, the short name of the program as defined in thesolana_sdk_ids::...modules and parses the base58 public key into bytes