-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
code-qualityignore-staleOverride for issues or PRs which should not be removed if stale.Override for issues or PRs which should not be removed if stale.refactorcode refactoring or maintainencecode refactoring or maintainencesequencerpertaining to the astria-sequencer cratepertaining to the astria-sequencer crate
Description
We currently perform all address base prefix checks manually in each check_and_execute implementation. We should abstract these such that they are performed for every action automatically via something like trait impls for all actions. This will make it more difficult to forget to implement these checks, since the trait will be required, and will also allow for a more streamlined unit-testing process of these checks.
Metadata
Metadata
Assignees
Labels
code-qualityignore-staleOverride for issues or PRs which should not be removed if stale.Override for issues or PRs which should not be removed if stale.refactorcode refactoring or maintainencecode refactoring or maintainencesequencerpertaining to the astria-sequencer cratepertaining to the astria-sequencer crate