Roman Zeyde

Results 503 comments of Roman Zeyde

Added https://github.com/romanz/electrs/pull/512/commits/8b8ebea0018d3e9a97ce965845b1914df4b4d8a4.

Thanks for the heads-up! Rebased aec27af.

> I think this was the same GitHub confusion as in #455 Yes, reopening now :)

I prefer to refactor the code so the index-related functionality will be in a seprarate crate from the RPC-related functionality. Then, it would be possible replace the whole Electrum RPC...

Thanks for reporting this issue! Could you please attach the full debug log?

IIUC, you are running a signet with a custom "magic" (a 4-byte prefix for p2p messages, as well as the blocks stored on the disk): ``` 2021-07-01T15:39:08Z Signet derived magic...

Could you please attach the verbose log by running the latest electrs with: ``` $ RUST_LOG=debug electrs ```

Could you please run bitcoind with `-debug=net` flag and set electrs logging verbosity to: ``` $ export RUST_LOG=electrs=debug,electrs::p2p=trace ``` It should (hopefully) help us understand why electrs disconnects from bitcoind.