forked from bluealloy/revm
-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: v51 update #42
Merged
lightsing
merged 22 commits into
scroll-evm-executor/v51
from
scroll-evm-executor/v51-update
Jan 2, 2025
Merged
chore: v51 update #42
lightsing
merged 22 commits into
scroll-evm-executor/v51
from
scroll-evm-executor/v51-update
Jan 2, 2025
Conversation
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
* bump alloydb deps * dev dep
* Osaka Activation Accept Osaka in unit tests and eof validation tests. * update test cases * remove evmone (they are all Prague based) * remove evmone exclusions * use [email protected] for eest * port in EXTDELEGATE precompile fix * fmt * Leave space for arbitrary forks in eof validation * only count validated tests * remove references to test directories that are not valid with current specs * refactor flow slightly * clippy * fmt
…loy#1845) * perf(precompile): use secp256k1 global context for ecrecover * remove secp var
* feat: to_plain_state * feat: extend to reverts Co-authored-by: James Prestwich <[email protected]>
* chore: remove Parity re-export * bump eip7702
* perf(CacheAccount): remove unneeded clone * perf(TransitionAccount): remove unneeded clone
* feat: eip-7623 * remove double iteration on data
* chore: bump alloy-eip7702 * clippy * bump tests and fix auth chain_id check bug * remove prints * feat: apply latest EIP-7702 changes * fmt * bump alloy
* feat: eip7691 fraction update * reitroduce max blob check for tx for cancun * nit
* chore: eip7702 chainid u256 change * feat: remove g1/g2 mul, shift address * bump tests * rm test with non empty storage * no std * rm obsolete tests
* bump: alloy core and use PrimitiveSignature * bump version
# Conflicts: # CHANGELOG.md # Cargo.lock # bins/revm-test/CHANGELOG.md # bins/revm-test/Cargo.toml # bins/revme/CHANGELOG.md # bins/revme/Cargo.toml # bins/revme/src/cmd/statetest/runner.rs # crates/interpreter/CHANGELOG.md # crates/interpreter/Cargo.toml # crates/interpreter/src/host/dummy.rs # crates/interpreter/src/instructions/host.rs # crates/precompile/CHANGELOG.md # crates/precompile/Cargo.toml # crates/precompile/src/lib.rs # crates/primitives/CHANGELOG.md # crates/primitives/Cargo.toml # crates/primitives/src/eip7702/authorization_list.rs # crates/primitives/src/specification.rs # crates/primitives/src/state.rs # crates/revm/CHANGELOG.md # crates/revm/Cargo.toml # crates/revm/src/context.rs # crates/revm/src/context/inner_evm_context.rs # tests/pectra_devnet5/.meta/assets/style.css # tests/pectra_devnet5/state_tests/cancun/eip1153_tstore/basic_tload/basic_tload_after_store.json # tests/pectra_devnet5/state_tests/prague/eip2537_bls_12_381_precompiles/bls12_map_fp_to_g1/invalid.json # tests/pectra_devnet5/state_tests/shanghai/eip3855_push0/push0/push0_contract_during_call_contexts.json
lightsing
force-pushed
the
scroll-evm-executor/v51-update
branch
from
January 2, 2025 02:18
9791cbe
to
c6b60d5
Compare
upstream ethtests also fails, continue merging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.