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
c11cb3257d
commit
670588a1be
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -352,7 +352,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.8.8"
|
||||
version = "0.8.9"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "electrs"
|
||||
version = "0.8.8"
|
||||
version = "0.8.9"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
|
@ -1,3 +1,9 @@
|
||||
# 0.8.9 (19 Feb 2021)
|
||||
|
||||
* Use non-batched RPC to reduce bitcoind memory usage (#373)
|
||||
* Ignore individual mempool transaction fetch fails (#381)
|
||||
* Increase default wait_duration_secs to 10s (#384)
|
||||
|
||||
# 0.8.8 (22 Feb 2021)
|
||||
|
||||
* Deprecate `--cookie` configuration (@Kixunil)
|
||||
|
Loading…
Reference in New Issue
Block a user