Skip to content

Commit

Permalink
Update version and release notes for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed May 28, 2021
1 parent e06ddd5 commit e2baad8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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.1.1"
SERVER_VERSION_NUMBER = "0.2.2"

SERVER_PROTOCOL_VERSION_MAX = 1.4
SERVER_PROTOCOL_VERSION_MIN = 1.1
Expand Down
14 changes: 14 additions & 0 deletions release-notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release v0.2.2 (29th May 2021)

New release, thanks to contributions by Liongrass, Talkless and parazyd
And thanks to everyone else who contributed via discussion and donations

* Rewrite mempool handling to always be responsive. Previously the server
would massively lag if the mempool was large, so most users just disabled
the mempool histogram. With this update that is no longer an issue.
* If Electrum Personal Server fails at startup it will now return a non-zero
error code, making it more usable with automated scripts like systemd.
* Client will now warn user if tor broadcasting fails because tor is not
accessible.
* Various optimizations and bug fixes.

# Release v0.2.1.1 (9th June 2020)

Bugfix release. Thanks to everyone who reported the bug and jmacxx who wrote
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="electrum-personal-server",
version="0.2.1.1",
version="0.2.2",
description="Electrum Personal Server",
author="Chris Belcher",
license="MIT",
Expand Down

0 comments on commit e2baad8

Please sign in to comment.