What changed, and why it matters
This commit only updates the project's release notes document. It adds two bullet points describing a new Electrum RPC feature and routine dependency updates. There are no code changes, no bug fixes, and no security-related statements.
No security action needed. This is a documentation-only commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies RELEASE-NOTES.md to document: (1) support for blockchain.transaction.broadcast_package Electrum RPC, and (2) dependency updates for bitcoin, ctrlc, log, prometheus, rayon, serde, serde_json, tempfile. No source code, build scripts, or configuration files were changed.
Changed components
RELEASE-NOTES.mdInspect captured patch +2 / −0
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index f188381..d1c91e4 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -5,6 +5,8 @@
* Update RocksDB crate to `rust-rocksdb` 0.36
- [Dynamic linking with RocksDB](doc/install.md) now requires [RocksDB 9.10.0](https://packages.debian.org/trixie/librocksdb-dev) (instead of 7.8.3).
- Old electrs versions won't be able to read the new RocksDB database format (requiring reindex).
+* Support `blockchain.transaction.broadcast_package` Electrum RPC.
+* Update dependencies (`bitcoin`, `ctrlc`, `log`, `prometheus`, `rayon`, `serde`, `serde_json`, `tempfile`, `tempfile`).
# 0.10.10 (Jul 19 2025)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.