-
Notifications
You must be signed in to change notification settings - Fork 382
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: expose account_mut #92
Conversation
Can you create a |
@sorpaas The motivation is to avoid having to add a setter for everything because I'd like to have access to full internals, is that a big issue? I'm OK with it otherwise |
@sorpaas I gave this an attempt locally, it requires changing the |
@sorpaas Updated the PR based on your comment from Matrix! |
Nice - thank you. @sorpaas could we merge? The CI errors seem unrelated. |
Please merge master and it should fix the CI. |
Rebased! Should be good now. Thanks @sorpaas |
as title, we need this to expose a mutable ref to an account so that we can override its nonce in foundry-rs/foundry#554