forked from bluealloy/revm
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: v97 #67
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
Draft
greged93
wants to merge
139
commits into
scroll
Choose a base branch
from
feat/v97
base: scroll
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* chore: use primitives::HashMap default * fix
…uealloy#2907) In cases where it is feasible, more specific variants should be used in place of the Other() error variant.
* Wip feat: skip cold load on oog * wip * placeholder fn for host * calls instruction load and calc target gas * wip * add skip cold load to journal inner * fix tests, clippy/fmt * fix tests * passing eth tests * propagate feature * ret ref of account info * check without loading of accounts * cleanup * sstore and selfdestruct
* chore: cargo update * clippy
…lloy#2925) * clean-up * ci * more cleaning * more clean-up * remove unused import * ci
* chore(revm-interpreter): rename SELFDESTRUCT to REFUND_SELFDESTRUCT * Update crates/interpreter/src/gas/constants.rs * Update crates/interpreter/src/instructions/host.rs
* chore: update EthFrame::invalid visibility * docs: update doc comments Co-authored-by: Matthias Seitz <[email protected]> * Update crates/handler/src/frame.rs --------- Co-authored-by: Matthias Seitz <[email protected]> Co-authored-by: rakita <[email protected]>
The skip flag was never set anywhere and only read in step_end, making it dead code. Removing it simplifies the tracer, avoids confusion about unimplemented behavior, and aligns with EIP-3155 which expects an entry per operation (there’s no need to conditionally skip output).
…ealloy#2948) * Update runner.rs * Update runner.rs * Update bins/revme/src/cmd/statetest/runner.rs Co-authored-by: rakita <[email protected]> --------- Co-authored-by: rakita <[email protected]>
* rm parity libsecp256k1 lib and features * clippy
* blockchaintests * now decoding fixture * continuing * some progress * fail when sender is not found * fixes for blockchain statetest and valid blocks * add missing forks * fix tests * pre state systems calls * fix tests, add skipped blockchain tests * fix more tests * fmt, and print all failed tests if keep-going is true * move withdrawals at end * skip blob tests * add auth list, skip blob excess tests
…luealloy#2962) * Update precompile_provider.rs * Update precompile_provider.rs
* feat: Optional Bytecode in CallInput * fmt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: journal transfer fn cleanup * reintroduce caller touch * Update crates/context/src/journal/inner.rs Co-authored-by: Arsenii Kulikov <[email protected]> --------- Co-authored-by: Arsenii Kulikov <[email protected]>
…bluealloy#3093) * chore(inspector): remove redundant EthInterpreter import in either.rs * fmt
…uealloy#3094) * fix(op-revm): add missing enveloped_tx validation in validate_env * cargo fmt
…y#3091) * chore(precompile): remove unused mainnet_address() function * nit
…luealloy#3105) * remove redundant alloy-eip7702 from handler dev-dependencies * cleanup * more clean up * revert wrong ci fix
* feat: dont load access list immediatly * nits fmt * nit, rm clone
…associated with Jovian. (bluealloy#3120) * fix(jovian/storage): fix jovian's storage slot for da footprint gas scalar * fix(jovian): fix l1 hardfork matching jovian. expose da footprint gas scalar getter
…lloy#3086) * JournaledAcccount * PoC: JournaledAccount, a nice way to update and track changes * cleanup * rm artifact * inline some of host fn * beneficiary refactor * nit * nits * fmt * rename and make old fn deprecated
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
) (bluealloy#3134) * feat(precompiles/jovian): add jovian precompiles to revm (bluealloy#3128) * clippy fix --------- Co-authored-by: theo <[email protected]>
* fix: use access list to decide if slot is cold * add test
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.