-
Notifications
You must be signed in to change notification settings - Fork 966
Add support for old forks. #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
db01eb5
Add all forks to revm
rakita 38bfb6d
Add all hardforks
rakita f2ff107
Merge remote-tracking branch 'origin/main' into main
rakita 84739f1
EXTCODESIZE and EXTCODEHASH old hardfork gas fix
rakita fc1a81e
EXTCODECOPY fix gas hardfork
rakita daadfa2
fmt
rakita 25f06a0
cleanups
rakita d10dfdf
EIP-161 is in SPURIOUS_DRAGON hardfork
rakita 6e97f92
EIP-161 create nonce increment for SPURIOUS_DRAGON
rakita 175aee5
Enable SPURIOUS_DRAGON tests
rakita c25fc75
Change database traits to return Result<Option<>>
rakita b1de572
80perc done transition
rakita 0d68e72
db result compiled and new forks passing
rakita 588d99d
not_existing, precompile perf is_cold
rakita 4222270
fix for not_existing
rakita 1d532dc
passing most of legact tests
rakita 94bc2be
Remove spurious precompile hotfix for old forks
rakita 61eebc8
EIP-2 OOG if crate bytecode can't be paid
rakita 4859b12
Merge remote-tracking branch 'origin/main' into forks
rakita c8171a7
Add legacy tests to github ci, fmt,clippy
rakita 2d1edcf
Merge remote-tracking branch 'origin/main' into forks
rakita b5c65f9
fmt
rakita 4317474
Propagate FatalExternalError
rakita 431fe68
Add Error associated type to Database.
rakita 44f6ec1
Small cleanup
rakita File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -45,6 +45,6 @@ run tests with command: `cargo run --release -- statetest tests/GeneralStateTest | |
|
|
||
| There is public telegram group: https://t.me/+Ig4WDWOzikA3MzA0 | ||
|
|
||
| Or you can contact me directly on email: [email protected] | ||
| Or if you want to hire me or contact me directly, here is my email: [email protected] and telegram: https://t.me/draganrakita | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.