From 0eca30315c0ad824e728678df3538787c62a61ae Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 11 Mar 2014 14:12:48 +0100 Subject: [PATCH] release notes --- RELEASE-NOTES | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4f7068d..fcc8e67 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,34 @@ +# Release 1.9.8 + +* Electrum servers were upgraded to version 0.9. The new server stores + a Patrica tree of all UTXOs, an idea proposed by Alan Reiner in the + bitcointalk forum. This property allows the client to directly + request the balance of any address. The new commands are: + 1. getaddressbalance
+ 2. getaddressunspent
+ 3. getutxoaddress + +* In addition, two commands for message encryption were added: + 1. encrypt + 2. decrypt + + The encryption algorithm is ECIES, and code was was borrowed from + https://github.com/jackjack-jj/jeeq. In order to know the public + key corresponding to a Bitcoin address, you can use the 'getpubkeys' + command. The 'decrypt' command assumes that the wallet has the + private key corresponding to the public key passed as argument. + +* The encrypt and decrypt functions are available in the Qt GUI (from + the menubar, or right click on one of your addresses if you want to + use its public key). + +* Command-line commands that require a connection to the network spawn + a daemon, that remains connected and handles subsequent + commands. The daemon terminates if it remains unused for more than + one minute. + + + # Release 1.9.7 * Fix for offline signing * Various bugfixes -- 1.7.1