Skip to content
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

Refactor #52

Merged
merged 16 commits into from
Feb 27, 2022
Merged

Refactor #52

merged 16 commits into from
Feb 27, 2022

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.

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.

2 participants