File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Release 0.76.2 - 26-01-26
3+ ## Release 0.76.3 - 26-02-04
44
55### Added
66- Liquid: Support filtering by asset id in GA_get_transactions.
77- PSBT: Include any user_sighash override when creating a PSBT from tx json.
8- - PSBT: Include existing tx signatures when creating PSBT from json.
8+ - PSBT: Include existing tx signatures when creating PSBT from tx json.
99
1010### Changed
1111- Build: Update Rust to 1.85.0.
1212- Transactions: Use new signature hashing from Wally for all address types.
1313- Transactions: Enable signature hash caching for faster signing with tx json.
14- - Dependencies: Update Rust dependency to use adler2 instead of adler.
14+ - Dependencies: Update Rust dependency adler2 instead of adler, bytes.
15+ - Dependencies: Update libwally to 1.5.2, tinycbor.
1516- Build: Include Wally as non-system private library
17+ - Login: use the short git sha in the login user agent
1618
1719### Fixed
1820
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
2- project (gdk VERSION 0.76.2 LANGUAGES C CXX )
2+ project (gdk VERSION 0.76.3 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