Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lwk_bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.17.2

* `Network::to_string()` changed output for regtest variant from "ElementsRegtest { policy_asset: <32 byte hex>}" to "CustomElements(ElementsParams { policy_asset: <32 byte hex>, genesis_hash: <32 byte hex> })".

## 0.17.0
Expand Down
2 changes: 1 addition & 1 deletion lwk_bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lwk_bindings"
version = "0.17.0"
version = "0.17.2"
edition = "2021"
description = "Liquid Wallet Kit - Bindings for other languages"
license = "MIT OR BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion lwk_bindings/android_bindings/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ kotlinx.atomicfu.enableNativeIrTransformation=true

kotlin.mpp.enableCInteropCommonization=true

libraryVersion=0.17.0
libraryVersion=0.17.2
2 changes: 1 addition & 1 deletion lwk_bindings/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lwk"
version = "0.17.0"
version = "0.17.2"
description = "Liquid Wallet Kit"
keywords = ["liquid", "elements", "wallet"]
readme = "README-wheel.md"
Expand Down
2 changes: 2 additions & 0 deletions lwk_wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.17.2

* `Network::to_string()` changed output for regtest variant from "ElementsRegtest { policy_asset: <32 byte hex>}" to "CustomElements(ElementsParams { policy_asset: <32 byte hex>, genesis_hash: <32 byte hex> })".

## 0.17.0
Expand Down
2 changes: 1 addition & 1 deletion lwk_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lwk_wasm"
version = "0.17.1"
version = "0.17.2"
edition = "2021"
description = "Liquid Wallet Kit - WASM"
license = "MIT OR BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion lwk_wasm/tests/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading