changelog and doc

This commit is contained in:
Jack Robison 2018-01-18 13:41:17 -05:00
parent 7472d12644
commit edb0f8deed
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 4 additions and 5 deletions

View file

@ -48,7 +48,7 @@ at anytime.
* Added a new startup stage to indicate if the daemon is waiting for the `wallet_unlock` command.
* Add `--conf` CLI flag to specify an alternate config file
* Added `blockchain_name` and `lbryum_servers` to the adjustable settings
* Added abandon information(claim name, id, address, amount, balance_delta and nout) about claims/supports/updates to `transaction_list` command, under `abandon_info` key
* Added abandon information (claim name, id, address, amount, balance_delta and nout) about claims, supports, and updates to `transaction_list` results under `abandon_info` key
### Changed
* claim_show API command no longer takes name as argument
@ -74,7 +74,7 @@ at anytime.
* Removed old and unused UI related code
* Removed claim information from lbry file internals
* Removed `auto_re_reflect` setting from the conf file, use the `reflect_uploads` setting instead
* Removed include_tip_info argument from transaction_list, which will now always include tip information.
* Removed `include_tip_info` argument from `transaction_list`, which will now always include tip information.
## [0.18.0] - 2017-11-08

View file

@ -2357,8 +2357,7 @@ class Daemon(AuthJSONRPCServer):
transaction_list
Returns:
(list) List of transactions(balance_delta field returns the amount debited/credited from
your wallet)
(list) List of transactions
{
"claim_info": (list) claim info if in txn [{
@ -2393,7 +2392,7 @@ class Daemon(AuthJSONRPCServer):
"txid": (str) txn id,
"update_info": (list) update info if in txn [{
"address": (str) address of claim,
"balance_delta": (float) difference amount,
"balance_delta": (float) credited/debited
"amount": (float) absolute amount,
"claim_id": (str) claim id,
"claim_name": (str) claim name,