Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description _Concise description of proposed changes_ ## Testing Explain the quality checks that have been done on the code changes ## Additional Information - [ ] I read the [contributing docs](../docs/contributing.md) (if this is your first contribution) Your ENS/address: <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced multiple new test cases to verify various functionalities like state dumping, account retrieval, contract code fetching, and error handling. - **Bug Fixes** - Enhanced error handling in the `dumpCanonicalGenesis` function to provide more informative error messages when an account is not found. - Improved the `getAccount` function to return `undefined` when an account does not exist. - **Improvements** - Updated `dumpStorageRange` to handle cache storage and provide detailed storage data. - Enhanced `getAccountFromProvider` to handle specific address types for better consistency. - Made the `deleteAccount` function asynchronous for more reliable account deletion processes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: William Cory <[email protected]>
- Loading branch information