From eba5a6eb691933c69e4542ea19b01cf615e22135 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:02:16 +0100 Subject: [PATCH] apply version updates (#1956) Co-authored-by: Tuditi --- .changes/pre.json | 1 + wallet/bindings/nodejs/CHANGELOG.md | 5 +++++ wallet/bindings/nodejs/package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index ae82a554e..f47f6fcfe 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -11,6 +11,7 @@ ".changes/basecoinbalanceAvailable.md", ".changes/claimoutputs.md", ".changes/clearlistener-move.md", + ".changes/deadlock.md", ".changes/dont-filter-custom-mandatory-inputs.md", ".changes/downgrade-rocksb.md", ".changes/expiredNftBurn.md", diff --git a/wallet/bindings/nodejs/CHANGELOG.md b/wallet/bindings/nodejs/CHANGELOG.md index f07b93257..8613c542b 100644 --- a/wallet/bindings/nodejs/CHANGELOG.md +++ b/wallet/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[2.0.3-rc.27] + +- Fix deadlock when syncing and another function which locked the storage_manager are running at the same time + - [0421de1d](https://github.com/iotaledger/wallet.rs/commit/0421de1d26b2c7caaadb65b2f5f7cea25071f291) Fix deadlock ([#1955](https://github.com/iotaledger/wallet.rs/pull/1955)) on 2023-03-14 + ## \[2.0.3-rc.26] - `BaseCoinBalance::available` can't underflow anymore; diff --git a/wallet/bindings/nodejs/package.json b/wallet/bindings/nodejs/package.json index 0df779d03..4f08cffb5 100644 --- a/wallet/bindings/nodejs/package.json +++ b/wallet/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@iota/wallet", - "version": "2.0.3-rc.26", + "version": "2.0.3-rc.27", "description": "Node.js binding to the wallet library", "main": "out/lib/index.js", "types": "out/lib/index.d.ts",