Refactor the previous https daemon and assertion daemon.
Extrinsic requests now come through the extrinsic-request-daemon to an asynchronous execution architecture.
In order to avoid too big PR, there are still some existed requests/trusted command not yet moved around. That's the next TODO.
As the work is based on several other branches, which supposed to be merged, but not yet. So the review would be a bit more work than usual.
Refactor the previous https daemon and assertion daemon. Extrinsic requests now come through the extrinsic-request-daemon to an asynchronous execution architecture. In order to avoid too big PR, there are still some existed requests/trusted command not yet moved around. That's the next TODO.
As the work is based on several other branches, which supposed to be merged, but not yet. So the review would be a bit more work than usual.
Resolves #38
Resolves #39
Resolves #77
Resolves #87