Skip to content

Releases: diybitcoinhardware/embit

v0.8.0

30 May 10:49
84cce66
Compare
Choose a tag to compare

Release notes:

  • add ECDH (#40)
  • switch to <m;n> multipart descriptors according to BIP-389 (#43)
  • allow H in derivation paths (#47)
  • add support for taptree miniscript (#45)
  • various bugfixes

v0.7.0

03 Jan 00:04
2bf8173
Compare
Choose a tag to compare

Release notes:

  • bip85 functionality (#35)
  • bugfixes in PSBTView

v0.6.1

22 Oct 16:28
Compare
Choose a tag to compare

Release notes

  • fix bug with scope.update() function

v0.6.0

16 Oct 14:03
Compare
Choose a tag to compare

Mostly taproot stuff.

Release notes:

  • add support for single-key taproot psbt fields (internal key and bip32 derivations) #33
  • properly parse leaf hashes in taproot bip32 derivations ( dc3c559 )
  • add descriptor.owns() for taproot psbt scopes ( 203dfca )

v0.5.0

24 Jun 11:56
Compare
Choose a tag to compare

This release includes libsecp256k1 binaries for two more platforms - Raspberry Pi and Mac M1. This will significantly increase the speed of the library on these platforms as well as enable Liquid functionality on them.

Release notes:

v0.4.14

01 Jun 11:04
Compare
Choose a tag to compare

Release notes

  • add support for signing PSBT with descriptors if they have private keys - psbt.sign_with(descriptor) 33dc0bd
  • add to_public method to descriptors 1007c44

v0.4.13

03 May 14:29
Compare
Choose a tag to compare

Release notes:

  • add pure python implementation of ripemd160, see #28 (used only if ripemd160 is not found in hashlib)
  • liquid: add signing of issuance and reissuance pset transactions

v0.4.12

14 Jan 13:55
Compare
Choose a tag to compare

Release notes:

v0.4.11

23 Dec 10:33
Compare
Choose a tag to compare

Release notes:

  • bugfix: fix thresh miniscript for 1 argument

v0.4.10

07 Oct 09:01
Compare
Choose a tag to compare

Release notes

  • Liquid: Improve unblinding flow on Liquid transactions
  • Liquid: Properly handle dummy 0-value outputs in PSET
  • Liquid: Add value proofs and asset proofs