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

Add initial integration test with circuits #257

Merged
merged 1 commit into from Jan 11, 2022

Commits on Jan 11, 2022

  1. Add initial integration test with circuits

    Add an integration tests for the evm and state circuits, using the input
    generated by the circuit input builder and data queried from geth.
    
    bus-mapping: Introduce `BuilderClient` which wraps a GethClient and
    contains methods to generate the complete circuit inputs by doing all
    the necessary steps: query geth, build partial state_db, etc.  Use this
    `BuilderClient` in both the circuits and circuit_input_builder
    integration tests.
    ed255 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    649e9eb View commit details
    Browse the repository at this point in the history