-
Notifications
You must be signed in to change notification settings - Fork 62
lw-7089: fix trezor transaction mismatching issue #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lw-7089: fix trezor transaction mismatching issue #880
Conversation
…-trezor-tx-hash-mismatching-issue
AngelCastilloB
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT! 🚀
DominikGuzei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 🎉 so the problem was just bad test code?
yeah :( |
…-trezor-tx-hash-mismatching-issue
|
@DominikGuzei @AngelCastilloB Can you check the last commit d045670 please? 🙏 |
DominikGuzei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still LGTM 👍
Context
This PR introduces a fix for the Trezor transaction hash mismatching issue
Proposed Solution
The Trezor transaction hash must always match the one originating from Cardano JS SDK, otherwise transaction submission will fail.
Important Changes Introduced