-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
EthersStateManager
to be RpcStateManager under the hood (#3167)
* Add ESMBlockchain * Add comment on test * Fix bytecode * Make RpcBlockChain class much better * Remove ethers from ESM * Fix mock provider and tests * update readme * stateManager: make rpcblockchain only have one param in constructor * Address feedback * stateManager: rename ethers -> rpc * Add test plugins for wasm * Cleanup rpcStateManager test and skip in browser * Remove obsolete function * Address feedback * address feedback * statemanager: update readme --------- Co-authored-by: Jochem Brouwer <[email protected]>
- Loading branch information
1 parent
5d12ee6
commit 019084d
Showing
9 changed files
with
533 additions
and
517 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './cache/index.js' | ||
export * from './ethersStateManager.js' | ||
export * from './rpcStateManager.js' | ||
export * from './stateManager.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.