mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
update release notes
This commit is contained in:
parent
5eda662e1d
commit
2eeea3199a
1 changed files with 18 additions and 9 deletions
|
@ -1,12 +1,21 @@
|
||||||
# Release 2.8.0
|
# Release 2.8.0 (March 7, 2017)
|
||||||
* Asymmetric wallet file encryption: A keypair is derived from the
|
* Wallet file encryption: A keypair is derived from the wallet
|
||||||
wallet password. Once the wallet is decrypted, only the public key
|
password. Once the wallet is decrypted, only the public key is
|
||||||
is retained in memory, in order to write the encrypted file.
|
retained in memory, in order to save the encrypted file.
|
||||||
* Segregated Witness support (testnet only).
|
* The daemon requires wallets to be explicitly loaded before
|
||||||
* Child Pays For Parent (CPFP) dialog in the GUI.
|
commands can use them. Wallets can be loaded using: 'electrum
|
||||||
* Plugin for Digital Bitbox hardware.
|
daemon load_wallet [-w path]'. This command will require a
|
||||||
* The GUI uses a blue icon when connected using a proxy.
|
password if the wallet is encrypted.
|
||||||
|
* Invoices and contacts are stored in the wallet file and are no
|
||||||
|
longer shared between wallets. Previously created invoices and
|
||||||
|
contacts files may be imported from the menu.
|
||||||
|
* Fees improvements:
|
||||||
|
- Dynamic fees are enabled by default.
|
||||||
|
- Child Pays For Parent (CPFP) dialog in the GUI.
|
||||||
|
- RBF is automatically proposed for low fee transactions.
|
||||||
|
* Support for Segregated Witness (testnet only).
|
||||||
|
* Support for Digital Bitbox hardware wallet.
|
||||||
|
* The GUI shows a blue icon when connected using a proxy.
|
||||||
|
|
||||||
# Release 2.7.18
|
# Release 2.7.18
|
||||||
* enforce https on exchange rate APIs
|
* enforce https on exchange rate APIs
|
||||||
|
|
Loading…
Add table
Reference in a new issue