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

Accept input or data for transaction request payloads #1534

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

JamesHinshelwood
Copy link
Contributor

eth_call and eth_estimateGas now accept input as well as data. If both fields are passed, we expect them to have the same value and return an error if not.

bzawisto
bzawisto previously approved these changes Oct 2, 2024
@JamesHinshelwood JamesHinshelwood added this pull request to the merge queue Oct 2, 2024
@JamesHinshelwood JamesHinshelwood removed this pull request from the merge queue due to a manual request Oct 2, 2024
`eth_call` and `eth_estimateGas` now accept `input` as well as
`data`. If both fields are passed, we expect them to have the same
value and return an error if not.
@JamesHinshelwood JamesHinshelwood added this pull request to the merge queue Oct 4, 2024
Merged via the queue into main with commit e77a11a Oct 4, 2024
5 checks passed
@JamesHinshelwood JamesHinshelwood deleted the eth-call-input branch October 4, 2024 09:51
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