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
I wanted to track it for my own reference too. Some of them have simplified responses implemented, but many of them still not. Here, I will track their progress.
Simplification for eth_getCode doesn't make sense. eth_sendRawTransaction is just going to emit a transaction hash. Hence, no response processing needed.
Processing response of eth_getStorageAt will obfuscate the actual value stored at the position.
In case of decoding response of eth_call, we also need return type with the function signature. But currently ethRPCtoREST don't support it. Including it will break current version parsing and all. So, maybe for the next version.
I wanted to track it for my own reference too. Some of them have simplified responses implemented, but many of them still not. Here, I will track their progress.
The text was updated successfully, but these errors were encountered: