Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

fix(rpc): align fee history #1611

Merged
merged 19 commits into from
Jan 20, 2023
Merged

fix(rpc): align fee history #1611

merged 19 commits into from
Jan 20, 2023

Commits on Jan 17, 2023

  1. update nix

    mmsqe committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f4216ac View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. add next fee in fee history

    mmsqe committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    34a416d View commit details
    Browse the repository at this point in the history
  2. fix test

    mmsqe committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    588e232 View commit details
    Browse the repository at this point in the history
  3. add change doc

    mmsqe committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    29a1c3b View commit details
    Browse the repository at this point in the history
  4. height + 1 for next fee

    mmsqe committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c8e1f60 View commit details
    Browse the repository at this point in the history
  5. cross check baseFeePerGas len

    mmsqe committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    da0fe9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873169c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update tests/integration_tests/test_fee_history.py

    Co-authored-by: MalteHerrmann <[email protected]>
    mmsqe and MalteHerrmann authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e422b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9d603 View commit details
    Browse the repository at this point in the history
  3. update doc

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    2c5898a View commit details
    Browse the repository at this point in the history
  4. update nix

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    caf0060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eac012a View commit details
    Browse the repository at this point in the history
  6. isort test_fee_history.py

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    613ec70 View commit details
    Browse the repository at this point in the history
  7. fix test

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    23fed3a View commit details
    Browse the repository at this point in the history
  8. align rpc res as eth

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7eb7aa3 View commit details
    Browse the repository at this point in the history
  9. add cross check

    mmsqe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e062361 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. add baseFeePerGas len check

    mmsqe committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3f89b22 View commit details
    Browse the repository at this point in the history
  2. add oldestBlock check

    mmsqe committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e693133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b58d6 View commit details
    Browse the repository at this point in the history