Skip to content

Releases: joshdoman/multisig-backup

Release v0.2.0

04 Apr 22:15
5a5db05

Choose a tag to compare

This release adds embedded support for testnet4 multisig descriptors.

Users can input either a mainnet or testnet4 descriptor in the "Inscribe" section, which will direct the user to inscribe the encrypted descriptor on the appropriate chain.

A unified indexer is used to recover the inscribed text, which can then be decrypted.

Release v0.1.1

30 Jan 17:01

Choose a tag to compare

This release fixes a bug that prevented some users from looking up their encrypted descriptor using their master fingerprints:

  • The two master fingerprints (xfps) are now sorted by their byte array, rather than by string, prior to being hashed. This matches how the xfps are hashed for indexing.

Release v0.1.0

21 Nov 21:10

Choose a tag to compare

Initial release of multisig-backup. This release includes:

  • Logic to encrypt a plaintext k-of-n descriptor such that it can only be decrypted with k extended public keys
  • Integration with btcscribe.org to inscribe the encrypted text
  • Recovery tool to lookup inscription using hash of two master fingerprints and decrypt with k extended public keys
  • Integration with Ledger and Trezor to make it easy to derive master fingerprints and extended public keys