Analyze if we can easily develop an AsyncEthereumClient
#1269
Labels
enhancement
New feature or request
AsyncEthereumClient
#1269
Context
FastAPI
to use ourEthereumClient
AsyncWeb3
must be used instead ofWeb3
self.http_session.post
should be refactored to something similar toself.post_request
or similar, so we don't expose what library are we usingrequests
, we aioHTTP must be usedAnalyze if we can implement something similar with not much overhead. That might not be posible with our current implementation. If after the analysis we decide it takes more than one sprint to implement, we should meet and decide what to do
The text was updated successfully, but these errors were encountered: