-
Notifications
You must be signed in to change notification settings - Fork 554
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: mutable access for all fields in BundleBuilder #1524
Conversation
pub fn state_storage( | ||
mut self, | ||
address: Address, | ||
storage: &mut HashMap<U256, (U256, U256)>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not what the requirement was.
It is to add get_state_storage_mut(
function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we are at it, it would be good to add mut getters for all fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad, i'm going to fix it 💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR addresses Issue #1519 , let me know what do you think
Originally posted by @quentinv72 in paradigmxyz/reth#8264 (comment)
@rakita @gakonst
Closes #1519