-
v0.101.2 Stable
released this
2021-12-17 20:59:29 +01:00 | 895 commits to master since this release[0.101.2] - 2021-12-17
Configuration
- back porting environment variable
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
107 downloads · 21 MiB
-
lbrynet-mac.zip
42 downloads · 13 MiB
-
lbrynet-windows.zip
54 downloads · 16 MiB
-
v0.106.0 Stable
released this
2021-12-02 23:17:00 +01:00 | 452 commits to master since this release[0.106.0] - 2021-12-02
For wallet server operators:
This release includes a rewrite of the database used by the wallet servers / hubs to use only leveldb and no longer use sqlite to better handle blockchain reorgs, as well as many subsequent improvements including brand new trending (let's go @eggplantbren ).
This requires a full resync of the wallet server and elasticsearch, either from scratch or from a snapshot. Clients are unaffected by this change, except by having more stable and faster hubs to connect to. For instructions on how to set up a wallet server and links to up to date snapshots, see https://lbry.tech/resources/wallet-server
New automatic BackgroundDownloaderComponent
Instructions for how to use it
DHT
- [new feature] Add optional prometheus metrics to dht_node script (#3460) by shyba
- [improvement] Improve P2P issues around banning peers and duplicated DHT responses (#3459) by shyba
API
- [improvement] Remove deprecated trending params for
claim_search
, update to use onlytrending_score
(#3498) by jackrobison
Blobs/files
- [new feature] Add BackgroundDownloaderComponent for automatic content seeding (#3451) by shyba
- [improvement] Fix blob_get() timeout. Issue #2070 (#3368) by cristi-zz
Config
- [improvement] Update default
tcp_port
to be the same as the defaultudp_port
(#3476) by jackrobison
Files
Hub
- [new feature] Update to use new
fast_ar
trending, calculated in elasticsearch without renormalization (#3458) by jackrobison - [new feature] Update hub env to be configurable from cli options and update docker (#3456) by jackrobison
- [new feature] Add
CACHE_ALL_TX_HASHES
andCACHE_ALL_CLAIM_TXOS
hub settings, off by default (#3449) by jackrobison - [new feature] Refactor the wallet server/hub database use only leveldb (drop sqlite) and safely handle reorgs (#3205) by jackrobison
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
1,918 downloads · 26 MiB
-
lbrynet-mac.zip
408 downloads · 17 MiB
-
lbrynet-windows.zip
340 downloads · 20 MiB
-
v0.105.0 Stable
released this
2021-10-05 17:29:39 +02:00 | 757 commits to master since this release[0.105.0] - 2021-10-05
DHT
API
Blobs/files
Docs
Files
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
181 downloads · 26 MiB
-
lbrynet-mac.zip
24 downloads · 17 MiB
-
lbrynet-windows.zip
47 downloads · 20 MiB
-
Source code (ZIP)
-
v0.104.0 Stable
released this
2021-09-23 00:39:01 +02:00 | 778 commits to master since this release[0.104.0] - 2021-09-22
Blobs/files
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
95 downloads · 26 MiB
-
lbrynet-mac.zip
15 downloads · 17 MiB
-
lbrynet-windows.zip
23 downloads · 20 MiB
-
Source code (ZIP)
-
v0.103.0 Stable
released this
2021-09-15 05:25:32 +02:00 | 791 commits to master since this release[0.103.0] - 2021-09-14
API
Config
Devops
Docs
Hub
- [improvement] avoid [''] on peers list (#3421) by shyba
- [new feature] Golang claim search rebased and fixes (#3394) by shyba
Other
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
518 downloads · 25 MiB
-
lbrynet-mac.zip
116 downloads · 17 MiB
-
lbrynet-windows.zip
84 downloads · 20 MiB
-
v0.102.0 Stable
released this
2021-08-17 20:16:17 +02:00 | 863 commits to master since this release[0.102.0] - 2021-08-17
DHT
API
- [improvement] Less verbose error logs, only log tracebacks for errors not defined in
lbry.error
(#3399) by jackrobison
Blobs/files
- [improvement] clean blobs after waiting interval instead of immediately on startup (#3398) by eukreign
- [new feature] ability to limit disk spaced used for blobs via
blob_storage_limit
setting (oldest blobs are deleted when disk space limit is reached) (#3378) by eukreign
Discovery
- [new feature] make reposts searchable by: stream_type, media_type, duration, fee_amount and fee_currency (#3386) by shyba
Hub
Tests
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
253 downloads · 21 MiB
-
lbrynet-mac.zip
40 downloads · 13 MiB
-
lbrynet-windows.zip
42 downloads · 16 MiB
- [improvement] Less verbose error logs, only log tracebacks for errors not defined in
-
v0.101.1 Stable
released this
2021-07-27 17:12:06 +02:00 | 897 commits to master since this release[0.101.1] - 2021-07-27
API
- [bug] fix typo in kwargs key (#3373) by shyba
- [bug] fix error when using
--claim_id
withlbrynet claim search
(#3367) by belikor
Hub
Packaging
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
113 downloads · 21 MiB
-
lbrynet-mac.zip
20 downloads · 13 MiB
-
lbrynet-windows.zip
25 downloads · 16 MiB
-
v0.101.0 Stable
released this
2021-07-21 18:35:16 +02:00 | 918 commits to master since this release[0.101.0] - 2021-07-21
DHT
- [task] add script with web endpoints that can troubleshoot p2p/dht (https://github.com/lbryio/lbry-sdk/pull/3363) by shyba
- [bug] Propagate external ip change from upnp component to dht protocol (https://github.com/lbryio/lbry-sdk/pull/3356) by shyba
Docs
- [improvement] Improve the instructions in
INSTALL.md
(https://github.com/lbryio/lbry-sdk/pull/3358) by belikor - [new feature] Added docker-compose and docker documentation (https://github.com/lbryio/lbry-sdk/pull/3347) by kodxana
- [task] add small example script showing how to read and update values to ES as we currently use it (https://github.com/lbryio/lbry-sdk/pull/3343) by shyba
Hub
- [bug] [resync required] Avoid flush counter overflows on long running hubs by increasing it to 32 bits (https://github.com/lbryio/lbry-sdk/pull/3342) by shyba
Network
- [improvement] improved error handling when fetching exchange rate from UPbit (https://github.com/lbryio/lbry-sdk/pull/3361) by belikor
Other
- [improvement] scripts: note to further investigate in
download_blob_from_peer
(https://github.com/lbryio/lbry-sdk/pull/3354) by belikor - [bug] Fix
ClientSession
import in two scripts (https://github.com/lbryio/lbry-sdk/pull/3353) by belikor
Packaging
- [bug] add libtool and automake to the dockerfiles so they can build coincurve (https://github.com/lbryio/lbry-sdk/pull/3366) by shyba
- [bug] script/checktrie: fix the import to
SQLDB
(https://github.com/lbryio/lbry-sdk/pull/3351) by belikor - [improvement] Upgrade
coincurve
dependency (https://github.com/lbryio/lbry-sdk/pull/3350) by ofek - [new feature] add dockerfile for personal web sdk deployments (https://github.com/lbryio/lbry-sdk/pull/3345) by shyba
- [improvement] switched from gitlab to github for continuous integration and delivery (https://github.com/lbryio/lbry-sdk/pull/3334) by eukreign
Wallet
- [bug] fix stuck transaction notification due to race in mempool when advancing a block (https://github.com/lbryio/lbry-sdk/pull/3369) by jackrobison
- [bug] make get_or_create_usable_address respect the generator lock, avoiding race conditions when getting an unused address while generating them (https://github.com/lbryio/lbry-sdk/pull/3355) by shyba
- [improvement] Add
concurrent_hub_requests
andhub_timeout
config options (https://github.com/lbryio/lbry-sdk/pull/3232) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
62 downloads · 21 MiB
-
lbrynet-mac.zip
15 downloads · 13 MiB
-
lbrynet-windows.zip
20 downloads · 16 MiB
-
v0.100.0 Stable
released this
2021-06-22 19:33:03 +02:00 | 972 commits to master since this release[0.100.0] - 2021-06-22
DHT
- [bug] use LRU caches for DHT metrics instead of unbound dicts (https://github.com/lbryio/lbry-sdk/pull/3323) by shyba
API
- [refactor] drop
value_type
for supports (https://github.com/lbryio/lbry-sdk/pull/3319) by shyba
Hub
- [new feature] wallet server federation, client portion (https://github.com/lbryio/lbry-sdk/pull/3300) by eukreign
Packaging
- [refactor] dropped
apsw
in favor of built-insqlite
to simplify and speed up builds (https://github.com/lbryio/lbry-sdk/pull/3335) by eukreign
Tests
- [refactor] update exchange rate threshold in integration tests due to significant drop in LBC price (https://github.com/lbryio/lbry-sdk/pull/3336) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
156 downloads · 17 MiB
-
lbrynet-mac.zip
22 downloads · 11 MiB
-
lbrynet-windows.zip
30 downloads · 15 MiB
-
v0.99.0 Stable
released this
2021-06-02 18:07:37 +02:00 | 1004 commits to master since this release[0.99.0] - 2021-06-02
API
- [new feature] Support with comments (https://github.com/lbryio/lbry-sdk/pull/3315) by shyba
- [new feature] add
--remove_duplicates
to the search api (https://github.com/lbryio/lbry-sdk/pull/3301) by shyba
Blobs/files
- [bug] Don't set stream as reflected until reflector says it doesn't need any blob (https://github.com/lbryio/lbry-sdk/pull/3308) by shyba
Wallet
- [new feature] preliminary support for creating script hash style transactions (when sending LBC to addresses beginning with
r
) viawallet_send
andaccount_send
(https://github.com/lbryio/lbry-sdk/pull/3313) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
17,622 downloads · 17 MiB
-
lbrynet-mac.zip
1,236 downloads · 11 MiB
-
lbrynet-windows.zip
1,608 downloads · 15 MiB