Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
2 changed files with
6 additions and
1 deletions
-
Cargo.toml
-
RELEASE-NOTES.md
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "electrs" |
|
|
|
version = "0.3.2" |
|
|
|
version = "0.4.0" |
|
|
|
authors = ["Roman Zeyde <me@romanzey.de>"] |
|
|
|
description = "An efficient re-implementation of Electrum Server in Rust" |
|
|
|
license = "MIT" |
|
|
|
|
|
@ -1,3 +1,8 @@ |
|
|
|
# 0.4.0 (22 Sep 2018) |
|
|
|
|
|
|
|
* Optimize for low-memory systems by using different RocksDB settings |
|
|
|
* Rename `--skip_bulk_import` flag to `--jsonrpc-import` |
|
|
|
|
|
|
|
# 0.3.2 (14 Sep 2018) |
|
|
|
|
|
|
|
* Optimize block headers processing during startup |
|
|
|