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

ethclient/gethclient: avoid use *map as parameter. #30086

Closed
wants to merge 2 commits into from

Conversation

mask-pp
Copy link
Contributor

@mask-pp mask-pp commented Jun 28, 2024

No description provided.

@fjl fjl changed the title ethclient/gethethclient: avoid use *map as parameter. ethclient/gethclient: avoid use *map as parameter. Jun 28, 2024
@fjl
Copy link
Contributor

fjl commented Jun 28, 2024

We're not going to change this since it is a public API. The introduction of the map-pointers was an unfortunate design decision by @s1na in #26414. I think we just have to live with it now. eth_call with overrides isn't universally supported by all clients, and will likely be superseded by eth_simulateV1 which is supposed to be added soon.

@fjl fjl closed this Jun 28, 2024
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.

2 participants