1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 14:33:09 +01:00

Release 0.10.8

This commit is contained in:
Roman Zeyde 2024-12-30 12:00:53 +02:00
parent 25ad4c085a
commit 6bfaba99d5
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB
3 changed files with 12 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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

View file

@ -1,3 +1,13 @@
# 0.10.8 (Dec 30 2024)
* Separate blocks reading & index writing into scoped threads
* Set HTTP `Content-Type` header for Prometheus response
* Use `ctrlc` in place of `signal-hook` on Windows
* Don't deserialize transactions if not needed
* Run CI only on `master` branch and PRs
* Update dependencies (`bitcoin`, `bitcoin_slices`, `crossbeam-channel`, `tempfile`)
# 0.10.7 (Nov 05 2024)
* Support testnet4