-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
Ensure input's script type and path match the scriptPubKey #2144
Conversation
594b3d0
to
abddb49
Compare
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.
LGTM, but please add incompatible
changelog entries.
I wrote some previously:
Trezor will refuse to sign UTXOs that do not match the provided derivation path (e.g., transactions belonging to a different wallet, or synthetic transaction inputs).
In 54ac830 f7aa680 I did a little heuristic around the TxWeight calculation, so that Trezor doesn't show the fee-over-threshold dialog when a lot of unverified external inputs are present. In 86c6620 I replaced the operation in |
LGTM, please rebase and merge |
a6a63d9
to
0a1bcc0
Compare
TODO: