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

[Feature] Add builder type for StateOverrides #2105

Closed
mattsse opened this issue Feb 22, 2025 · 1 comment
Closed

[Feature] Add builder type for StateOverrides #2105

mattsse opened this issue Feb 22, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mattsse
Copy link
Member

mattsse commented Feb 22, 2025

Component

rpc

Describe the feature you would like

this type is an alias making it harder to configure

pub type StateOverride = AddressHashMap<AccountOverride>;

we should add a helper new type here that works like a builder StateOverridesBuilder(Overrides) and exposes functions to insert new overrides easily

Additional context

No response

@mattsse mattsse added enhancement New feature or request good first issue Good for newcomers labels Feb 22, 2025
@varun-doshi
Copy link
Contributor

I'd like to take this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants