1
0

prepare release 4.5.4

This commit is contained in:
SomberNight
2024-03-13 12:53:44 +00:00
parent 4a71032318
commit 85ffbfc83f
2 changed files with 18 additions and 2 deletions

View File

@@ -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) # Release 4.5.3 (February 23, 2024)
* General: * General:
- changed: label tx sizes as "vbytes", and feerates as "sat/vbyte" (#8864) - changed: label tx sizes as "vbytes", and feerates as "sat/vbyte" (#8864)

View File

@@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.5.3' # version of the client package ELECTRUM_VERSION = '4.5.4' # version of the client package
APK_VERSION = '4.5.3.0' # read by buildozer.spec APK_VERSION = '4.5.4.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested PROTOCOL_VERSION = '1.4' # protocol version requested