-
Notifications
You must be signed in to change notification settings - Fork 260
feat(lazer/publisher_sdk): add wormhole governance source proto #2719
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -12,10 +12,9 @@ import "dynamic_value.proto"; | |||
package pyth_lazer_transaction; | |||
|
|||
// Representation of a complete governance instruction. This value will be signed | |||
// by a governance source. | |||
// by a governance source. If the governance source is Wormhole emitter, the VAA payload will | |||
// be the encoded `GovernanceInstruction` message. |
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.
I think the VAA that comes from Pyth Governance will also contain the PythGovernanceHeader
in its existing encoding.
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.
thanks.
c03d573
to
466904a
Compare
Summary
Add wormhole governance source for the governance instructions.
Rationale
Governance actions are going to come from the Pyth DAO councils that live on Solana.