-
v0.38.1 Stable
released this
2019-07-15 18:02:18 +02:00 | 2958 commits to master since this release[0.38.1] - 2019-07-15
API
- [improvement] added
--no-totalsargument toclaim search(https://github.com/lbryio/lbry-sdk/pull/2298) by eukreign
Config
- [improvement] add
track_bandwidthconfig setting to disable bandwidth usage instatus, addtotal_sentandtotal_receivedfields to connection status (https://github.com/lbryio/lbry-sdk/pull/2275) by jackrobison
Database
- [bug] fixed issue where sqlite threw "too many sql variables" error (https://github.com/lbryio/lbry-sdk/pull/2294) by shyba
Packaging
- [bug] fix for travis windows build (https://github.com/lbryio/lbry-sdk/pull/2306) by eukreign
Wallet
- [improvement] tx parsing speedup and faster wallet sync (https://github.com/lbryio/lbry-sdk/pull/2304) by eukreign
Wallet server
- [improvement] multi-process wallet server query executor and bonus stuff (https://github.com/lbryio/lbry-sdk/pull/2307) by eukreign
- [improvement]
claim searchuses different tag filtering approaches depending on query type (https://github.com/lbryio/lbry-sdk/pull/2303) by eukreign - [improvement] Fix wallet server session bloat from unhandled socket errors (https://github.com/lbryio/lbry-sdk/pull/2273) by jackrobison
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
27 downloads · 19 MiB
-
lbrynet-mac.zip
17 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 15 MiB
- [improvement] added
-
v0.38.0 Stable
released this
2019-06-25 22:27:01 +02:00 | 3018 commits to master since this release[0.38.0] - 2019-06-25
Please review the Backwards Incompatible Changes section for important information regarding storage of channel certificates. (https://github.com/lbryio/lbry-sdk/pull/2151)
SQL based wallet server is the flagship feature of this release providing for significantly faster
resolves and a new advanced claim search feature. Please review theclaim_searchAPI command for details on its capabilities. This release also includes many enhancements to the DHT and blob exchange protocol. (https://github.com/lbryio/lbry-sdk/pull/2008)A preview release of commenting API is also included but is expected to change in future releases. (https://github.com/lbryio/lbry-sdk/pull/2008)
Backwards Incompatible Changes
- [wallet] Storage format of channel certificates changed in this release and is not backwards compatible with the older format. When you start the 0.38.0 client for the first time it will migrated all channel certificates to the new format and you will no longer be able to use older clients. (https://github.com/lbryio/lbry-sdk/pull/2151)
DHT
- [improvement] paginated deterministically shuffled find_value (https://github.com/lbryio/lbry-sdk/pull/2247) by jackrobison
API
- [improvement] update
versiondocstring, addtorba_version(https://github.com/lbryio/lbry-sdk/pull/2212) by jackrobison
Blob exchange
- [new feature] add
connectionstoblob_managerfield ofstatusto show current bandwidth usage totals in mb/s and by connection in bytes/s (https://github.com/lbryio/lbry-sdk/pull/2196) by jackrobison
Blobs/files
- [improvement] start returning bytes for a range request at the requested starting position (https://github.com/lbryio/lbry-sdk/pull/2179) by jackrobison
- [improvement] add a lru cache for decrypted blobs to minimize redownloading them, add
blob_lru_cache_sizeto the config to set the cache size (https://github.com/lbryio/lbry-sdk/pull/2178) by jackrobison
Claims
- [improvement] better handle claims which fail to decode (https://github.com/lbryio/lbry-sdk/pull/2214) by eukreign
Cli
- [improvement]
Stringsbased settings (eg,--components_to_skip) works like theServerssetting from CLI (https://github.com/lbryio/lbry-sdk/pull/2207) by eukreign - [improvement]
startcommand accepts server lists arguments by passing--server-argument=multiple times. (https://github.com/lbryio/lbry-sdk/pull/2202) by eukreign
Commenting
- [improvement] Implements Comment Signing & Validating in the SDK (https://github.com/lbryio/lbry-sdk/pull/2204) by osilkin98
- [improvement] comment client api (https://github.com/lbryio/lbry-sdk/pull/2194) by eukreign
Discovery
- [new feature] added
--not_channel_idsand--has_channel_signatureand renamed--valid_channel_signatures/--invalid_channel_signaturesto be singular (nosat end) (https://github.com/lbryio/lbry-sdk/pull/2256) by eukreign
Docs
- [improvement] enforce min python version (https://github.com/lbryio/lbry-sdk/pull/2161) by lyoshenka
Files
- [new feature] add MKV to mime types (https://github.com/lbryio/lbry-sdk/pull/2201) by tzarebczan
Jsonrpc
- [improvement] added
--blockingtostream_*/channel_*/support_*commands (https://github.com/lbryio/lbry-sdk/pull/2219) by eukreign
Media server
- [improvement] separate try/except for media server (https://github.com/lbryio/lbry-sdk/pull/2241) by lyoshenka
Packaging
- [refactor] building windows binaries using travis windows container (https://github.com/lbryio/lbry-sdk/pull/2258) by eukreign
- [refactor] incorporate torba into lbry repo (https://github.com/lbryio/lbry-sdk/pull/2251) by eukreign
- [improvement] pin aioupnp requirement to 0.0.12 (https://github.com/lbryio/lbry-sdk/pull/2211) by jackrobison
- [improvement] fix torba version on travis (https://github.com/lbryio/lbry-sdk/pull/2210) by jackrobison
- [improvement] improve set_build.py, pin torba version (https://github.com/lbryio/lbry-sdk/pull/2181) by jackrobison
Wallet
- [improvement] channel migration better handles missing or invalid certificates (https://github.com/lbryio/lbry-sdk/pull/2255) by eukreign
- [new feature] add coin selection strategy config (https://github.com/lbryio/lbry-sdk/pull/2249) by lyoshenka
- [bug] fix startup error when single key account present in wallet (https://github.com/lbryio/lbry-sdk/pull/2167) by eukreign
- [new feature] channel import/export implementation (https://github.com/lbryio/lbry-sdk/pull/2163) by hackrush01
- [improvement] private channel keys are now looked up by a hash of their public key (https://github.com/lbryio/lbry-sdk/pull/2151) by hackrush01
Wallet server
- [new feature]
canonical_urlcalculated in wallet server (https://github.com/lbryio/lbry-sdk/pull/2173) by eukreign - [task] new script to verify wallet server database consistency against lbrycrd (https://github.com/lbryio/lbry-sdk/pull/2157) by shyba
- [new feature] added zscore trending in wallet server (https://github.com/lbryio/lbry-sdk/pull/2150) by eukreign
- [refactor] sqlite based wallet server for improved claim searching and overall performance (https://github.com/lbryio/lbry-sdk/pull/2008) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
282 downloads · 19 MiB
-
lbrynet-mac.zip
235 downloads · 11 MiB
-
lbrynet-windows.zip
235 downloads · 14 MiB
-
v0.37.5 Stable
released this
2019-06-19 15:27:13 +02:00 | 3603 commits to master since this release[0.37.5] - 2019-06-19
DHT
- [fixup] fix find_node and find_value responses that are too large to serialize (https://github.com/lbryio/lbry/pull/2247) by jackrobison
- [improvement] paginated deterministically shuffled find_value (https://github.com/lbryio/lbry/pull/2247) by jackrobison
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
66 downloads · 19 MiB
-
lbrynet-mac.zip
36 downloads · 11 MiB
-
lbrynet-windows.zip
41 downloads · 14 MiB
-
v0.37.4 Stable
released this
2019-06-11 21:21:01 +02:00 | 3605 commits to master since this release[0.37.4] - 2019-06-11
Wallet
- [improvement] select the fastest wallet server on startup (https://github.com/lbryio/torba/pull/86) by shyba
Blob Exchange
- [fixup] fix attribute error if availability_response field is missing from response to a blob request (https://github.com/lbryio/lbry/pull/2224) by jackrobison
Reflector
- [fixup] fix handling chunked reflector server responses (https://github.com/lbryio/lbry/pull/2217) by jackrobison
API
- [improvement] added
--blockingtostream_*/channel_*/support_*commands (https://github.com/lbryio/lbry/pull/2219) by eukreign - [fixup] fix connections status raising an error during startup (https://github.com/lbryio/lbry/pull/2216) by jackrobison
Config
- [fixup] change a few instances of lbry.io to lbry.com (
bae2939943) by lyoshenka
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
65 downloads · 19 MiB
-
lbrynet-mac.zip
41 downloads · 11 MiB
-
lbrynet-windows.zip
48 downloads · 14 MiB
-
v0.37.3 Stable
released this
2019-06-06 03:01:23 +02:00 | 3614 commits to master since this release[0.37.3] - 2019-06-05
Files
- [improvement] add MKV to mime types (https://github.com/lbryio/lbry/pull/2201) by tzarebczan
Blob Exchange
- [new feature] add
connectionstoblob_managerfield ofstatusto show current bandwidth usage totals in mb/s and by connection in bytes/s (https://github.com/lbryio/lbry/pull/2196) by jackrobison
Packaging
- [improvement] update torba to 0.5.4a0, which now selects the fastest wallet server
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
22 downloads · 19 MiB
-
lbrynet-mac.zip
17 downloads · 11 MiB
-
lbrynet-windows.zip
18 downloads · 14 MiB
-
v0.37.2 Stable
released this
2019-05-25 00:59:06 +02:00 | 3623 commits to master since this release[0.37.2] - 2019-05-24
Downloads
- [improvement] add a lru cache for decrypted blobs to minimize redownloading them when responding to range requests (https://github.com/lbryio/lbry/pull/2178)
- [improvement] start returning bytes for a range request at the requested starting position - fixes streaming to VLC and on android (https://github.com/lbryio/lbry/pull/2179)
Config
- [improvement] add
blob_lru_cache_sizeconfig setting (default value of 32, ie 32 blobs)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
143 downloads · 19 MiB
-
lbrynet-mac.zip
103 downloads · 11 MiB
-
lbrynet-windows.zip
109 downloads · 14 MiB
-
v0.37.1 Stable
released this
2019-05-18 05:01:47 +02:00 | 3629 commits to master since this release[0.37.1] - 2019-05-17
DHT
- [bug] fix updating refreshed announcements in the datastore (https://github.com/lbryio/lbry/pull/2130) by jackrobison
Claims
- [improvement] Fix resolve internals caching and persisting errors (https://github.com/lbryio/lbry/pull/2148) by jackrobison
Config
- [improvement] fix system name on android (https://github.com/lbryio/lbry/pull/2139) by jackrobison
Docs
- [bug] fix
save_filedoc (https://github.com/lbryio/lbry/pull/2138) by jackrobison
Wallet
- [improvement] add lbryumx4.lbry.com EU wallet server (https://github.com/lbryio/lbry/pull/2133) by nikooo777
Wallet server
- [improvement] remove supports from resolve (https://github.com/lbryio/lbry/pull/2131) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
160 downloads · 19 MiB
-
lbrynet-mac.zip
120 downloads · 11 MiB
-
lbrynet-windows.zip
117 downloads · 14 MiB
-
v0.37.0 Stable
released this
2019-05-14 05:39:22 +02:00 | 3645 commits to master since this release[0.37.0] - 2019-05-13
Seekable downloads and range request support
- This release adds seekable streaming downloads and playback via HTTP range requests at
http://<streaming_server>/stream/<sd_hash>, as well as new configuration settingsstreaming_server(default:localhost:5280) andstreaming_get(default:True). For convenience,Filetype api response objects have a newstreaming_urlstring at which the partial content stream can be requested. Only files already in the file manager can be streamed via range requests, if given an sd hash of an unknown stream the server will respond with a 404 error. - Provided the
streaming_getsetting is not disabled, new streams can be requested from a claim name and optional claim id athttp://<streaming_server>/get/<name>orhttp://<streaming_server>/get/<name>/<claim_id>. These will internally call the api methodgetand return an http redirect to the/streamendpoint. - Writing downloads to the file system can now be disabled or enabled by default using the new
save_filessetting. The existinggetcommand will follow this setting but can be overridden with the newsave_fileargument. - The added
file_savecommand will explicitly save a file to disk.
Memory only blobs
- This release adds a
save_blobssetting (default:True) to toggle whether blobs should be saved into memory only (for immediate one-time usage) or to disk (for hosting and replay). - The default mode -
save_files=trueandsave_blobs=true- replicates past behavior ofgetwith the addition of seekable access via range requests. - The default mode will change in a future release to
save_files=falseandsave_blobs=true, since the files can be reconstructed from the blobs on the fly and only the blobs are needed for hosting. - Users with limited space can run in streaming only mode, using the settings
save_blobs=falseandsave_files=false. This will require redownloading blobs as they are needed by the browser/range request client - no files will be written unless arguments are provided to do so.
Significant changes have been made to
publishcommand bringing its behavior in-line with pre-0.34.0 versions, see section on backwards incompatible changes for more. (https://github.com/lbryio/lbry/pull/2058)Backwards Incompatible Changes
- [database] migrated database from revision 10 to 11. Once migrated, databases version 11 and up can not be run with older versions of lbrynet. (https://github.com/lbryio/lbry/pull/2095)
- [api]
block_showcommand is no longer available in the API, users should run a full node if they need access to blocks (https://github.com/lbryio/lbry/pull/2063) - [api]
publishnow behaves like the pre-0.34.0 versions of the command (when updating a stream claim), where all values are required to be passed in (usestream_updatewithout--replaceflag if you only want to update specific values without having to pass all values again) (https://github.com/lbryio/lbry/pull/2058) - [api] removed
--clear_tags,--clear_languagesand--clear_locationsfrompublishcommand, this command now uses--replacemode on by default (this is the pre-0.34.0 behavior ofpublishcommand). (https://github.com/lbryio/lbry/pull/2058)
DHT
- [improvement] improve iterative find (https://github.com/lbryio/lbry/pull/2125) by shyba
- [bug] fix deadlock in routing table when adding a peer (https://github.com/lbryio/lbry/pull/2124) by shyba
- [bug] fixed cases where the peer search junction can lock up (https://github.com/lbryio/lbry/pull/2100) by shyba
- [refactor] refactor and fix blob announcer (https://github.com/lbryio/lbry/pull/2093) by shyba
API
- [improvement] added logging to
publishcommand (https://github.com/lbryio/lbry/pull/2106) by eukreign - [improvement] correctly format lat/long and fee amounts in JSON RPC response (https://github.com/lbryio/lbry/pull/2104) by eukreign
- [bug] fixed hanging API requests blocking shutdown (https://github.com/lbryio/lbry/pull/2102) by shyba
- [improvement]
stream_update --replacealso clears the channel if one was set previously (https://github.com/lbryio/lbry/pull/2101) by eukreign - [improvement]
account_listdefaults to 0 confirmations for balance (https://github.com/lbryio/lbry/pull/2081) by eukreign - [improvement] add
timestampand renamedepthtoconfirmationsfor output of commandsresolveandfile list(https://github.com/lbryio/lbry/pull/2067) by shyba - [refactor] removed
block_showcommand from API (https://github.com/lbryio/lbry/pull/2063) by eukreign - [improvement] added
timestampfield to transaction output results from JSON RPC calls (https://github.com/lbryio/lbry/pull/2062) by eukreign - [bug] fixed
--previewmode onstream_create/stream_update(https://github.com/lbryio/lbry/pull/2061) by eukreign - [bug] fixed signing streams using
--channel_nameargument (https://github.com/lbryio/lbry/pull/2060) by eukreign - [new feature] added
--replaceoption tostream_updateandchannel_update,publishdefaults to--replace(https://github.com/lbryio/lbry/pull/2058) by eukreign - [new feature] added
--clear_feeability tostream updatecommand (https://github.com/lbryio/lbry/pull/2056) by eukreign - [new feature] added listing claims in channel via
--channel_nameargument toclaim searchcommand (https://github.com/lbryio/lbry/pull/2055) by shyba - [new feature] support HTTP 206 partial content requests for streaming downloads (https://github.com/lbryio/lbry/pull/2020) by jackrobison
Blob exchange
- [improvement] fix blob writer race condition and stuck downloads (https://github.com/lbryio/lbry/pull/2076) by shyba
Claims
- [refactor] switched from SHA-256 for unencrypted file hash to SHA-384 (https://github.com/lbryio/lbry/pull/2069) by eukreign
Config
- [improvement] add
streaming_serverandstreaming_getsettings to configure the interface/port of the media server and if it supports the/getendpoint (https://github.com/lbryio/lbry/pull/2128) by jackrobison - [improvement] changed the default
peer_connect_timeoutto 3 and the default formax_connections_per_downloadto 4 (https://github.com/lbryio/lbry/pull/2048) by tzarebczan
Database
- [improvement] add saved_file and content_fee columns to file table (https://github.com/lbryio/lbry/pull/2095) by jackrobison
- [bug] Set should_announce=1 to head and descriptor blobs when saving a stream to database (https://github.com/lbryio/lbry/pull/2092) by shyba
Devops
- [bug] time-to-first-byte script fixes (https://github.com/lbryio/lbry/pull/2045) by shyba
Files
- [improvement] add
streaming_urlfield toFileapi response type (https://github.com/lbryio/lbry/pull/2127) by jackrobison - [improvement] stop running streams after ten times the
blob_download_timeoutseconds of no read activity (not being saved or streamed) (https://github.com/lbryio/lbry/pull/2123) by jackrobison - [bug] fix incorrect media-type of .cbr archives (https://github.com/lbryio/lbry/pull/2082) by btzr-io
- [bug] fix
file listsynchronization bug causing saved claims not to update after a subsequentresolve(https://github.com/lbryio/lbry/pull/2066) by shyba - [bug] updating stream claim with new file now correctly updates file list by removing old file (https://github.com/lbryio/lbry/pull/2059) by eukreign
- [new feature] support HTTP 206 partial content requests for streaming downloads (https://github.com/lbryio/lbry/pull/2020) by jackrobison
Wallet
- [bug] fixed bug where lbrynet failed to start with single-key accounts in the wallet (https://github.com/lbryio/lbry/pull/2080) by eukreign
Wallet server
- [improvement] install uvloop on wallet server docker image and default to it (https://github.com/lbryio/lbry/pull/2054) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
105 downloads · 19 MiB
-
lbrynet-mac.zip
76 downloads · 11 MiB
-
lbrynet-windows.zip
62 downloads · 14 MiB
- This release adds seekable streaming downloads and playback via HTTP range requests at
-
v0.36.0 Stable
released this
2019-04-23 00:47:58 +02:00 | 3856 commits to master since this release[0.36.0] - 2019-04-22
Backwards Incompatible Changes
- [api] RPC output for txos/claims added a few new fields:
claim_op,value_type,protobufand changed a few were renamed:signing_channelandis_channel_signature_valid, see docs for explanation of these fields. (https://github.com/lbryio/lbry/pull/2038) - [api] Due to substantial protobuf changes, the
valuefield in JSON responses has changed:value['thumbnail_url']is now a dictionary withurlkey:value['thumbnail']['url'],sd_hashis now invalue['source']['sd_hash']. (https://github.com/lbryio/lbry/pull/2038) - [api] For stream claims only, when the media_type was determined to be a video/audio/image and the SDK was able to extract metadata from the file during publish there will be a
stream_typevalue set inside of the rootvaluefield. (https://github.com/lbryio/lbry/pull/2038)
API
- [improvement] add lbry:// to permanent_url response field (https://github.com/lbryio/lbry/pull/2043) by eukreign
- [improvement] ability to override the file name, hash and size when updating a stream (https://github.com/lbryio/lbry/pull/2042) by eukreign
- [improvement] add new encoder fields on resolve so app can use them (https://github.com/lbryio/lbry/pull/2039) by shyba
- [improvement] renamed txo sub_type to value_type in txo json encoder output (https://github.com/lbryio/lbry/pull/2038) by eukreign
- [improvement] added --include_protobuf to add hexlified protobuf to RPC responses (https://github.com/lbryio/lbry/pull/2037) by eukreign
- [improvement] exposed new protobuf fields in APIs and updated tests (https://github.com/lbryio/lbry/pull/2036) by eukreign
- [refactor]
resolveimplementation refactoring (https://github.com/lbryio/lbry/pull/2010) by shyba - [refactor] split claim_abandon into stream_abandon and channel_abandon (https://github.com/lbryio/lbry/pull/2006) by eukreign
- [improvement] Update to new protobuf schema (https://github.com/lbryio/lbry/pull/1984) by shyba
- [new feature] adds lbrynet commands
comment_listandcomment_createwhich talk to a comment server (https://github.com/lbryio/lbry/pull/1747) by osilkin98
Claims
- [improvement] latest protobuf updates (https://github.com/lbryio/lbry/pull/2032) by eukreign
- [improvement] round USD fees to nearest penny (https://github.com/lbryio/lbry/pull/2009) by eukreign
Docs
- [improvement] adds api examples to docs (https://github.com/lbryio/lbry/pull/2026) by jessopb
- [improvement] put generated commands in groups (https://github.com/lbryio/lbry/pull/2024) by eukreign
- [task] update email and links to use the new domains (https://github.com/lbryio/lbry/pull/2013) by ykris45
- [improvement] update install for windows (https://github.com/lbryio/lbry/pull/1895) by tzarebczan
- [new feature] created infrastructure to automatically generate api examples (https://github.com/lbryio/lbry/pull/1790) by eukreign
Files
- [improvement] added mapping of stream type to media file extensions (https://github.com/lbryio/lbry/pull/2012) by tzarebczan
Other
- [improvement] Typo fixes and updated gitignore (https://github.com/lbryio/lbry/pull/2025) by NetOperatorWibby
Packaging
- [improvement] Fixes issue causing packages incompatible with torba getting installed [attrs==18.2.0] (https://github.com/lbryio/lbry/pull/2022) by osilkin98
- [bug] fix set_build.py type on mac by running it with python3 explicitely (https://github.com/lbryio/lbry/pull/2015) by eukreign
Tests
- [bug] time to first byte script (https://github.com/lbryio/lbry/pull/2014) by tzarebczan
Wallet
- [improvement] cache and share txs fetches while validating concurrently on batches (https://github.com/lbryio/lbry/pull/2035) by shyba
- [improvement] resolve fixes (https://github.com/lbryio/lbry/pull/2019) by shyba
Wallet server
- [bug] update wallet server public/private hash config (https://github.com/lbryio/lbry/pull/1996) by tzarebczan
- [refactor] updated wallet server to use torba transaction parser (https://github.com/lbryio/lbry/pull/1993) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
103 downloads · 19 MiB
-
lbrynet-mac.zip
54 downloads · 11 MiB
-
lbrynet-windows.zip
76 downloads · 14 MiB
- [api] RPC output for txos/claims added a few new fields:
-
v0.35.0 Stable
released this
2019-03-30 02:51:05 +01:00 | 3937 commits to master since this release[0.35.0] - 2019-03-29
Welcome to lbrynet 0.35.0! This major release includes support for channel claim metadata, new metadata fields for stream claims and a revamped API. (https://github.com/lbryio/lbry/pull/1984)
Backwards Incompatible Changes
- [api]
report_bugcommand removed. (https://github.com/lbryio/lbry/pull/1984) - [api]
wallet_balancecommand was deprecated, now removed. (https://github.com/lbryio/lbry/pull/1984) - [api]
wallet_sendcommand removed, useaccount_sendinstead. (https://github.com/lbryio/lbry/pull/1984) - [api]
account_sendargument changed from--broadcastto--preview(https://github.com/lbryio/lbry/pull/1984) - [api]
claim_showcommand removed, useclaim_searchinstead. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_listshows your local claims only, useclaim_searchfor blockchain claims. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_list_by_channelis replaced byclaim_search --channel_id=. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_searchcommand added to replace several previous commands for anything to do with looking up claims by various means, paginating large claim results and listing claims within a channel. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_abandonhas been split intostream_abandonandchannel_abandon. (https://github.com/lbryio/lbry/pull/1984) - [api]
channel_newdeprecated, usechannel_createinstead. (https://github.com/lbryio/lbry/pull/1984) - [api]
publishcommand API changed to support new metada, also it now just delegates tostream createandstream update, use those commands instead for more control over the process. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_new_supportis replaced bysupport_createwith changed API. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_tipis replaced bysupport_createwith--tipflag. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_send_to_addressis replaced bystream_updateorchannel_updateand passing a new--claim_address=. basically, to "send" a claim you just change theclaim_addressto recipient. (https://github.com/lbryio/lbry/pull/1984) - [api]
claim_list_mineis replaced byclaim_list. (https://github.com/lbryio/lbry/pull/1984) - [api] new commands added
claim_search,channel_create,channel_update,channel_abandon,channel_list,stream_create,stream_update,stream_abandon,stream_list,support_create,support_list,support_abandon. (https://github.com/lbryio/lbry/pull/1984)
API
- [refactor] split claim_abandon into stream_abandon and channel_abandon (https://github.com/lbryio/lbry/pull/2006) by eukreign
- [improvement] Update to new protobuf schema (https://github.com/lbryio/lbry/pull/1984) by shyba
Wallet server
- [bug] update wallet server public/private hash config (https://github.com/lbryio/lbry/pull/1996) by tzarebczan
- [refactor] updated wallet server to use torba transaction parser (https://github.com/lbryio/lbry/pull/1993) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
lbrynet-linux.zip
80 downloads · 19 MiB
-
lbrynet-mac.zip
51 downloads · 11 MiB
-
lbrynet-windows.zip
53 downloads · 14 MiB
- [api]