Releases: lbryio/lbry-sdk
Releases · lbryio/lbry-sdk
v0.73.1
v0.73.0
[0.73.0] - 2020-05-11
Config
- [improvement] add
fixed_peers
setting to config defaulting tocdn.reflector.lbry.com
(#2951) by jackrobison
Docs
- [bug] fix duplicate line on api doc (#2948) by lpessin
Downloads
- [new feature] torrent support (#2930) by shyba
Files
- [improvement] add
uploading_to_reflector
,is_fully_reflected
,completed
, andstatus
filter arguments tofile_list
, update to match all filters rather than any filters (#2954) by jackrobison
Wallet
- [bug] fix channel key generation blocking globally (#2953) by jackrobison
v0.72.0
v0.71.0
[0.71.0] - 2020-04-27
Blobs/files
- [improvement] make file i/o in stream and blob creation and reads non-blocking (#2926) by jackrobison
Claims
- [bug] fix: reposts being returned for single tags (#2925) by tzarebczan
Cli
- [bug] fix for
claim_list
incorrectly handling--is_spent
flag (#2924) by eukreign
Config
- [bug] use home directory if xdg directory not found (Linux) (#2914) by StripedMonkey
Wallet
- [improvement] estimate block timestamps on client only when necessary (header hasn't been downloaded yet) (#2922) by shyba
v0.70.0
v0.69.1
v0.69.0
[0.69.0] - 2020-04-13
Commenting
- [improvement] updated
comment_hide
command to work with comment server API changes (#2910) by osilkin98
Files
v0.68.0
[0.68.0] - 2020-04-06
Backwards Incompatible Changes
- [api] The argument
--unspent
to several different commands has been replaced by--is_not_spent
. (#2901)
API
- [new feature] replaced
--unspent
with--is_not_spent
on several commands and added--is_spent
to many claim/txo*_list
commands,support_list
got three new flags--sent --received --staked
(#2901) by eukreign
Wallet
- [bug] do not estimate timestamp for unconfirmed txs (#2909) by shyba
- [bug] fix connection to wallet server breaking upon giant resolve requests (#2908) by jackrobison
- [bug] fix header checkpoints on testnet (#2905) by jackrobison
- [task] bump checkpoints (#2902) by shyba
Wallet server
- [new feature] handle claim reorgs in the wallet server (#2897) by jackrobison