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

Implement eth_simulateV1 - Add Block simulator feature #7941

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

Gabriel-Trintinalia
Copy link
Contributor

This pull request introduces a new Block Simulation feature for eth_simulateV1

The key changes include

  • creating eth_simulateV1 JSON-RPC method to access this feature
  • A new service for block simulation is being added, similar to the transaction simulator service.

New Block Simulation Feature:

  • Added BlockSimulationService and its implementation BlockSimulatorServiceImpl to the Besu plugin context.
  • Implemented the BlockSimulationService interface to provide methods for simulating blocks.

JSON-RPC Method for Block Simulation:

  • Implemented the eth_simulateV1 JSON-RPC method to handle block simulation requests.

TODO:

  • Make spec tests pass.
  • Add logs.
  • Add transfer logs.

Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
Signed-off-by: Gabriel-Trintinalia <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant