Skip to content

Commit

Permalink
Bump version to 4.3.1, and update RELEASE NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
cculianu committed May 20, 2023
1 parent ea69d31 commit 9968f3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -1380,3 +1380,11 @@ and there is no warning message.
- Remove LNS and web3 dependencies LNS Related to smartBCH #2559, #2560 (cculianu)
- Fusion on android; android Cash FusionCash Fusion enhancements and features #2563 (OPReturnCode)
- add fulcrum.criptolayer.net to servers.json #2564 (molecular)

# RELEASE NOTES 4.3.1

- Added a performance fix which led to pessimization/slowdown when opening wallets in some cases (cculianu)
- Added a fix where CashFusion was "seeing" token-containing UTXOs. Not normally an issue but if
they have significant funds on them, this could cause fusions to fail (cculianu).
- Fixed a typo: "Cateogry" -> "Category" ##2617 (7e378beb8)
- Fix for exoteric bug/problem on Python 3.11 in some rare cases.
2 changes: 1 addition & 1 deletion electroncash/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = '4.3.0' # version of the client package
PACKAGE_VERSION = '4.3.1' # version of the client package
PROTOCOL_VERSION = '1.4' # protocol version requested

# The hash of the Electrum mnemonic seed must begin with this
Expand Down

0 comments on commit 9968f3c

Please sign in to comment.