-
v0.51.0 Stable
released this
2019-12-23 18:39:48 +01:00 | 2266 commits to master since this release[0.51.0] - 2019-12-23
Backwards Incompatible Changes
- [jsonrpc] This release changes the error return data structure to be compliant with JSONRPC standard. The fields
name
andtraceback
where moved into thedata
dictionary. (https://github.com/lbryio/lbry-sdk/pull/2689)
Jsonrpc
- [refactor] change returned error data structure to be JSONRPC standard compliant (https://github.com/lbryio/lbry-sdk/pull/2689) by eukreign
Wallet server
- [improvement] enable WAL on wallet server (https://github.com/lbryio/lbry-sdk/pull/2690) by shyba
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-linux.zip
28 downloads · 15 MiB
-
lbrynet-mac.zip
22 downloads · 11 MiB
-
lbrynet-windows.zip
25 downloads · 11 MiB
- [jsonrpc] This release changes the error return data structure to be compliant with JSONRPC standard. The fields