-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add goernance module comms test #19
base: main
Are you sure you want to change the base?
Conversation
axelar-message-primitives = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
axelar-executable = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
its-instruction-builder = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
interchain-token-transfer-gmp = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
|
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.
This is being changes to internal because we have the latest gov module id change in the next
branch, that is not pushed in the public repo.
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.
CI fails because of this of course ...
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've also pushed the next
branch to the public repo, you can push the latest next
changes from the internal one to the public repo and use that one. Then we can merge as-is
6222c16
to
cca9938
Compare
cca9938
to
04bacc8
Compare
04bacc8
to
287e22c
Compare
axelar-message-primitives = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
axelar-executable = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
its-instruction-builder = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
interchain-token-transfer-gmp = { git = "ssh://git@github.com/eigerco/solana-axelar-internal.git", rev = "443377d" } | ||
|
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've also pushed the next
branch to the public repo, you can push the latest next
changes from the internal one to the public repo and use that one. Then we can merge as-is
Describe the changes
Related Issue(s)
Closes https://github.com/eigerco/solana-axelar-internal/issues/634
Checklist