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: implement fswap module's genesis and params #1339

Merged
merged 27 commits into from
Apr 25, 2024

Commits on Apr 18, 2024

  1. feat: implement genesis related functions

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c5d92f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. chore: use mockgen

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7063c9b View commit details
    Browse the repository at this point in the history
  2. chore: add tests

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    27b9b2a View commit details
    Browse the repository at this point in the history
  3. fix: add subspace in paramsKeeper

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3afadd4 View commit details
    Browse the repository at this point in the history
  4. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    31d3829 View commit details
    Browse the repository at this point in the history
  5. fix: fix for test errors

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f63ce4d View commit details
    Browse the repository at this point in the history
  6. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6d59aa8 View commit details
    Browse the repository at this point in the history
  7. fix: fix appmodulebasic

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    96da1de View commit details
    Browse the repository at this point in the history
  8. chore: update CHANGLOG.md

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    065f4f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix: use configuration instead of params

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0423ac7 View commit details
    Browse the repository at this point in the history
  2. chore: refactor new&default fswapped

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8fcbab8 View commit details
    Browse the repository at this point in the history
  3. fix: add total_supply into genesisStatus & remove calculate logic

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c91259f View commit details
    Browse the repository at this point in the history
  4. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d6f2ce9 View commit details
    Browse the repository at this point in the history
  5. fix: fix module_simulation

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d0f4841 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix: set swappableNewCoinDenom as params

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3cd7acb View commit details
    Browse the repository at this point in the history
  2. fix: change total_supply name to swappableNewCoinAmount

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c2a9b61 View commit details
    Browse the repository at this point in the history
  3. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f0be4eb View commit details
    Browse the repository at this point in the history
  4. fix: use io/collection to generate key

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e42e064 View commit details
    Browse the repository at this point in the history
  5. Revert "fix: use io/collection to generate key"

    This reverts commit e42e064.
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    09562a4 View commit details
    Browse the repository at this point in the history
  6. fix: change sdk.Coin to sdk.Int

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    688d489 View commit details
    Browse the repository at this point in the history
  7. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a9ca68f View commit details
    Browse the repository at this point in the history
  8. fix: remote unnecessary codes

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    722e95b View commit details
    Browse the repository at this point in the history
  9. fix: add validate for swappable new coin

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    160f953 View commit details
    Browse the repository at this point in the history
  10. fix: add randomizedGenState

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eff7746 View commit details
    Browse the repository at this point in the history
  11. fix: fix error doc

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bd076f9 View commit details
    Browse the repository at this point in the history
  12. fix: fix lint

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    61f09fa View commit details
    Browse the repository at this point in the history
  13. fix: change proto message fields' name

    Signed-off-by: 170210 <j170210@icloud.com>
    170210 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9d583c3 View commit details
    Browse the repository at this point in the history