Skip to content

Commit

Permalink
Update version and release notes for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Jun 4, 2020
1 parent 9296193 commit 360f358
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion electrumpersonalserver/server/electrumprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#protocol documentation
#https://github.com/kyuupichan/electrumx/blob/master/docs/protocol-methods.rst

SERVER_VERSION_NUMBER = "0.2.0"
SERVER_VERSION_NUMBER = "0.2.1"

SERVER_PROTOCOL_VERSION_MAX = 1.4
SERVER_PROTOCOL_VERSION_MIN = 1.1
Expand Down
17 changes: 17 additions & 0 deletions release-notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Release v0.2.1 (4th June 2020)

New release, thanks to contributions by DriftwoodPalace, m-schmoock and wiredcheetah
And thanks to everyone else who contributed via discussion and donations

* Massive speedup to startup time and initial import of addresses. This is done
using the descriptor wallets feature of Bitcoin Core 0.20. The speedup is
very helpful when running Electrum Personal Server on low powered devices
such as the raspberry pi
* Close the connection to client if it requests an unknown address or if the
connection to the Bitcoin node is lost. The user will see a red dot in
Electrum indicating that something is wrong which should prompt them to fix.
* Increase default polling interval to make the server more responsive to new
transactions and confirmations
* Reduce spam in the debug log and info log
* Various other tweaks and bug fixes

# Release v0.2.0 (5th December 2019)

New release, thanks to code contributions by suvayu, andrewtoth and Sosthene00
Expand Down

0 comments on commit 360f358

Please sign in to comment.