You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
So @haltman-at petitioned turbo-geth to add a debug_accountAt method, which would cover most of your proposed evmState. See the corresponding ganache-core issue... except for only a specific account.
In addition, there's already debug_storageRangeAtimplemented for the upcoming Ganache v7.0.0, which enumerates storage for a given account.
So the missing piece here seems like debug_accounts (e.g.), just to provide a list of known accounts.
If your offer to help implement still stands, I don't believe any work has started on the first mentioned method. Please let us know!
It can be useful to be able to serialize the accounts & their states post deployment.
To allow external tools to interact with ganache and get this information there would need to be two additional rpc calls:
Context
These two methods have single responsibilities, so there can be several applications.
I'm looking to construct a json object that looks like:
The text was updated successfully, but these errors were encountered: