Skip to content

Commit

Permalink
Merge pull request #8943 from SomberNight/202403_release_notes_454
Browse files Browse the repository at this point in the history
prepare release 4.5.4
  • Loading branch information
ecdsa committed Mar 13, 2024
2 parents 80586d2 + 85ffbfc commit 99f6dd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE-NOTES
@@ -1,3 +1,19 @@
# Release 4.5.4 (March 14, 2024)
* General:
- fix: failing WalletDB upgrade(58) in 4.5.3 (#8913), for wallets with
partial txs saved into the history as local txs
* Lightning:
- changed: use longer final_cltv_delta for client-normal-swap, to
give more time for user to come back online while doing the swap (#8940)
- changed: create trampoline onions even when directly paying
a trampoline forwarder node (777c2ffb)
* Hardware wallets:
- Trezor:
- fix: allow adding SLIP-19 ownership proofs to complete inputs (#8910)
* Plugins:
- fix: a race in swapserver when handling server-normal-swaps (#8825)


# Release 4.5.3 (February 23, 2024)
* General:
- changed: label tx sizes as "vbytes", and feerates as "sat/vbyte" (#8864)
Expand Down
4 changes: 2 additions & 2 deletions electrum/version.py
@@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.5.3' # version of the client package
APK_VERSION = '4.5.3.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.5.4' # version of the client package
APK_VERSION = '4.5.4.0' # read by buildozer.spec

PROTOCOL_VERSION = '1.4' # protocol version requested

Expand Down

0 comments on commit 99f6dd5

Please sign in to comment.