Roman Zeyde
Roman Zeyde
Closing since https://github.com/trezor/trezor-suite/issues/5285 is fixed. Many thanks for reporting and resolving the issue!
@dimdelizonas Any updates?
Should be addressed by #499.
https://twitter.com/sadisticsystems/status/1684906383227961344 -> https://docs.rs/sled/1.0.0-alpha.1/sled
Thanks for reporting this issue, and sorry for the delayed response! Does this issue reproduces on latest `master`?
I guess it's related to https://docs.rs/signal-hook/latest/signal_hook/iterator/index.html not being supported on Windows.
Maybe we can try to use https://crates.io/crates/ctrlc (which seems to support Windows).
Latest electrs versions (0.10.x) are using https://github.com/romanz/rust-rocksdb/commits/2023-10/electrs-build (based on RocksDB 7.8.3, which is provided by current Debian stable - https://packages.debian.org/stable/librocksdb-dev). Could you please test if the issue persists?
> I have to support my own fork of `rust-rocksdb` with a one-line patch because of this, think about all the SSD wear... Could you please share the relevant patch?
@rkfg Can we use https://github.com/rust-rocksdb/rust-rocksdb/blame/c1314a3d5942cf19975a3e1058cd2fa418bb1837/src/db_options.rs#L1565?