Releases: diybitcoinhardware/embit
Releases · diybitcoinhardware/embit
v0.8.0
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
Release notes:
- bip85 functionality (#35)
- bugfixes in PSBTView
v0.6.1
Release notes
- fix bug with
scope.update()
function
v0.6.0
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
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
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
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.11
Release notes:
- bugfix: fix
thresh
miniscript for 1 argument
v0.4.10
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