1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Release 0.10.7

This commit is contained in:
Roman Zeyde 2024-11-05 21:58:40 +02:00
parent 0f5f52e7dd
commit 7de627e439
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "electrs"
version = "0.10.6"
version = "0.10.7"
dependencies = [
"anyhow",
"bitcoin",

View File

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

View File

@ -1,3 +1,10 @@
# 0.10.7 (Nov 05 2024)
* Support testnet4
* Enable LTO in release build
* Don't sync mempool when bitcoind mempool is not yet loaded
* Update dependencies (`bitcoin`, `bitcoin_slices`)
# 0.10.6 (Sep 29 2024)
* Update dependencies (`bitcoin`, `configure_me_codegen`, `crossbeam-channel`, `log`)