Browse Source

release notes

283
ThomasV 10 years ago
parent
commit
47a6af71f1
  1. 12
      RELEASE-NOTES

12
RELEASE-NOTES

@ -30,14 +30,14 @@
* Support for hardware wallets: Trezor (Satoshilabs) and Btchip (Ledger). * Support for hardware wallets: Trezor (Satoshilabs) and Btchip (Ledger).
* Two-factor authentication service by TrustedCoin. This service uses * Two-factor authentication service by TrustedCoin. This service uses
"2 of 3" multisig wallets and Google Authenticator. Wallets "2 of 3" multisig wallets and Google Authenticator. Note that
protected by two-factor authentication can be deterministically wallets protected by this service can be deterministically restored
restored from seed, without Trustedcoin's server. from seed, without Trustedcoin's server.
* Cosigner Pool plugin: encrypted communication channel for multisig * Cosigner Pool plugin: encrypted communication channel for multisig
wallets, to send and receive partially signed transactions. wallets, to send and receive partially signed transactions.
* Audio Modem plugin : send and receive transactions by sound. * Audio Modem plugin: send and receive transactions by sound.
* OpenAlias plugin: send bitcoins to aliases verified using DNSSEC. * OpenAlias plugin: send bitcoins to aliases verified using DNSSEC.
@ -65,9 +65,9 @@
may take some time, because public keys will be derived for each may take some time, because public keys will be derived for each
address of your wallet. address of your wallet.
* The SSL certificate of Electrum servers can be signed by a CA. * The client accepts servers with a CA-signed SSL certificate.
* new ECIES encrypt/decrypt methods, availabe in the GUI and using * ECIES encrypt/decrypt methods, availabe in the GUI and using
the command line: the command line:
encrypt <pubkey> <message> encrypt <pubkey> <message>
decrypt <pubkey> <message> decrypt <pubkey> <message>

Loading…
Cancel
Save