cloudhead/nakamoto

Client doesn't run anymore

straylight-orbit opened this issue · 3 comments

It permanently gets stuck on

[INFO  nakamoto_client::client] Filters height = 0
[INFO  nakamoto_client::client] Loading filter headers from store..
[INFO  nakamoto_client::client] Verifying filter headers..

Clearing the data directory doesn't help. Revision e74e83d6271f063d53b1e67231c17819d8800649.

Yeah, I think it's related to #111

For now it should work if you subscribe to the loading events:

let h = client.handle();
for _event in h.loading() {}
...
thread::spawn(|| client.run())

Potential fix in #114

Closed with #114