Releases: Blockstream/gdk
Releases · Blockstream/gdk
Release 0.0.32
- Replace GA_http_get with GA_http_request, which can perform POST as well as
GET. Urls are specified as a set from which the gdk will choose the most
appropriate, e.g. if the session is running tor and an onion url is present it
will get preference over a non-onion url. - Add GA_generate_mnemonic_12
- Enable ccache by default if ccache is found
- Build improvements
- Bug fixing
Release 0.0.31
- Allow caller to pass xpub to create a 2of3 account
- Use legacy derivation for 2of3 recovery xpubs
- Disable multi-asset send in liquid mainnet
- Enable setting nlocktime via GA_change_settings
- Refactor appearance settings mapping
- Update openssl to 1.1.1g
Release 0.0.30
- update travis windows build and osx meson version
- fix sending to liquid blech32 addresses
- update docker images and rust version
- update libwally, tor, openssl, gls library
Release 0.0.29
Increase rangeproof ct bits from 36 to 52
Release 0.0.28
- represent missing fiat rate as null in amount json
- gracefully handle invalid value for fiat rate
- asset Id validation on bip21 uri
Release 0.0.27
- add bip21 uri for liquid
- update swift bindings
- bug fixes
Release 0.0.26
- upgrades libwally, boost, tor
- add support for macos 10.15 in build script
- fixes bugs
Release 0.0.25
- add support for liquid hardware wallet
- add sqlite authenticated/encrypted caching
- stability fixes for bugs reported via the apps
Release 0.0.24
- correct futures launch policy
Release 0.0.23
- update libwally, json lib, ndk
- add thread safety analysis
- update interface for assets and balance
More info at: release_0.0.22...release_0.0.23