-
Notifications
You must be signed in to change notification settings - Fork 41
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
go-ethereum>=1.13.0 is not compatible because eth_call
API has changed (data
became input
for call arguments)
#1825
Comments
Darkness4
changed the title
go-ethereum>1.13.0 is not compatible because eth API has changed (
go-ethereum>=1.13.0 is not compatible because eth API has changed (Feb 16, 2024
data
became input
for call arguments)data
became input
for call arguments)
Darkness4
changed the title
go-ethereum>=1.13.0 is not compatible because eth API has changed (
go-ethereum>=1.13.0 is not compatible because Feb 16, 2024
data
became input
for call arguments)eth_call
API has changed (data
became input
for call arguments)
Hi @Darkness4 ! Thanks for reporting this issue, it is addressed to the following release |
DmytroNazarenko
added a commit
that referenced
this issue
Mar 18, 2024
DmytroNazarenko
added a commit
that referenced
this issue
Mar 18, 2024
DmytroNazarenko
added a commit
that referenced
this issue
Mar 18, 2024
DmytroNazarenko
added a commit
that referenced
this issue
Mar 20, 2024
github-project-automation
bot
moved this from Code Review
to Ready For Release Candidate
in SKALE Engineering 🚀
Mar 21, 2024
skaled:3.19.0-beta.0 |
PolinaKiporenko
moved this from Ready For Release Candidate
to Merged To Release Candidate
in SKALE Engineering 🚀
May 20, 2024
Network Regression Example contract
Example request "input" and "data"
estimate_gas
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi, it seems that
go-ethereum
has decided to use theinput
field instead of thedata
field on their JSON-RPC client. It would be great if SKALE could support theinput
field and still be backwards compatible. Apparently, the specs changed 6 years ago. I don't know what other changes have been added.Relevent issues: ethereum/go-ethereum#28608, ethereum/go-ethereum#28078 and ethereum/go-ethereum#15628
Revelent docs:
eth_call
: https://github.com/ethereum/execution-apis/blob/4b225e0d273e92982b2c539d63eaaa756c5285a4/src/eth/execute.yaml#L1skaled/libweb3jsonrpc/JsonHelper.cpp
Lines 460 to 490 in bdf0230
To Reproduce
Steps to reproduce the behavior:
eth_estimateGas
,eth_call
... with go-ethereum 1.13.0.EVM revert instruction without description message
Expected behavior
The text was updated successfully, but these errors were encountered: