-
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.
chore(proto)!: rename sequence action to rollup data submission (#1665)
## Summary Renames `astria.protocol.transaction.v1alpha1.Sequence` to `astria.protocol.transaction.v1alpha1.RollupDataSubmission`. ## Background Talking to third parties our the term "sequence action" frequently lead to double takes, as it was not clear that this action was intended to do. This patch provides makes it clear which action submits rollup data data to Astria. In line with the other actions, `RollupDataSubmission` follows the convention of using gerundial nouns. ## Changes - Renames `astria.protocol.transaction.v1alpha1.Sequence` to `astria.protocol.transaction.v1alpha1.RollupDataSubmission`. - Renames the `astria.protocol.transaction.v1alpha1.Action.value.sequence` variant to `astria.protocol.transaction.v1alpha1.Action.value.rollup_data_submission` - Renames `astria.protocol.fees.v1alpha1.SequenceFeeComponents` to `astria.protocol.fees.v1alpha1.RollupDataSubmissionFeeComponents` - Renames `astria.protocol.genesis.v1alpha1.GenesisFees.sequence` to `astria.protocol.genesis.v1alpha1.GenesisFees.rollup_data_submission` and updates its type appropriately. - Renames all items related to this action from sequence* to rollup_data_* or rollup_data_submission_* ## Testing This is a crate-wide change that only affects names but not the shape of on wire data. All tests pass. ## Breaking Changelist This is technically network breaking as all protobuf shapes stay unchanged. However, since the genesis file is changed, and since cometbft chains consume JSON in their init chain events, this change will stop old sequencer nodes from being initialized even if the provided data is the same. ## Related Issues Closes #1659
- Loading branch information
1 parent
eecb5c1
commit 3ff1696
Showing
64 changed files
with
456 additions
and
458 deletions.
There are no files selected for viewing
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
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
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
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
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.