File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## Release 0.76.0 - 25-08-20
44
55### Added
66
77- Liquid(Singlesig): Add support for BIP-86 P2TR (Taproot) wallets.
8+ - Liquid(AMP): Ensure watch-only AMP accounts do not run out of addresses.
89- HWW: Add a new device JSON key `` "supports_liquid_p2tr" `` to indicate P2TR
910 inputs can be signed by the device.
1011
12+ ### Changed
13+ - Testnets: The PIN server for testnets has been changed to a testing instance.
14+ You will need to recreate PIN logins for test wallets with a PIN login enabled.
15+
1116### Fixed
1217
13- ### Changed
18+ - PSET: Populate the ELIP-0101 genesis hash field for created PSETs.
19+ - PSET: Add protection against signing PSETs for different networks than the current one.
20+ - Liquidex: Prevent creating swaps with unsupported address types.
1421
22+ ### Removed
23+ - SPV: Remove SPV support, which was unstable and causing increased support overhead.
24+ Users that do not trust esplora to behave honesty should run their own electrum server
25+ rather than relying on SPV.
1526
1627## Release 0.75.2 - 25-05-08
1728
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
2- project (gdk VERSION 0.75.2 LANGUAGES C CXX)
2+ project (gdk VERSION 0.76.0 LANGUAGES C CXX)
33
44set (CMAKE_CXX_STANDARD 17)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
You can’t perform that action at this time.
0 commit comments