-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract StateManager from ExecutionManager (#132)
* Pull StateManager out into its own contract * Pass remaining StateManager tests * Pass OVM tests * Move deployCodeContract into the StateManager * Move purity checking into the FullStateManager * Fix bug where we didn't check initcode purity * Fix fullnode & StateManager lint errors * Refactor deployContract(...) to remove params * Reduce gas limits to more reasonable values * Update packages/ovm/test/contracts/execution-manager.l1-l2-opcodes.spec.ts Co-authored-by: ben-chain <[email protected]> * Update packages/rollup-contracts/contracts/FullStateManager.sol Co-authored-by: ben-chain <[email protected]> * Address PR feedback * Fix lint errors Co-authored-by: Karl Floersch <[email protected]> Co-authored-by: ben-chain <[email protected]>
- Loading branch information
1 parent
8af4001
commit 4075556
Showing
11 changed files
with
169 additions
and
100 deletions.
There are no files selected for viewing
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
Oops, something went wrong.