Browse Source

prepare release 4.5.4

master
SomberNight 2 years ago
parent
commit
85ffbfc83f
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 16
      RELEASE-NOTES
  2. 4
      electrum/version.py

16
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)

4
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

Loading…
Cancel
Save