You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement async service for all the other connections
dry-run tx's are sent via Info queries, they can be executed via tokio::spawn_blocking and have either direct access to a read-only secondary instance or via messages to a worker (wasmer currently doesn't support yielding from WASM (Yielding from host calls wasmerio/wasmer#1127, when it does, we could make more of this async)
We should come up with a strategy of what needs to be changed to take advantage of async to process ABCI requests.
I think we could:
Info
queries, they can be executed viatokio::spawn_blocking
and have either direct access to a read-only secondary instance or via messages to a worker (wasmer currently doesn't support yielding from WASM (Yielding from host calls wasmerio/wasmer#1127, when it does, we could make more of this async)┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: