Skip to content

Commit faf2451

Browse files
committed
Bump version to 0.73.4, update release notes
1 parent 2959dcf commit faf2451

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## Release 0.73.4 - Unreleased
3+
## Release 0.73.4 - 24-11-12
44

55
### Added
66
- 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.
88
- Crypto: Add GA_rsa_verify to verify an RSA challenge.
99
- Android: Release binaries now support devices with 16k page sizes.
1010

@@ -14,7 +14,9 @@
1414
the change output left over from paying fees is below the dust threshold. Previously
1515
this case returned ``"Insufficient funds for fees"`` (which is still returned if there
1616
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.
1820

1921
### Fixed
2022
- Transactions: Further fixes for Liquid weight calculations.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)