anthias-labs / arbiter

A blazing-fast Ethereum sandbox that lets developers orchestrate event-driven simulations.
https://github.com/anthias-labs/arbiter
Apache License 2.0
685 stars 65 forks source link

feat: Expose underlying cache_db with env.db() function #977

Open jbargu opened 6 months ago

jbargu commented 6 months ago

Give an overview of the tasks completed Expose underlying cache_db with env.db() function. This is useful to check the execution state and environment re-creation without stopping the simulation.

Link to issue(s) that this PR closes

REMINDER! Please check that you have done the following prior to submitting this PR:

You can install the nightly toolchain on your system by:

rustup toolchain install nightly
Alexangelj commented 6 months ago

Reviewing this next week with the team