mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 06:31:58 +01:00
Release 0.10.8
This commit is contained in:
parent
25ad4c085a
commit
6bfaba99d5
3 changed files with 12 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -398,7 +398,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|||
|
||||
[[package]]
|
||||
name = "electrs"
|
||||
version = "0.10.7"
|
||||
version = "0.10.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitcoin",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue