Roman Zeyde
Roman Zeyde
**Is your feature request related to a problem? Please describe.** https://github.com/romanz/electrs/issues/221#issuecomment-933052981 **Describe the solution you'd like** We can store a list of `(scripthash, blockhash, txs)` tuples locally, to allow fast...
Following https://github.com/romanz/electrs/pull/610#discussion_r744283133. https://docs.rs/lockfree/0.5.1/lockfree/map/struct.Map.html
**Is your feature request related to a problem? Please describe.** https://github.com/romanz/electrs/issues/531#issuecomment-945502410 > For P2P connections to bitcoind, it would be important that there is no timeout at all. It can...
https://github.com/chronotope/chrono/issues/499
**Is your feature request related to a problem? Please describe.** Many SBC bitcoin node distributions use electrs, but our CI only builds & tests it on x64 CPU. Currently, the...
**Is your feature request related to a problem? Please describe.** A clean CI build takes ~10 minutes :/ **Describe the solution you'd like** Use caching for cargo/Docker to make the...
**Is your feature request related to a problem? Please describe.** https://github.com/romanz/electrs/issues/539#issuecomment-940360858 **Describe the solution you'd like** We should start with collecting performance data as part of our CI. Consider using...
It is currently used by https://crates.io/crates/electrum-client/reverse_dependencies.
**Is your feature request related to a problem? Please describe.** Today, electrs only supports JSONRPC, so adding more RPC implementations is tricky (e.g. https://github.com/romanz/electrs/issues/257). **Describe the solution you'd like** We...
It'd be great if electrs at least detected this. Ideally fall back to RPC or some other technique. IDK if whitelist affects this setting but we should probably recommend whitelisting...