We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668a5e1 commit 34ddd29Copy full SHA for 34ddd29
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## Release 0.74.3 - 25-01-11
4
+
5
+### Added
6
+- GA_convert_amount(Liquid): Ensure L-BTC amounts are within concensus limits
7
+ when asset information is included in the input JSON.
8
9
+### Changed
10
11
+### Fixed
12
+- Build: Update the official boost download location as the old one is defunct.
13
14
## Release 0.74.2 - 25-01-04
15
16
### Added
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(gdk VERSION 0.74.2 LANGUAGES C CXX)
+project(gdk VERSION 0.74.3 LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments