electrum

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

commit 86e42a9081f6d0ca27dc93e8e7d6b2625ca8384f
parent bddea809ecb66f310a27edf906f38776bf30e02a
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 30 Nov 2018 11:22:40 +0100

release notes for 3.3

Diffstat:
MRELEASE-NOTES | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,15 @@ +# Release 3.3 - (Hodler's Edition) + + * The network layer has been rewritten using asyncio. + * Follow blockchain that has the most work, not length. + * New wallet creation defaults to native segwit (bech32). + * RBF batching (option): If the wallet has an unconfirmed RBF + transaction, new payments will be added to that transaction, + instead of creating new transactions. + * OSX: support QR code scanner. + * Android APK: Use API 28, and do not use external storage. + + # Release 3.2.3 - (September 3, 2018) * hardware wallet: the Safe-T mini from Archos is now supported.