Skip to content

Conversation

@rakita
Copy link
Member

@rakita rakita commented Feb 20, 2022

Machine -> Interpreter
some name changes and refactoring of structure.

@onbjerg
Copy link
Collaborator

onbjerg commented Feb 21, 2022

Any breaking changes I should be aware of for Foundry? 😄

Comment on lines 48 to 53
fn call(
&mut self,
data: &mut EVMData<'_, DB>,
call: H160,
context: &CallContext,
transfer: &Transfer,
input: &Bytes,
gas_limit: u64,
inputs: &CallInputs,
is_static: bool,
) -> (Return, Gas, Bytes);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@onbjerg this is only change that is going to have a effect outside of revm. all those fields are now inside CallInputs/CreateInputs struct, so it will be relatively easy to upgrade.

This was referenced Sep 9, 2024
@github-actions github-actions bot mentioned this pull request Nov 20, 2024
This was referenced Dec 6, 2024
@github-actions github-actions bot mentioned this pull request Dec 16, 2024
@github-actions github-actions bot mentioned this pull request Dec 24, 2024
j75689 pushed a commit to j75689/revm that referenced this pull request Dec 26, 2024
* feat: support Wright upgrade for opbnb

* fix lint errors

* fix lint errors
@github-actions github-actions bot mentioned this pull request Jan 8, 2025
This was referenced Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants