-
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.
refactor(proto)!: update
SignedTransaction
to contain Any
for tra…
…nsaction (#1044) ## Summary as title says ## Background protobuf encoding is not deterministic, so we want to verify the signature over the exact same bytes signed. ## Changes - update `SignedTransaction` to contain `Any` for transaction instead of `UnsignedTransaction` ## Testing unit test ## Breaking Changelist - the `SignedTransaction` type is changed - tx hashes are no longer the same ## Related Issues closes #310
- Loading branch information
Showing
4 changed files
with
137 additions
and
39 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
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
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