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

GasFeePricingUpgradeable #158

Closed
wants to merge 37 commits into from
Closed

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    6c6e9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b21dbb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. chore: formatting + docs

    ChiTimesChi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    6562105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c0372 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba0cb18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e53e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69dc324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbfbd43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    775783a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42c5c47 View commit details
    Browse the repository at this point in the history
  9. update test Utilities

    ChiTimesChi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    548766b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1249fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42c5cf0 View commit details
    Browse the repository at this point in the history
  12. I like pretty boxes

    ChiTimesChi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b6c6b31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25829f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73d8273 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    a6f1783 View commit details
    Browse the repository at this point in the history
  2. I strive for perfection

    ChiTimesChi committed May 22, 2022
    Configuration menu
    Copy the full SHA
    4e3ff05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869d3ab View commit details
    Browse the repository at this point in the history
  4. GFP: fix encoding

    ChiTimesChi committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e17a6ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44ec353 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e44415 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5580db9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74fe440 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a58544c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d14361 View commit details
    Browse the repository at this point in the history
  11. tests: GFP setters

    ChiTimesChi committed May 22, 2022
    Configuration menu
    Copy the full SHA
    cd88583 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. GFP: refactoring + better docs

    - variable names should be more clear now
    - enforced alfabetical order of variables to avoid confusion
    - docs on the srtucts are more verbose
    - tests are updated to reflect the these changes
    ChiTimesChi committed May 23, 2022
    Configuration menu
    Copy the full SHA
    221e204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5a5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4059476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae006ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94675e9 View commit details
    Browse the repository at this point in the history
  6. gas fee pricing explained

    ChiTimesChi committed May 23, 2022
    Configuration menu
    Copy the full SHA
    aa44c15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c8e461 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    635d984 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. GFP: fix bugs in estimateGasFee:

    - wrong value was used to check for maxGasDrop
    - some values were not cast to uin256, resulting in overflows
    ChiTimesChi committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7530588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66dc56e View commit details
    Browse the repository at this point in the history