Roman Zeyde

Results 503 comments of Roman Zeyde

Concept ACK :) I'll be happy to help with the design and review of this idea.

(and sorry for the delayed response...)

There is https://github.com/ZenGo-X/multi-party-ecdsa (CC: @omershlo)

Thanks for opening this issue! I prefer to wait for proper Testnet4 support from https://github.com/rust-bitcoin/rust-bitcoin/issues/2749.

https://github.com/rust-bitcoin/rust-bitcoin/issues/2749 is being backported to 0.32.x by https://github.com/rust-bitcoin/rust-bitcoin/pull/3453.

In this project, we are using the same RocksDB version that is being used in the current Debian stable release, to allow dynamic linking: https://packages.debian.org/bookworm/librocksdb-dev -> 7.8.3

In theory, it's possible to update the RocksDB dependency and compile it from source - but currently RocksDB 7.8.3 is good enough for electrs.

Actually, if there was a stable enough pure Rust key-value store, with performance characteristics similar to RocksDB, I would prefer switching to it -> https://github.com/romanz/electrs/issues/201

@tcharding sorry for my delayed response, and many thanks for the help with maintaining and releasing `rust-bitcoin` projects!