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
create single sig Taproot wallets with ease (BIP86), private keys are stored on the node which is why you need to enter a password to encrypt them
interact with the wallets which do not exist on the active node, allowing you to recover them to the active node, delete them, and see their details
"send to wallet" button on the send view which allows you to easily generate receive addresses from all wallets regardless of which wallet/node is active
better handling of locked wallets during the signing flow (will prompt you to enter the password)
paste, upload, scan bip39 mnemonics on the wallet creator to easily create wallets
create multisig wallets with signers where the seed words were deleted
more robust UR support, previously was hard coded to only work with segwit, it now works with most script types, and xprvs
ability to encrypt private keys for taproot wallets
Fixes
output verification for multisig addresses could have gotten stuck
UI fixes/improvements, the network icon color now reflects the actual Bitcoin Core icon color for each network
actually utilize the blockheight when recovering wallets
do not allow 1/1 msig creation
better UX when creating wallets via signers
better error/UX if wallet does not exist on the active node