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

refactor global fee zero coins #2327

Merged
merged 50 commits into from
Apr 12, 2023
Merged

refactor global fee zero coins #2327

merged 50 commits into from
Apr 12, 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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <69694322+yaruwangway@users.noreply.github.com>
    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 <yaru@informal.systems>
    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
  3. refactor: global fee zero coins

    Yaru Wang committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b658d27 View commit details
    Browse the repository at this point in the history
  4. refactor: add splitGlobalFees()

    Yaru Wang committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    37f4aec View commit details
    Browse the repository at this point in the history
  5. fix: globalfee antehandler

    Yaru Wang committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    274983c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fix: add test helper func

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d3c381e View commit details
    Browse the repository at this point in the history
  2. 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
  3. test: add test for splitGlobalFees()

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5eeaac6 View commit details
    Browse the repository at this point in the history
  4. merge sainoe/global_fee

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4971089 View commit details
    Browse the repository at this point in the history
  5. code improvement

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    211a99e View commit details
    Browse the repository at this point in the history
  6. refactor: globalfee antehandler

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0e677aa View commit details
    Browse the repository at this point in the history
  7. refactor: bypass logic

    Yaru Wang committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6bd7872 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. refactor: fee check logic

    Yaru Wang committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ac3d5c8 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    Yaru Wang committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7f8dd99 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix: return err when required fees are not set up

    Yaru Wang committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cc9254e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. merge main

    Yaru Wang committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2c1f0fd View commit details
    Browse the repository at this point in the history
  2. chore: clean comments

    Yaru Wang committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3a252bd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Sainoe/globalfee coins (#2378)

    * chore(deps): bump github.com/golangci/golangci-lint (#2319)
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.51.2 to 1.52.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.51.2...v1.52.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    Co-authored-by: Milan Mulji <98309852+mmulji-ic@users.noreply.github.com>
    
    * chore(deps): bump github.com/docker/docker (#2365)
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.19+incompatible to 20.10.24+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v20.10.19...v20.10.24)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Removed trust node in docs (#2359)
    
    * update ditrosless image url in Dockerfiles
    
    * nits
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marius Poke <marius.poke@posteo.de>
    Co-authored-by: Milan Mulji <98309852+mmulji-ic@users.noreply.github.com>
    4 people authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3e4c0a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb7e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2452c27 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix nits

    sainoe committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    663c718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a91609 View commit details
    Browse the repository at this point in the history