-
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 abci query for bridge account info (#1189)
## Summary implement abci query for bridge account info, so users can tell if an account is a bridge account or not, and its relevant info if it is. ## Background needed for good UX ## Changes - implement abci query for bridge account info, so users can tell if an account is a bridge account or not, and its relevant info if it is - update sequencer client respectively ## Testing unit tests, sequencer client ## Related Issues closes #1118
- Loading branch information
Showing
7 changed files
with
520 additions
and
22 deletions.
There are no files selected for viewing
32 changes: 31 additions & 1 deletion
32
crates/astria-core/src/generated/astria.protocol.bridge.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
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.