Changelog update

This commit is contained in:
hackrush 2018-09-26 18:30:07 +05:30 committed by Jack Robison
parent cda14f7c69
commit 655ece18de
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -24,9 +24,10 @@ implementation are the major changes in this release.
* deprecated `wallet_prefill_addresses` command, use `account_fund` instead.
* deprecated `wallet_list` command, use `address_list` instead.
* deprecated `wallet_is_address_mine` command, use `address_is_mine` instead.
* deprecated `wallet_public_key` command, use `address_public_key` instead.
* deprecated `wallet_public_key` command.
* deprecated `wallet_new_address` command, use `address_generate` instead.
* deprecated `wallet_unused_address` command, use `address_unused` instead.
* deprecated `claim_renew` command.
* added `account_list` command to list accounts including their balance.
* added `account_add` command to add a previously created account from seed or private key.
* added `account_create` command to generate a new account.