paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.84k stars 1.1k forks source link

Tracking: eth_simulateV1 #8844

Closed Rjected closed 2 months ago

Rjected commented 3 months ago

eth_simulateV1 does not seem too difficult to support, we basically need to do two things to support it:

### eth_simulateV1
- [ ] https://github.com/alloy-rs/alloy/issues/901 , then
- [ ] Implement eth_simulateV1 in reth
JackG-eth commented 3 months ago

Will take this :)

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 21 days with no activity.

dhruvmalik007 commented 2 months ago

Thanks for followup . I am available to work on this as soon as the PR for the request /response types on the alloy is finished.

Blaeaea commented 2 months ago

Thanks for followup . I am available to work on this as soon as the PR for the request /response types on the alloy is finished.

PR is merged, feel free to start it

GHowlett commented 2 months ago

@dhruvmalik007 have you already taken / started this issue?

dhruvmalik007 commented 2 months ago

Hi @GHowlett I have started it implementing fn call_simulate but only have time on weekends to push the PR. If I don't have time later this weekend , I will share the progress and you can ask admin for assign.

mattsse commented 2 months ago

8281 contains sufficient context, closing in favor of #8281