Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cheatcodes): Record Account and Storage Access Cheatcodes (#6310)
* Record storage and account access cheatcodes Co-authored-by: James Wenzel <wenzel.james.r@gmail.com> * expand record access cheatcode interface Adds a couple more fields to recorded account and storage accesses. * fix small doc comment nit * fix(cheatcodes): account access doc comment * fix(cheatcodes): clarify reverted account access status * fix(cheatcodes): clarify balance doc comments * fix(cheatcodes): clarify initialized account access field in doc comment * update Access kind to include Resumed account access Also rename cheats APIs * cleanup Resume logic * fmt * remove unused Resume access kind * add chain_id to AccountAccess * Update crates/cheatcodes/spec/src/vm.rs Co-authored-by: refcell.eth <abigger87@gmail.com> * add ChainInfo struct; address PR comments * avoid old skool ref mut * tidy code per pr review * rmeove unused import * address nits * selfdesutrct on record ctx check --------- Co-authored-by: refcell <abigger87@gmail.com> Co-authored-by: James Wenzel <wenzel.james.r@gmail.com>
- Loading branch information