forked from LBRYCommunity/lbry-sdk
add changelog
This commit is contained in:
parent
b6cedfec56
commit
e1f4623a65
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ at anytime.
|
||||||
* changed txrequests for treq
|
* changed txrequests for treq
|
||||||
* changed cryptography version to 2.2.2
|
* changed cryptography version to 2.2.2
|
||||||
* removed pycrypto dependency, replacing all calls to cryptography
|
* removed pycrypto dependency, replacing all calls to cryptography
|
||||||
|
* full verification of streams only during migration instead of every startup
|
||||||
|
* database batching functions for starting up the file manager
|
||||||
* several internal dht functions to use inlineCallbacks
|
* several internal dht functions to use inlineCallbacks
|
||||||
* `DHTHashAnnouncer` and `Node` manage functions to use `LoopingCall`s instead of scheduling with `callLater`.
|
* `DHTHashAnnouncer` and `Node` manage functions to use `LoopingCall`s instead of scheduling with `callLater`.
|
||||||
* `store` kademlia rpc method to block on the call finishing and to return storing peer information
|
* `store` kademlia rpc method to block on the call finishing and to return storing peer information
|
||||||
|
|
Loading…
Reference in a new issue