risechain / pevm

Blazingly fast Parallel EVM
MIT License
236 stars 47 forks source link

chore: use tokio::test for async test #362

Closed kamiyaa closed 3 weeks ago

kamiyaa commented 2 months ago

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:

hai-rise commented 2 months ago

@kamiyaa Yes, the original plan is to convert RpcStorage methods to async 🙏.

hai-rise commented 1 month ago

Linking the relevant issue here: https://github.com/risechain/pevm/issues/321 🙏.

hai-rise commented 3 weeks ago

Done in #424 🙏.