changelog
This commit is contained in:
parent
a79a00180d
commit
43ba33fd80
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ at anytime.
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
|
* Fixed amount of close nodes to add to list in case of extension to neighbouring k-buckets
|
||||||
* Fixed external IP detection via jsonip.com (avoid detecting IPv6)
|
* Fixed external IP detection via jsonip.com (avoid detecting IPv6)
|
||||||
*
|
* Fixed race condition between `publish` and `channel_new`
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
*
|
*
|
||||||
|
@ -23,7 +23,7 @@ at anytime.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py
|
* Moved BLOB_SIZE from conf.py to MAX_BLOB_SIZE in blob/blob_file.py
|
||||||
*
|
* Use shared deferredSemaphore for api methods decorated with `@AuthJSONRPCServer.queued`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added `utxo_list` command to list unspent transaction outputs
|
* Added `utxo_list` command to list unspent transaction outputs
|
||||||
|
|
Loading…
Reference in a new issue