risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

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

Open kamiyaa opened 3 weeks ago

kamiyaa commented 3 weeks 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 3 weeks ago

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

hai-rise commented 2 weeks ago

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