risechain / pevm

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

RPC Storage: better async handling #424

Closed cr-rise closed 3 weeks ago

cr-rise commented 3 weeks ago

Added block_on to execute futures to support async functions with the sync traits for storage

Fixes #321