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

feat(levm): improve LEVM EF Tests report #1350

Merged
merged 10 commits into from
Dec 2, 2024
Merged

Conversation

@ilitteri ilitteri added the levm Lambda EVM implementation label Nov 28, 2024
@ilitteri ilitteri self-assigned this Nov 28, 2024
@ilitteri ilitteri marked this pull request as ready for review November 29, 2024 13:56
@ilitteri ilitteri requested a review from a team as a code owner November 29, 2024 13:56
let current_bytecode = current_db
.get_account_code(potential_new_bytecode_hash)
.expect("Error getting account code by hash");
let code = account.info.bytecode.clone();
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
let code = account.info.bytecode.clone();
let new_bytecode = account.info.bytecode.clone();

I don't know exactly why but the block of code inside the else { of let code was kinda confusing to read. I din't understand it's purpose on the first place but now I get it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can add some comments explaining what is happening there.

Copy link
Contributor

@JereSalo JereSalo left a comment

Choose a reason for hiding this comment

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

LGTM

@ilitteri ilitteri enabled auto-merge December 2, 2024 23:14
@ilitteri ilitteri added this pull request to the merge queue Dec 2, 2024
Merged via the queue into main with commit 8ff1ebf Dec 2, 2024
12 checks passed
@ilitteri ilitteri deleted the improve_levm_ef_tests_report branch December 2, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
levm Lambda EVM implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants