-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: State with account status (#499)
* wip separate initial checks * tests passing, consolidate some checks * test * feat: add transfer test * temp * Update crates/interpreter/src/gas/calc.rs * / Initial gas that is deducted from the transaction gas limit. * fmt * account states * temp * Global account BlockState. wip * few comments * wip * Tests working * wip changes * work on update and revert * AccountState as a simple enum flag * Add storage for EmptyEip161 account * split state to component files * continue spliting, wip State * feat: Add initcode limit to be double of bytecode limit (#491) * bigger cleanup, structure it * wip reverts and the flow * increments balance and some wip on reverts * feat: Run CI on release branches (#506) * feat: Add initcode limit to be double of bytecode limit (#503) * chore: Move Precompiles to EVMData so Inspector can access it (#504) * fix previous commit (#507) * wip cache account, changeset and revert * plain state wip, reverts compiles now * working changes * working and, added timestamps and println * Add reverts * clippy happy, some cleanup, work on reverts * wip on spliting and creating BundleState * needed things for integration * Few utilities, emptydb with typed error * wip * fix some things * cleanup * refactoring * clippy and some cleanup * add state clear flag * bugs fixes * add state builder * some cleanup and being more strict * cleanup, and simplification * check nonce for account * make storage was_destroyed * dont store storage when not needed * dont ask db for destroyed accounts * debug logs * test account * more debug * save previous state on double touch * check if pre eip161 touched account is already empty * Changr address * diferent debug account * set wipe flag for destroyed * remove some test clones * nit * clippy * make state behind std * lto * cleanup * set bigger stack size in tests * fmt
- Loading branch information
Showing
35 changed files
with
2,455 additions
and
148 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
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
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.