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

Make gas limit constant #192

Merged
merged 4 commits into from
Jun 1, 2020
Merged

Commits on Jun 1, 2020

  1. Revive the old monkey-patching of py-evm Chain

    The configuration API wouldn't have handled this constant gas patch.
    carver committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    70c6cd8 View commit details
    Browse the repository at this point in the history
  2. Add test for constant gas limit

    Add a test to show that the gas limit is not constant for the py-evm
    backend.
    berndbohmeier authored and carver committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    378d4eb View commit details
    Browse the repository at this point in the history
  3. Make gas limit constant for py-evm backend

    Make gas limit in block constant for py-evm backend by just copying the
    gas limit from the parent.
    A constant gas limit is prefered for testing.
    berndbohmeier authored and carver committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    7ea20b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c140e63 View commit details
    Browse the repository at this point in the history