Closed kamiyaa closed 3 weeks ago
Wanted to fix this TODO, but it looks like RpcStorage uses a runtime, which causes this to fail?
RpcStorage
Any thoughts on how to proceed with this? I can convert RpcStorage methods to be async :thinking:
@kamiyaa Yes, the original plan is to convert RpcStorage methods to async 🙏.
async
Linking the relevant issue here: https://github.com/risechain/pevm/issues/321 🙏.
Done in #424 🙏.
Wanted to fix this TODO, but it looks like
RpcStorage
uses a runtime, which causes this to fail?Any thoughts on how to proceed with this? I can convert
RpcStorage
methods to be async :thinking: