You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns 400 with Invalid params error, and the log says Missing "to" field in call arguments, while according to the spec the to parameter is optional.
Acceptance Criteria
eth_call accepts requests without the optional to parameter according to the spec
Steps to Reproduce (Bug)
POST the above JSON RPC call to the Besu RPC endpoint
The text was updated successfully, but these errors were encountered:
Description
Invoking
eth_call
API with a transaction that deploys a contract like the following one:returns 400 with
Invalid params
error, and the log saysMissing "to" field in call arguments
, while according to the spec theto
parameter is optional.Acceptance Criteria
eth_call
accepts requests without the optionalto
parameter according to the specSteps to Reproduce (Bug)
The text was updated successfully, but these errors were encountered: