-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sequencer)!: implement
FeeChangeAction
for the authority compo…
…nent (#1037) ## Summary implement `FeeChangeAction` for the authority component, which allows fees to be configured at chain runtime. ## Background we want to allow for fees to be configured at chain runtime. ## Changes - implement the `FeeChangeAction` type ## Testing unit tests ## Breaking Changelist - app state can be changed by sending a `FeeChangeAction`. ## Related Issues closes #1003
- Loading branch information
Showing
7 changed files
with
813 additions
and
314 deletions.
There are no files selected for viewing
43 changes: 42 additions & 1 deletion
43
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.
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.