Browse Source

Bump version

skip-invalid-blocks v0.4.2
Roman Zeyde 6 years ago
parent
commit
09725e8615
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 6
      RELEASE-NOTES.md

2
Cargo.lock

@ -299,7 +299,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "electrs"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

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

6
RELEASE-NOTES.md

@ -1,3 +1,9 @@
# 0.4.2 (22 Nov 2018)
* Update to rust-bitcoin 0.15.1
* Use bounded LRU cache for transaction retrieval
* Support 'server.ping' and partially 'blockchain.block.header' Electrum RPC
# 0.4.1 (14 Oct 2018)
* Don't run full compaction after initial import is over (when using JSONRPC)

Loading…
Cancel
Save