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

global fee refactor #2316

Merged
merged 32 commits into from
Apr 3, 2023
Merged

global fee refactor #2316

merged 32 commits into from
Apr 3, 2023

Commits on Mar 20, 2023

  1. - Update doc to follow Go conventions

    - Improve code readability
    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7ca8bf4 View commit details
    Browse the repository at this point in the history
  2. update params

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    52efa9d View commit details
    Browse the repository at this point in the history
  3. rebase and fix nits

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d47a2af View commit details
    Browse the repository at this point in the history
  4. add GetMinGasPrice UT

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2d82576 View commit details
    Browse the repository at this point in the history
  5. remove unused feetestsuite

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    90be614 View commit details
    Browse the repository at this point in the history
  6. rebase

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c29fbfe View commit details
    Browse the repository at this point in the history
  7. update doc

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f41c3a3 View commit details
    Browse the repository at this point in the history
  8. nits

    sainoe committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b086f14 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. nits

    sainoe committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2ff680a View commit details
    Browse the repository at this point in the history
  2. refactor fee tests setup

    sainoe committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4c26632 View commit details
    Browse the repository at this point in the history
  3. remove comments

    sainoe committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5d3a6cd View commit details
    Browse the repository at this point in the history
  4. Update x/globalfee/ante/antetest/fee_test.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0070306 View commit details
    Browse the repository at this point in the history
  5. Update x/globalfee/ante/antetest/fee_test.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e9c4bf8 View commit details
    Browse the repository at this point in the history
  6. Update x/globalfee/ante/antetest/fee_test.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6c3a5a6 View commit details
    Browse the repository at this point in the history
  7. Update x/globalfee/ante/antetest/fee_test.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cbfa419 View commit details
    Browse the repository at this point in the history
  8. Update x/globalfee/ante/antetest/fee_test.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    547c55a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76dea00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    935452a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    fdaa76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed13007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f20d53 View commit details
    Browse the repository at this point in the history
  4. remove debug logs

    sainoe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0922810 View commit details
    Browse the repository at this point in the history
  5. udpate comments

    sainoe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    679c2e5 View commit details
    Browse the repository at this point in the history
  6. udpate comments

    sainoe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3bb55cf View commit details
    Browse the repository at this point in the history
  7. add comment

    sainoe committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9ca89a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc73b60 View commit details
    Browse the repository at this point in the history
  9. Update x/globalfee/types/params.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b923ed2 View commit details
    Browse the repository at this point in the history
  10. Update x/globalfee/types/params.go

    Co-authored-by: yaruwangway <[email protected]>
    sainoe and yaruwangway authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    81d7e49 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: lint

    Signed-off-by: Yaru Wang <[email protected]>
    Yaru Wang committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c6bde62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dd1d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. update according to PR comments

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d046942 View commit details
    Browse the repository at this point in the history
  2. Update x/globalfee/ante/fee.go

    Co-authored-by: Marius Poke <[email protected]>
    yaruwangway and mpoke authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ebc3824 View commit details
    Browse the repository at this point in the history