mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Release 0.9.1
This commit is contained in:
parent
c411280d34
commit
e3ea373472
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -331,7 +331,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
||||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitcoin",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "electrs"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.9.1 (TBD)
|
||||
# 0.9.1 (Oct 19 2021)
|
||||
|
||||
* Initialize chain height metric (#515)
|
||||
* Don't shutdown write-side before all responses are sent back (#523)
|
||||
@ -9,7 +9,7 @@
|
||||
* Add p2p protocol monitoring (#546)
|
||||
* Fix contrib/xpub.py support for ypub/zpub keys (#549)
|
||||
* Rewrite and simplify p2p message receiving thread (#550)
|
||||
* Re-introduce mempool vsize and txs' count metrics (#557, #562)
|
||||
* Re-introduce mempool vsize and txs' count metrics (#557, #562, #563)
|
||||
* Allow RPC connection before initial sync is over (#558)
|
||||
|
||||
# 0.9.0 (Sep 30 2021)
|
||||
|
Loading…
Reference in New Issue
Block a user