electrum-personal-server

Maximally lightweight electrum server for a single user
git clone https://git.parazyd.org/electrum-personal-server
Log | Files | Refs | README

commit cea0acc753a1d4da71b7322fc74844121d26e22f
parent f03a83db87a99a425ad36a95109f3dd0933840fd
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date:   Tue,  9 Jun 2020 14:17:03 +0100

Update version and release notes for 0.2.1.1

Diffstat:
Melectrumpersonalserver/server/electrumprotocol.py | 2+-
Mrelease-notes | 9+++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/electrumpersonalserver/server/electrumprotocol.py b/electrumpersonalserver/server/electrumprotocol.py @@ -22,7 +22,7 @@ from electrumpersonalserver.server.merkleproof import ( #protocol documentation #https://github.com/kyuupichan/electrumx/blob/master/docs/protocol-methods.rst -SERVER_VERSION_NUMBER = "0.2.1" +SERVER_VERSION_NUMBER = "0.2.1.1" SERVER_PROTOCOL_VERSION_MAX = 1.4 SERVER_PROTOCOL_VERSION_MIN = 1.1 diff --git a/release-notes b/release-notes @@ -1,3 +1,12 @@ +# Release v0.2.1.1 (9th June 2020) + +Bugfix release. Thanks to everyone who reported the bug and jmacxx who wrote +the pull request to fix it. And thanks to everyone who contributed in general +to electrum personal server. + +* Fixed bug where the server would crash in certain conditions. Instead the + server should have caught the error and continued. + # Release v0.2.1 (4th June 2020) New release, thanks to contributions by DriftwoodPalace, m-schmoock and wiredcheetah