Skip to content

v0.11.0

Compare
Choose a tag to compare
@jackrobison jackrobison released this 09 Jun 17:10
· 6804 commits to master since this release

Added

  • Added claim_address option to publish API command
  • Added message for InsufficientFundsError exception
  • Add CLI docs
  • Add dht_status parameter to status to include bandwidth and peer info
  • Positional and flag arguments in lbrynet-cli

Changed

  • Prevent publish of files with size 0
  • Do not catch base exception in API command resolve
  • Get version information locally instead of via api for cli
  • Changed keyword arguments in lbrynet-cli to use a -- prefix
  • Using the help function in lbrynet-cli no longer requires lbrynet-daemon to be running
  • Update publish to use {'currency': ..., 'address': ..., 'amount'} format for fee parameter, previously used old {currency: {'address': ..., 'amount': ...}} format
  • Allow claim_show to be used without specifying name

Deprecated

  • Old fee metadata format in publish API command is deprecated, throw relevant exception
  • Remove deprecated lbrynet.metadata and update what used it to instead use lbryschema
  • Removed deprecated get_best_blockhash
  • Removed deprecated is_running
  • Removed deprecated daemon_status
  • Removed deprecated is_first_run
  • Removed deprecated get_lbry_session_info
  • Removed deprecated get_time_behind_blockchain
  • Removed deprecated get_settings
  • Removed deprecated set_settings
  • Removed deprecated get_balance
  • Removed deprecated stop
  • Removed deprecated get_claim_info
  • Removed deprecated stop_lbry_file
  • Removed deprecated start_lbry_file
  • Removed deprecated get_est_cost
  • Removed deprecated abandon_claim
  • Removed deprecated support_claim
  • Removed deprecated get_my_claim
  • Removed deprecated get_name_claims
  • Removed deprecated get_claims_for_tx
  • Removed deprecated get_transaction_history
  • Removed deprecated get_transaction
  • Removed deprecated address_is_mine
  • Removed deprecated get_public_key_from_wallet
  • Removed deprecated get_new_address
  • Removed deprecated get_block
  • Removed deprecated descriptor_get
  • Removed deprecated download_descriptor
  • Removed deprecated get_peers_for_hash
  • Removed deprecated announce_all_blobs_to_dht
  • Removed deprecated get_blob_hashes
  • Removed deprecated reflect_all_blobs
  • Removed deprecated get_start_notice

Fixed

  • Download analytics error
  • Fix licenseUrl field in publish