We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rpc
eth_simulateV1 (formerly eth_multicallV1) is an in-progress RPC endpoint that seems worth supporting in reth and alloy: ethereum/execution-apis#484
eth_simulateV1
eth_multicallV1
We first need some basic types to for serialization / deserialization. It looks like we will want some structures analogous to these geth structs: https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/simulate.go#L46-L59 https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/simulate.go#L70-L75
for the simulate interface: https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/api.go#L1255
There seem to be many test vectors in the execution-apis PR, which should be useful
execution-apis
No response
The text was updated successfully, but these errors were encountered:
Will take this
Sorry, something went wrong.
hey @JackG-eth are you always working on this ?
Hey feel free to, having to feel with few life issues right now and haven't got time
hey @JackG-eth are you always working on this ? Hey feel free to, having to feel with few life issues right now and haven't got time
no problem if you plan to work on it then i can take something else, GL!
DoTheBestToGetTheBest
No branches or pull requests
Component
rpc
Describe the feature you would like
eth_simulateV1
(formerlyeth_multicallV1
) is an in-progress RPC endpoint that seems worth supporting in reth and alloy:ethereum/execution-apis#484
We first need some basic types to for serialization / deserialization. It looks like we will want some structures analogous to these geth structs:
https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/simulate.go#L46-L59
https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/simulate.go#L70-L75
for the simulate interface:
https://github.com/s1na/go-ethereum/blob/4c325ba5b365e44f1c33cfe7b3236bcb685ec2de/internal/ethapi/api.go#L1255
There seem to be many test vectors in the
execution-apis
PR, which should be usefulAdditional context
No response
The text was updated successfully, but these errors were encountered: