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

Following methods need simplified responses #5

Open
19 of 20 tasks
Amit0617 opened this issue Feb 7, 2024 · 2 comments
Open
19 of 20 tasks

Following methods need simplified responses #5

Amit0617 opened this issue Feb 7, 2024 · 2 comments

Comments

@Amit0617
Copy link
Owner Author

Amit0617 commented Aug 2, 2024

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.

@Amit0617
Copy link
Owner Author

Amit0617 commented Aug 4, 2024

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.

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

No branches or pull requests

1 participant