Roman Zeyde

Results 96 issues of 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...

enhancement
performance

Following https://github.com/romanz/electrs/pull/610#discussion_r744283133. https://docs.rs/lockfree/0.5.1/lockfree/map/struct.Map.html

performance

**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...

enhancement
good first issue
p2p

https://github.com/chronotope/chrono/issues/499

build

**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...

enhancement

**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...

enhancement

**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...

enhancement
help wanted

It is currently used by https://crates.io/crates/electrum-client/reverse_dependencies.

enhancement

**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...

enhancement
help wanted

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...

enhancement
good first issue
p2p