-
v0.10.0 Stable
released this
2017-04-25 22:22:53 +02:00 | 6919 commits to master since this releaseURIs and Publisher Identity (aka Channels)
This release has the finished (for now) version of publisher identity commands (aka channels). Use
channel_new
to create a new channel,channel_list_mine
to see your channels, and thechannel_name
field inpublish
to publish content into a channel you've created.This also includes the LBRY URI schema spec for resolving names within the LBRY protocol. See the uri description for more info
Full changelog:
Added
- Add
claim_id
parameter toclaim_show
- Add
hex
field to claim responses for the raw claim value - Add an
error
field to to file responses if an error occurs - Use
claim_id
instead of outpoint forclaim_abandon
- Add
channel_name
parameter topublish
- Add
delete_all
parameter tofile_delete
to allow deleting multiple files - Add
channel_list_mine
command, which lists a user's channels - Add
channel_new
command, which creates new channels - Add
resolve
command, which resolves lbry uris - Add
channel_name
to claim and file responses where applicable - Add
lbryschema_version
to response fromversion
- Added call to
get_address_balance
whenaddress
conditional returns true - Added
address
conditional tojsonrpc_wallet_balance
- Added
get_address_balance
method to theWallet
class
Changed
- Return None (instead of errors) if a uri cannot be resolved
- Use
uri
instead ofname
forget_availability
andstream_cost_estimate
, update cost estimate for lbryschema - Use lbryschema library for metadata
- Use
uri
instead ofname
forget
, remove explicitclaim_id
parameter - Increase default download timeout
- Use lbry.io api for exchange rate data
- Added optional
address
andinclude_unconfirmed
params tojsonrpc_wallet_balance
method - Wait for subscriptions before announcing wallet has finished starting
Fixed
- Removed update_metadata function that could cause update problems
- Fix DHT contact bug
- fix
file_list
for files with bad signatures - return None from resolve commands when nothing is found
- return lbry files with claims that are abandoned
- fix unhelpful error messages in
publish
andchannel_new
- fix stream_cost_estimate throwing exception on non decodeable claims
- fixed signing of Windows binaries
- fixed a few pylint warnings
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.0-linux.zip
123 downloads · 34 MiB
-
lbrynet-daemon-v0.10.0-macos.zip
96 downloads · 22 MiB
-
lbrynet-daemon-v0.10.0-windows.zip
325 downloads · 35 MiB
- Add