X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=RELEASE-NOTES;h=49737ab65bbc7ae745aef3d1efd2a6ee524319e7;hb=a471859a3a48f32444f4d64cd7f9365421212fa6;hp=f7111f2e3679cc3ad16d8ab4ea27b606c02f84c5;hpb=1085d568702eaf4149adc138915055e0e96117e8;p=electrum-nvc.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f7111f2..49737ab 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,5 @@ # Release 1.9.8 +(This release includes features initially planned for version 2.0) * 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 @@ -8,21 +9,6 @@ 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 in your wallet, 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 itself if it remains unused for more