Skip to content

Conversation

@jackwener
Copy link
Contributor

  • remove wrong &mut/TODO
  • avoid useless get_mut
  • delete empty file

state.get_mut(&address).unwrap().info.nonce -= 1;
}
JournalEntry::AccountCreated { address } => {
let account = &mut state.get_mut(&address).unwrap();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

original type is &mut &mut T

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

all of these lgtm

pending @rakita

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 25, 2025

CodSpeed Performance Report

Merging #2111 will not alter performance

Comparing jackwener:opt (a7cf440) with main (be7e9a5)

Summary

✅ 8 untouched benchmarks

Copy link
Member

@rakita rakita left a comment

Choose a reason for hiding this comment

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

ty for cleanup

@rakita rakita merged commit 1967753 into bluealloy:main Feb 25, 2025
28 checks passed
This was referenced Feb 25, 2025
This was referenced Mar 4, 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