-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sequencer)!: Add IBC sudo change action (#1509)
## Summary Added an action for changing the IBC sudo address. ## Background IBC sudo address wasn't able to be changed before. ## Changes - Added IBC sudo change action to proto, core, and sequencer. ## Testing Added two new unit tests to ensure the new action works and errs as expected. ## Breaking Changelist - Added test of new action to `app_execute_transaction_with_every_action_snapshot()`, breaking app hash. ## Related Issues closes #1480
- Loading branch information
1 parent
4478cb6
commit e945677
Showing
10 changed files
with
352 additions
and
31 deletions.
There are no files selected for viewing
17 changes: 16 additions & 1 deletion
17
crates/astria-core/src/generated/astria.protocol.transactions.v1alpha1.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
106 changes: 106 additions & 0 deletions
106
crates/astria-core/src/generated/astria.protocol.transactions.v1alpha1.serde.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.