Electrs v0.10.4 Released
Electrs is an efficient re-implementation of Electrum Server in Rust.
What's new
- v0.10.4:
- Don't fail mempool sync on missing transactions (#997)
- Update dependencies (
anyhow
,crossbeam-channel
,log
,secp256k1
,secp256k1-sys
,smallvec
,tempfile
,termcolor
,thiserror
,thiserror-impl
)
- v0.10.3:
- Update dependencies (
serde_json
,tempfile
,env_logger
,rayon
,bitcoin
,crossbeam-channel
,shlex
) - Fix build on Debian 12 (#1001)
- Update dependencies (
- v0.10.2:
- Use batched RPC to fetch mempool entries & transactions (#979)
- Avoid redundant recomputation of fee histogram bins (#971)
- Explain behavior of config file loading (#964)
- Don't flush when nothing is written to DB (#958)
- Allow setting RocksDB log directory (#959)
- Upgrade
bitcoin
to 0.31.0 (#941) - Update dependencies (#953, #951, #980)