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
As per https://hips.hedera.com/hip/hip-584: As a user, I want to perform eth_call calls from the Ethereum JSON-RPC standard
Information will be made available via new REST API from the mirror-node
Solution
A new /api/v1/contracts/call POST REST API will be added to execute read-only queries. We want to start calling this API.
We also want this done behind an environment variable in order to have it configurable on different environments.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
As per https://hips.hedera.com/hip/hip-584:
As a user, I want to perform eth_call calls from the Ethereum JSON-RPC standard
Information will be made available via new REST API from the mirror-node
Solution
A new /api/v1/contracts/call POST REST API will be added to execute read-only queries. We want to start calling this API.
We also want this done behind an environment variable in order to have it configurable on different environments.
Alternatives
No response
The text was updated successfully, but these errors were encountered: