mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Release 0.10.5
This commit is contained in:
parent
d30d826870
commit
603830f1b9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -388,7 +388,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "electrs"
|
name = "electrs"
|
||||||
version = "0.10.4"
|
version = "0.10.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "electrs"
|
name = "electrs"
|
||||||
version = "0.10.4"
|
version = "0.10.5"
|
||||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# 0.10.5 (May 18 2024)
|
||||||
|
|
||||||
|
* Update dependencies (`bitcoin`, `bitcoin_slices`, `bitcoincore-rpc`, `rayon`)
|
||||||
|
* Support latest bitcoind (https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/353 & https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/356)
|
||||||
|
|
||||||
# 0.10.4 (Mar 15 2024)
|
# 0.10.4 (Mar 15 2024)
|
||||||
|
|
||||||
* Don't fail mempool sync on missing transactions (#997)
|
* Don't fail mempool sync on missing transactions (#997)
|
||||||
|
Loading…
Reference in New Issue
Block a user