-
Notifications
You must be signed in to change notification settings - Fork 69
SVM Branch to main #116
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
base: main
Are you sure you want to change the base?
SVM Branch to main #116
Conversation
* Check compression programs at runtime * Update Cargo.lock * Regenerate IDL and SDKs * Add test for new programs and update program IDs * Use MPL-specific types instead of assuming spl-account-compression types are compatible * Use mpl-account-compression published versions Update spl-account-compression version Use Node type from spl-concurrent-merkle-tree crate * Add idl-build feature * Remove Anchor idl-build feature and remove account compression dependencies that use it * Temporarily skip different compression program test * fix ts lint issue * Download mpl-account-compression programs and reactivate test * Add tests * Remove log wrapper validation in decompress as it's unused * Update to latest spl-account-compression * Update program download script
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Add SDK helper to choose compression programs * Change variable name
Co-authored-by: Brandon Tulsi <[email protected]>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Plus other SVM adjustments
This PR is not intended to be merged and is created for conveniently running the CI and viewing the diff. This
svmbranch is the branch intended to hold the code that runs on the other SVMs.Notes
getCompressionProgramsForV1Ixshelper in the JS SDK was created to detect and provide the correct compression programs on other SVMs.createTree.test.tsandtransfer.test.tsfor example usage for V1 instructions. Note the helper is never needed for V2 instructions.