-
Notifications
You must be signed in to change notification settings - Fork 245
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
Feat: eth_simulateV1 Request / Response types #1042
Feat: eth_simulateV1 Request / Response types #1042
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool great start
like error one and back & stateDb should i use Revm and foundry backend here or i do have to manually implemnt those
those will be implemented by the nodes itself
ty!
ty but i'm not sure to understand wdym by this ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this pr we're only interested in the types
could you perhaps add some sanity serde json tests with sample requests from
and we should move this file to the rpc-types-eth crate
@DoTheBestToGetTheBest do you have the bandwidth to finalize this pr? we'd need a few tests that serialize data from the examples |
sorry, it was already done and i though i commited change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool,
this is likely not entirely complete what will unblock reth work to figure out what's missing
* Feat: eth_simulateV1 Request / Response types * Update lib.rs * Update simulate.rs * fmt * Update simulate.rs * Update simulate.rs * Delete crates/rpc-types-trace/src/simulate.rs * Update lib.rs * Create simulate.rs * Update lib.rs * fmt * fmt * Update lib.rs * Update lib.rs * touchups * fix type --------- Co-authored-by: Matthias Seitz <[email protected]>
I'am going to first convert this to draft, i need some help on some type, like error one and back & stateDb should i use Revm and foundry backend here or i do have to manually implemnt those ? Thank you
This pr should relate #901