Skip to content

Commit

Permalink
Update release-notes and version numbers for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Dec 5, 2019
1 parent ced0cc0 commit bbe4c69
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electrumpersonalserver/server/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import electrumpersonalserver.server.transactionmonitor as transactionmonitor
import electrumpersonalserver.server.peertopeer as peertopeer

SERVER_VERSION_NUMBER = "0.1.7"
SERVER_VERSION_NUMBER = "0.2.0"

DONATION_ADDR = "bc1q5d8l0w33h65e2l5x7ty6wgnvkvlqcz0wfaslpz"

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.0 (5th December 2019)

New release, thanks to code contributions by suvayu, andrewtoth and Sosthene00
And thanks to everyone else who contributed via discussion and donations

* Implemented tor broadcasting of transactions, which happens by default if tor
is running on the same machine.
* Also check that the last address of each master public key has been imported,
along with the first three.
* Add bandwidth usage per day and blockchain size to the server banner
* Support using `vsize` instead of `size` for the mempool calculation, which is
the correct behaviour for Bitcoin Core 0.19
* Allow rescan date to also be passed via CLI args. Wait for any rescanning to
finish on startup. This allows Electrum Personal Server to be more easily
used with scripting.
* Various other bugfixes

# Release v0.1.7 (26th April 2019)

New release, thanks to code contributions by suvayu and andrewtoth
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.1.7.dev0",
version="0.2.0.dev0",
description="Electrum Personal Server",
author="Chris Belcher",
license="MIT",
Expand Down

0 comments on commit bbe4c69

Please sign in to comment.