electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 73cc1293f102cb26a7a1600f559f6c74cb6d0e9a
parent f39f43d58c403e54209316834a99f5602022a9cd
Author: ThomasV <thomasv@electrum.org>
Date:   Mon,  5 Feb 2018 17:47:15 +0100

initial release notes for version 3.1

Diffstat:
MRELEASE-NOTES | 35+++++++++++++++++++++++++++++++++--
Mlib/version.py | 2+-
2 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,7 +1,38 @@ -# Release 3.0.6 : +# Release 3.1 - (to be released) + + * Mempory pool based fee estimates. If this option is activated, + users can set transaction fees that target a desired depth in the + memory pool. This feature might be controversial, because miners + could conspire and fill the memory pool with expensive transactions + that never get mined. However, our current time-based fee estimates + results in sticky fees, which cause inexperienced users to overpay, + while more advanced users visit (and trust) websites that display + memorypool data, and set their fee accordingly. + * Local transactions: Transactions that have not been broadcasted can + be saved in the wallet file, and their outputs can be used in + subsequent transactions. Transactions that disapear from the memory + pool stay in the wallet, and can be rebroadcasted. This feature can + be combined with cold storage, to create several transactions + before broadcasting. + * The initial headers download was replaced with hardcoded + checkpoints, one per retargeting period. Past headers are + downloaded when needed. + * The two coin selection policies have been merged, and the policy + choice was removed from preferences. Previously, the 'privacy' + policy has been unusable because it was was not prioritizing + confirmed coins. + * The 'Send' tab of the Qt GUI displays how transaction fees are + computed from transaction size. + * RBF is enabled by default. This might cause some issues with + merchants that use wallets that do not display RBF transactions + until they are confirmed. + * Watching-only wallets and hardware wallets can be encrypted. + * Semi-automated crash reporting + * The SSH checkbox option was removed from the GUI. - * Fix transaction parsing bug #3788 +# Release 3.0.6 : + * Fix transaction parsing bug #3788 # Release 3.0.5 : (Security update) diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '3.0.6' # version of the client package +ELECTRUM_VERSION = '3.1' # version of the client package PROTOCOL_VERSION = '1.2' # protocol version requested # The hash of the mnemonic seed must begin with this