hathor-core icon indicating copy to clipboard operation
hathor-core copied to clipboard

When starting a full-node, validate the local transactions in a thread and let twisted's main loop runs

Open msbrogli opened this issue 5 years ago • 1 comments

Currently, when we start a full-node, all local transactions are verified before entering into twisted's main loop.

We can validate the local transactions in a thread after entering twisted's main loop. The primary advantage is that we can use the HTTP API + WebSocket to follow the initialization.

msbrogli avatar Sep 16 '19 17:09 msbrogli