1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Bump version

This commit is contained in:
Roman Zeyde 2018-09-14 17:59:54 +03:00
parent 18d2aef052
commit e09816db65
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.3.1"
version = "0.3.2"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"

View File

@ -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)
* Reconnect to bitcoind only on transient errors