-
Notifications
You must be signed in to change notification settings - Fork 318
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
chore: should we remove unused SignerError
variants ?
#1484
Comments
Do you want to make this into a super issue to figure out further improvements to the signer module as a whole? |
That could work, I don't see a problem doing it that way. You mean also considering Steve's comments? |
The end goal is to remove the |
Playing with the idea of removing signers from the Regarding the proposal to remove the |
Ok to remove this from 1.0.0-beta milestone? Based on above it sounds like this should likely be fixed in a 2.0 release when signer is removed from wallet. |
Yes, as Lloyd and Mammal mentioned above it'll probably rely on TxBuilder redesign, which is already intended for v2 (please correct me if I'm wrong). Also, do we already have an issue for that? |
These are some tx-builder issues that I'm aware of #899 #988 |
Describe the enhancement
As noticed in #1448 and #1424 there are some unused error variants on
SignerError
Use case
Do we need such variants, e.g
sighash::TaprootError
,transaction::TxInputsIndexError
, or should it be merged withInputIndexOutOfRange
(for example) ?Additional context
Issue meant for related discussion.
The text was updated successfully, but these errors were encountered: