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

feat: add l1 gas estimation for l2 #299

Merged
merged 34 commits into from
Mar 7, 2024
Merged

Commits on Feb 19, 2024

  1. chore: add L2Chain

    npty committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    56e5926 View commit details
    Browse the repository at this point in the history
  2. feat: add ethereum-multicall lib

    npty committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9d55e13 View commit details
    Browse the repository at this point in the history
  3. feat: implement get L1 fee

    npty committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fb8fecb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85cf21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa19745 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3b45f2 View commit details
    Browse the repository at this point in the history
  7. feat: implement getL1Fee

    npty committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    75fd9a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore: add types

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cfb282f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24dbdfd View commit details
    Browse the repository at this point in the history
  3. chore: refactor getL1Fee

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    27069bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1287539 View commit details
    Browse the repository at this point in the history
  5. chore: remove unused imports

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    db64d2b View commit details
    Browse the repository at this point in the history
  6. chore: refactor l1FeeForL2

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f77f744 View commit details
    Browse the repository at this point in the history
  7. chore: move param

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f0ca0fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    038e212 View commit details
    Browse the repository at this point in the history
  9. chore: update changelog

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    20721e2 View commit details
    Browse the repository at this point in the history
  10. chore: add function doc

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c16f233 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd2def5 View commit details
    Browse the repository at this point in the history
  12. chore: add more tests

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    08bb037 View commit details
    Browse the repository at this point in the history
  13. chore: cleanup tests

    npty committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a943d7d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    73d6d7e View commit details
    Browse the repository at this point in the history
  2. chore: group l1 fee calculation

    npty committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3d482ea View commit details
    Browse the repository at this point in the history
  3. chore: fix build error

    npty committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7f8917d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    7844587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0a05e7 View commit details
    Browse the repository at this point in the history
  3. chore: fix test

    npty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1c92396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78f045c View commit details
    Browse the repository at this point in the history
  5. chore: please linter

    npty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    72da47e View commit details
    Browse the repository at this point in the history
  6. chore: remove log

    npty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8247d79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    956540f View commit details
    Browse the repository at this point in the history
  8. chore: remove only

    npty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    184f26a View commit details
    Browse the repository at this point in the history
  9. chore: remove unused imports

    npty committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9d320b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ef629ed View commit details
    Browse the repository at this point in the history
  2. chore: fix md header

    npty committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f93ff55 View commit details
    Browse the repository at this point in the history