-
Notifications
You must be signed in to change notification settings - Fork 26
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
Simplify and update Trident config #230
Merged
Merged
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
lukacan
force-pushed
the
impr/update_config
branch
from
January 2, 2025 19:03
f0d830a
to
bdb2cff
Compare
lukacan
added a commit
that referenced
this pull request
Jan 11, 2025
* ✨ WIP: Trident SVM * 🔥 Cleanup + migrate trident svm * Simplify and update Trident config (#230) * ✨ Update config + update initial programs and accounts for Trident SVM * ✨ Resolve some additional issues with workspace / cargo paths + simplify config * ✨ Update metaplex cpi example * ✨ Code quality * ⚡️ Pipeline update * ✨ Update example * ⚡️ Initialize Trident SVM with syscall stubs + add mazes * ✨ Update handling with Clock Sysvar * 🧪 Update simple-cpi-6 and workflow * 🎨 If ix discriminator is not present derive it * ⚡️ Update Fuzz Client implementation for TridentSVM * ✨ Separate fuzz test template generator, update generator logic and update tests * 🔥 Remove necessity to have anchor as dep in trident tests * ✨ Add fuzzingError with custom string message * ✨ Convert instruction name from IDL into snake case * 📝 Add changelog
hyckomatej
pushed a commit
that referenced
this pull request
Jan 12, 2025
* ✨ Update config + update initial programs and accounts for Trident SVM * ✨ Resolve some additional issues with workspace / cargo paths + simplify config * ✨ Update metaplex cpi example * ✨ Code quality * ⚡️ Pipeline update
lukacan
added a commit
that referenced
this pull request
Jan 15, 2025
* Trident SVM support (#234) * ✨ WIP: Trident SVM * 🔥 Cleanup + migrate trident svm * Simplify and update Trident config (#230) * ✨ Update config + update initial programs and accounts for Trident SVM * ✨ Resolve some additional issues with workspace / cargo paths + simplify config * ✨ Update metaplex cpi example * ✨ Code quality * ⚡️ Pipeline update * ✨ Update example * ⚡️ Initialize Trident SVM with syscall stubs + add mazes * ✨ Update handling with Clock Sysvar * 🧪 Update simple-cpi-6 and workflow * 🎨 If ix discriminator is not present derive it * ⚡️ Update Fuzz Client implementation for TridentSVM * ✨ Separate fuzz test template generator, update generator logic and update tests * 🔥 Remove necessity to have anchor as dep in trident tests * ✨ Add fuzzingError with custom string message * ✨ Convert instruction name from IDL into snake case * 📝 Add changelog * ✨ Fix timeout -> runtime * ✨ First iteration of docs updates * 🔥 Remove solana-svm dep and migrate process into trident svm * 🚀 Released related crates * 🔥 Remove unnecessary function in the test_fuzz.rs * ✨ Simplify possible errors, transaction error handler contains transaction error * 💚 Add support for composite accounts * ✨ Rename config to TridentConfig as the old name was causing issues * Update examples * ✨ Resolve comments * 📝 Inform to change direcotry before fuzz start * 🔖 Bump versions --------- Co-authored-by: hyckomatej <[email protected]>
lukacan
added a commit
that referenced
this pull request
Jan 15, 2025
* ✨ WIP: Trident SVM * 🔥 Cleanup + migrate trident svm * Simplify and update Trident config (#230) * ✨ Update config + update initial programs and accounts for Trident SVM * ✨ Resolve some additional issues with workspace / cargo paths + simplify config * ✨ Update metaplex cpi example * ✨ Code quality * ⚡️ Pipeline update * ✨ Update example * ⚡️ Initialize Trident SVM with syscall stubs + add mazes * ✨ Update handling with Clock Sysvar * 🧪 Update simple-cpi-6 and workflow * 🎨 If ix discriminator is not present derive it * ⚡️ Update Fuzz Client implementation for TridentSVM * ✨ Separate fuzz test template generator, update generator logic and update tests * 🔥 Remove necessity to have anchor as dep in trident tests * ✨ Add fuzzingError with custom string message * ✨ Convert instruction name from IDL into snake case * 📝 Add changelog
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.
Description
This PR simplifies Trident config, both the source code and also the generated Trident.toml.
Related Tickets & Documents
Related Issue #
Closes #
I clicked on "Allow edits from maintainers"