mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
bump
This commit is contained in:
parent
20a0568253
commit
d64916a061
2 changed files with 10 additions and 6 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -16,19 +16,23 @@ at anytime.
|
||||||
|
|
||||||
### API
|
### API
|
||||||
* add `aioupnp_version` to `upnp` field in the response to `status`
|
* add `aioupnp_version` to `upnp` field in the response to `status`
|
||||||
* fix uncaught claim signature errors
|
* fixed uncaught claim signature errors
|
||||||
|
|
||||||
|
### Schema
|
||||||
|
* updated `protobuf` to `3.2.0` (https://github.com/lbryio/lbry/issues/1602)
|
||||||
|
|
||||||
|
|
||||||
### Wallet
|
### Wallet
|
||||||
*
|
* fixed resolving names with invalid channel signatures
|
||||||
*
|
* fixed wallet sync issues
|
||||||
|
|
||||||
### File Manager
|
### File Manager
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
### DHT
|
### DHT
|
||||||
*
|
* fixed retrying kademlia rpc calls (https://github.com/lbryio/lbry/pull/1495)
|
||||||
*
|
* fixed `KeyError` in `iterativeFindValue`, this is used by `peer_list` and when finding peers to download blobs from (https://github.com/lbryio/lbry/issues/1638)
|
||||||
|
|
||||||
### P2P
|
### P2P
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@ from lbrynet.custom_logger import install_logger
|
||||||
|
|
||||||
|
|
||||||
__name__ = "lbrynet"
|
__name__ = "lbrynet"
|
||||||
__version__ = "0.30.1rc5"
|
__version__ = "0.30.1rc6"
|
||||||
version = tuple(__version__.split('.'))
|
version = tuple(__version__.split('.'))
|
||||||
|
|
||||||
install_logger()
|
install_logger()
|
||||||
|
|
Loading…
Add table
Reference in a new issue