You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another reason to update is that I'd like to soon (™️) update the PSBT signing code to use the PSBTView which should solve OOM errors for large transactions (many inputs/signers).
The text was updated successfully, but these errors were encountered:
Apparently it's a smooth update, the only thing that should be updated together are descriptor receive/change pair notation, from {0,1} to <0;1> .
Not related to Embit but I don't know exactly why, I started to have issues on tests parsing UR_OUTPUT_MULTISIG_WALLET_DATA descriptors.
Tracked the error to module 'urtypes' has no attribute 'crypto'
And solved by changing urtypes with this
It's been a while since our embit dependency was updated. Here's the latest tagged release:
https://github.com/diybitcoinhardware/embit/releases/tag/v0.7.0
Another reason to update is that I'd like to soon (™️) update the PSBT signing code to use the PSBTView which should solve OOM errors for large transactions (many inputs/signers).
The text was updated successfully, but these errors were encountered: