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

Build executable heap with baseFee when London fork is enabled #1857

Merged
merged 23 commits into from
Sep 5, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    5bcedac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37eace View commit details
    Browse the repository at this point in the history
  3. resolved merge conflicts

    rachit77 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    54c33d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. code optimization

    rachit77 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    779ccbd View commit details
    Browse the repository at this point in the history
  2. testCase fix

    rachit77 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    727e277 View commit details
    Browse the repository at this point in the history
  3. added logic

    rachit77 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e353402 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix linting error

    rachit77 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ee0ef97 View commit details
    Browse the repository at this point in the history
  2. refactored code

    rachit77 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0241315 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. consensus should also have baseFee and gasPrice/gasFeeCap check for l…

    …egacy and dynamic tx respecitively
    rachit77 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a923db9 View commit details
    Browse the repository at this point in the history
  2. linter fix

    rachit77 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    955036b View commit details
    Browse the repository at this point in the history
  3. cr fix

    rachit77 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a15f055 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    7c10ff0 View commit details
    Browse the repository at this point in the history
  2. fixed txpool e2e tests

    rachit77 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9fad412 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. fixed e2e migration test

    rachit77 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a83fb02 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. logic for fork handler

    rachit77 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    e1c3c3b View commit details
    Browse the repository at this point in the history
  2. fix linting

    rachit77 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    0f94a42 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    rachit77 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    73ff41f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'EVM-803' into txpool-executables

    To implement all these changes as single hard fork named LondonFixFork
    rachit77 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    4d009a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b1d992 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    3ffe3fc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    975bd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64e13f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3339738 View commit details
    Browse the repository at this point in the history