Skip to content

Commit

Permalink
Bump version to 0.73.3, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 24, 2024
1 parent cedc592 commit 904e93b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release 0.73.3 - 24-10-25

### Added
- GA_create_redeposit_transaction: Add support for ``"expired_at"`` to create
re-deposit transactions for UTXOs that will expire in the future.
- GA_get_balance/GA_get_unspent_outputs/GA_create_redeposit_transaction: Add
support for ``"expires_in"`` to support filtering for UTXOs that expire in
the given number of blocks from the current block height.

### Changed
- Transactions: Improve error messages when too many or duplicate inputs are used.

### Fixed
- Transactions: Fix weight calculation for Liquid when all inputs to a transaction
are non-segwit (i.e. p2sh, p2pkh). This fix prevents the actual fee rate from
becoming lower than the desired fee rate.
- Singlesig(Liquid): Prevent returned fee rates from falling below the networks
real relay fee rate of 0.1 sat/vbyte.

## Release 0.73.2 - 24-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(gdk VERSION 0.73.2 LANGUAGES C CXX)
project(gdk VERSION 0.73.3 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 904e93b

Please sign in to comment.