-
v0.52.0 Stable
released this
2020-01-06 18:21:49 +01:00 | 2187 commits to master since this release[0.52.0] - 2020-01-06
This release includes a substantial refactor of the code base to drop
bitcoin
support intorba
and merge it intolbry
with the goal to significantly reduce code complexity. This release will require thorough testing and perhaps waiting until a follow up release with any bug fixes before releasing to production. (https://github.com/lbryio/lbry-sdk/pull/2701)Backwards Incompatible Changes
- [packaging] As part of the
torba
andlbry
merge the wallet client and server now share the same version number. This will create a version check incompatibility where "older" wallet servers have versions in the1.0
range and this new wallet server will be0.52.0
. (https://github.com/lbryio/lbry-sdk/pull/2701)
Other
- [improvement] disable cryptonator feed (https://github.com/lbryio/lbry-sdk/pull/2704) by jackrobison
Packaging
- [refactor] merge
torba
intolbry
(https://github.com/lbryio/lbry-sdk/pull/2701) by eukreign
Wallet
- [refactor] refactoring code post torba->lbry merge (https://github.com/lbryio/lbry-sdk/pull/2702) by eukreign
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
37 downloads · 15 MiB
-
lbrynet-mac.zip
20 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 11 MiB
- [packaging] As part of the