hathor-core
hathor-core copied to clipboard
When starting a full-node, validate the local transactions in a thread and let twisted's main loop runs
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.