Skip to content

Releases: ElementsProject/libwally-core

Release 0.8.2

12 Feb 22:48
release_0.8.2
c69481e

Choose a tag to compare

  • Update to latest libsecp256k1-zkp
  • Expose Sign-to-Contract functions
  • Expose Anti-Key-Exfiltration ("Anti-Exfil") functions
  • Expose base64 functions
  • Allow callers to provide secp contexts to make the library thread-safe

Note: This release is not binary compatible with 0.8.1. See https://github.com/ElementsProject/libwally-core/blob/master/CHANGES.md for details.

Release 0.8.1

21 Dec 19:50
release_0.8.1
808c609

Choose a tag to compare

  • New WASM target for wally in the browser
  • Use a git submodule for libsecp256k1
  • Add manylinux support to build PyPI compatible wheels
  • Release Python 3.8/3.9 wheels for Linux
  • Various build fixes

Release 0.8.0

20 Oct 08:55
release_0.8.0
5776668

Choose a tag to compare

  • Build fixes for OSX and Android
  • Expose PSBT functions through the SWIG Java interface
  • New functions to serialize varint and varbuffers
  • Build system improvements and general bug fixes

Release 0.7.9

08 Sep 22:33
release_0.7.9
88fc78f

Choose a tag to compare

  • Updates and fixes to the PSBT interface, fix PSBT signing with core v20.1
  • New functions to clone transactions and calculate txid
  • Documentation updates
  • Bug fixes

Release 0.7.8

03 Apr 07:46
release_0.7.8
461478e

Choose a tag to compare

  • Deprecate Python 2 wheels
  • Honor CFLAGS, default to O2
  • Bug fixing

Release 0.7.7

14 Jan 10:17
release_0.7.7
895632c

Choose a tag to compare

  • Expose wally_psbt_get_length
  • Add wally_scriptpubkey_to_address
  • Return written bytes in asset_pak_whitelistproof
  • Elements bug fixes

Release 0.7.6

10 Dec 17:20
release_0.7.6
dbb5e11

Choose a tag to compare

  • Add flag to sort multisig keys (BIP67)
  • Add bip32_key_get_fingerprint
  • Add Liquid developer guide
  • Add liquid support to address_to_scriptpubkey

Release 0.7.5

06 Nov 13:03
release_0.7.5
0041b04

Choose a tag to compare

  • Add support for P2PKH, P2SH-P2WPKH, P2WPKH address derivation from BIP32 key
  • Add support for P2KH and P2SH address parsing
  • Add support for PSBT
  • Add support for blech32
  • Add support for pegin and pegout
  • Bug fixing, build updates and improvements

Release 0.7.4

21 Aug 13:39
release_0.7.4
50042b5

Choose a tag to compare

  • Add support for recoverable signatures
  • Generalize Elements function to use external nonces
  • Expose blinding key functions to js wrapper
  • doc improvement and bugs fixing

Release 0.7.3

18 Jul 14:28
release_0.7.3
c5f1a2e

Choose a tag to compare

  • Exposed ECDH
  • Added py3.7 x86_64 linux wheels to released artifacts
  • Updated JS bindings to support latest nodejs
  • Doc typos and bug fixing.

changelist