Commit faf2451 1 parent 2959dcf commit faf2451 Copy full SHA for faf2451
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Release 0.73.4 - Unreleased
3
+ ## Release 0.73.4 - 24-11-12
4
4
5
5
### Added
6
6
- Singlesig(Liquid): Add support for discounted Liquid fees. Discounted fees can
7
- now be used on the `` "electrum- testnet-liquid" `` network .
7
+ now be used on the Liquid testnet networks .
8
8
- Crypto: Add GA_rsa_verify to verify an RSA challenge.
9
9
- Android: Release binaries now support devices with 16k page sizes.
10
10
14
14
the change output left over from paying fees is below the dust threshold. Previously
15
15
this case returned `` "Insufficient funds for fees" `` (which is still returned if there
16
16
is not enough value in fee UTXOs to pay the transaction fee).
17
- - Dependencies: Update tor.
17
+ - SPV: Update built-in checkpoints.
18
+ - Liquid: Update built-in assets and icons.
19
+ - Dependencies: Update tor, rust-tempfile, libwally.
18
20
19
21
### Fixed
20
22
- Transactions: Further fixes for Liquid weight calculations.
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10)
2
- project (gdk VERSION 0.73.3 LANGUAGES C CXX)
2
+ project (gdk VERSION 0.73.4 LANGUAGES C CXX)
3
3
4
4
set (CMAKE_CXX_STANDARD 17)
5
5
set (CMAKE_CXX_STANDARD_REQUIRED ON )
You can’t perform that action at this time.
0 commit comments