-
Notifications
You must be signed in to change notification settings - Fork 389
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
Sealevel v3 contracts #3048
Sealevel v3 contracts #3048
Conversation
|
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.
Unsure why tests are failing tbh, but code changes do lgtm
rust/sealevel/programs/ism/multisig-ism-message-id/src/metadata.rs
Outdated
Show resolved
Hide resolved
Issue was that since message |
Description
MVP contracts for sealevel v3 - note this doesn't include hooks so IGP payments still have to be made separately. However contracts will now be compatible with the metadata format used by the other V3 deployments.
Drive-by changes
The unit tests in
rust/sealevel/programs/ism/multisig-ism-message-id/src/metadata.rs
are refactored to reuse struct creation logic.Related issues
Backward compatibility
No, since this upgrades sealevel v2 to v3.
Testing
Unit tests