Electrs v0.10.4 Released

Electrs is an efficient re-implementation of Electrum Server in Rust.

Electrs v0.10.4 Released

What's new

  • v0.10.4:
    • Don't fail mempool sync on missing transactions (#997)
    • Update dependencies (anyhowcrossbeam-channellogsecp256k1secp256k1-syssmallvectempfiletermcolorthiserrorthiserror-impl)
  • v0.10.3:
    • Update dependencies (serde_jsontempfileenv_loggerrayonbitcoincrossbeam-channelshlex)
    • Fix build on Debian 12 (#1001)
  • 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)

GitHub Repo