-
v0.10.3rc3 Pre-release
released this
2017-05-17 01:49:10 +02:00 | 6876 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.3rc3-linux.zip
57 downloads · 34 MiB
-
lbrynet-daemon-v0.10.3rc3-macos.zip
27 downloads · 22 MiB
-
lbrynet-daemon-v0.10.3rc3-windows.zip
39 downloads · 35 MiB
-
Source code (ZIP)
-
v0.10.3rc1 Pre-release
released this
2017-05-04 17:40:37 +02:00 | 6893 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.3rc1-linux.zip
342 downloads · 34 MiB
-
lbrynet-daemon-v0.10.3rc1-macos.zip
186 downloads · 22 MiB
-
lbrynet-daemon-v0.10.3rc1-windows.zip
187 downloads · 35 MiB
-
Source code (ZIP)
-
v0.10.2 Stable
released this
2017-05-03 19:17:46 +02:00 | 6898 commits to master since this releaseFixed
- Minor fix of build detection
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.2-linux.zip
264 downloads · 34 MiB
-
lbrynet-daemon-v0.10.2-macos.zip
203 downloads · 22 MiB
-
lbrynet-daemon-v0.10.2-windows.zip
720 downloads · 35 MiB
-
v0.10.1 Stable
released this
2017-05-03 17:37:00 +02:00 | 6902 commits to master since this releaseChanged
- Stop checking for lbry-app updates
- Add missing metrics
Fixed
- Fix multiple reactor.stop() calls
- Properly shut down lbryum wallet from lbrynet
- Set LBRYumWallet.config upon initialization, fixes attribute error
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.1-linux.zip
32 downloads · 34 MiB
-
lbrynet-daemon-v0.10.1-macos.zip
24 downloads · 22 MiB
-
lbrynet-daemon-v0.10.1-windows.zip
26 downloads · 35 MiB
-
v0.10.1rc2 Pre-release
released this
2017-05-02 03:34:54 +02:00 | 6903 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.1rc2-linux.zip
67 downloads · 34 MiB
-
lbrynet-daemon-v0.10.1rc2-macos.zip
56 downloads · 22 MiB
-
lbrynet-daemon-v0.10.1rc2-windows.zip
39 downloads · 35 MiB
-
Source code (ZIP)
-
v0.10.1rc1 Pre-release
released this
2017-04-27 14:38:35 +02:00 | 6910 commits to master since this release- Stop checking for lbry-app updates
- Added missing metrics
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.10.1rc1-linux.zip
52 downloads · 34 MiB
-
lbrynet-daemon-v0.10.1rc1-macos.zip
59 downloads · 22 MiB
-
lbrynet-daemon-v0.10.1rc1-windows.zip
52 downloads · 35 MiB
-
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
-
v0.9.2rc24 Pre-release
released this
2017-04-13 00:51:06 +02:00 | 6986 commits to master since this releaseChannels Prerelease
This prerelease has the first public 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.
If you notice any bugs or weird behavior, please file an issue or message us on Slack.
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
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
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
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.9.2rc24-linux.zip
34 downloads · 33 MiB
-
lbrynet-daemon-v0.9.2rc24-macos.zip
31 downloads · 22 MiB
-
lbrynet-daemon-v0.9.2rc24-windows.zip
55 downloads · 35 MiB
- Add
-
v0.9.2rc3 Stable
released this
2017-03-29 17:10:57 +02:00 | 7077 commits to master since this releaseAdded
- Create wallet_unused_address API command
- Add
claim_id
parameter toget
, used to specify non-default claim forname
Changed
- wallet_new_address API command always returns new address
- Improved ConnectionManager speed
- Remove unused
stream_info
parameter inget
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.9.2rc3-linux.zip
606 downloads · 33 MiB
-
lbrynet-daemon-v0.9.2rc3-macos.zip
275 downloads · 22 MiB
-
lbrynet-daemon-v0.9.2rc3-windows.zip
1,112 downloads · 35 MiB
-
v0.9.2rc2 Pre-release
released this
2017-03-25 15:29:07 +01:00 | 7092 commits to master since this releaseAdded
- Add
wallet_list
command - Add checks for missing/extraneous params when calling jsonrpc commands
- Added colors to cli error messages
Changed
- Removed check_pending logic from Daemon
- Switched to txrequests so requests can use twisted event loop
- Renamed API command file_seed to file_set_status
Fixed
- Fix restart procedure in DaemonControl
- Create download directory if it doesn't exist
- Fixed descriptor_get
- Fixed jsonrpc_reflect()
- Fixed api help return
- Fixed API command descriptor_get
- Fixed API command transaction_show
- Fixed error handling for jsonrpc commands
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.9.2rc2-linux.zip
34 downloads · 33 MiB
-
lbrynet-daemon-v0.9.2rc2-macos.zip
28 downloads · 22 MiB
-
lbrynet-daemon-v0.9.2rc2-windows.zip
44 downloads · 35 MiB
- Add