mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Bump version
This commit is contained in:
parent
18d2aef052
commit
e09816db65
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "electrs"
|
name = "electrs"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
# 0.3.2 (14 Sep 2018)
|
||||||
|
|
||||||
|
* Optimize block headers processing during startup
|
||||||
|
* Handle TCP disconnections during long RPCs
|
||||||
|
* Use # of CPUs for bulk indexing threads
|
||||||
|
* Update rust-bitcoin to 0.14
|
||||||
|
* Optimize block headers processing during startup
|
||||||
|
|
||||||
|
|
||||||
# 0.3.1 (20 Aug 2018)
|
# 0.3.1 (20 Aug 2018)
|
||||||
|
|
||||||
* Reconnect to bitcoind only on transient errors
|
* Reconnect to bitcoind only on transient errors
|
||||||
|
Loading…
Reference in New Issue
Block a user