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: [cheqd] add top_accounts module #510

Merged
merged 55 commits into from
Dec 25, 2022

Commits on Dec 15, 2022

  1. init

    huichiaotsou committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    066ca31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a5387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd775a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ae5026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b007e03 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    937d51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfff91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159c276 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    3c0fa00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001dc0e View commit details
    Browse the repository at this point in the history
  3. refactor x/bank

    huichiaotsou committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4202d3f View commit details
    Browse the repository at this point in the history
  4. handleMsgDelegate

    huichiaotsou committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9e645b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a61b5a View commit details
    Browse the repository at this point in the history
  6. unbonding

    huichiaotsou committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    68e7bf3 View commit details
    Browse the repository at this point in the history
  7. handle rewards

    huichiaotsou committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    91edbcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98965b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41b859a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97d830d View commit details
    Browse the repository at this point in the history
  11. change log

    huichiaotsou committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7c1fb89 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    5376c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c3f67 View commit details
    Browse the repository at this point in the history
  3. add hasura

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    24168ba View commit details
    Browse the repository at this point in the history
  4. test metadata

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3739edd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65598f0 View commit details
    Browse the repository at this point in the history
  6. TestGetAccountBalanceSum

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e2cfbb3 View commit details
    Browse the repository at this point in the history
  7. TestUpdateTopAccountsSum

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    08d4cc2 View commit details
    Browse the repository at this point in the history
  8. go v1.18 in test file

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    721b59a View commit details
    Browse the repository at this point in the history
  9. no sec

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    00d7d5f View commit details
    Browse the repository at this point in the history
  10. no lint

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    64bcfd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9331cbc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ee1a29 View commit details
    Browse the repository at this point in the history
  13. fix sql file spacing

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4f1bc23 View commit details
    Browse the repository at this point in the history
  14. rm database/bank.go

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f7a66cc View commit details
    Browse the repository at this point in the history
  15. prettier

    huichiaotsou committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d62399a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1d9696e View commit details
    Browse the repository at this point in the history
  2. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    64d7c81 View commit details
    Browse the repository at this point in the history
  3. Update database/types/top_accounts.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4f99f3c View commit details
    Browse the repository at this point in the history
  4. Update database/types/top_accounts.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2195d7f View commit details
    Browse the repository at this point in the history
  5. Update modules/staking/utils_delegations.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5a525fe View commit details
    Browse the repository at this point in the history
  6. Update modules/staking/utils_redelegations.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    dcf3558 View commit details
    Browse the repository at this point in the history
  7. Update modules/staking/utils_delegations.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b9afea8 View commit details
    Browse the repository at this point in the history
  8. Update modules/top_accounts/handle_periodic_operations.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b671200 View commit details
    Browse the repository at this point in the history
  9. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    35ced69 View commit details
    Browse the repository at this point in the history
  10. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6e0ef57 View commit details
    Browse the repository at this point in the history
  11. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    74c7d86 View commit details
    Browse the repository at this point in the history
  12. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5737a7f View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    540e9f3 View commit details
    Browse the repository at this point in the history
  14. Update modules/top_accounts/handle_msg.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fc0e341 View commit details
    Browse the repository at this point in the history
  15. Update modules/top_accounts/handle_msg.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7345172 View commit details
    Browse the repository at this point in the history
  16. Update modules/top_accounts/handle_msg.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9fb9e6e View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6a2fd58 View commit details
    Browse the repository at this point in the history
  18. Update types/bank.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fc128c0 View commit details
    Browse the repository at this point in the history
  19. Update modules/top_accounts/utils_refresh.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    11a6b68 View commit details
    Browse the repository at this point in the history
  20. Update modules/top_accounts/handle_periodic_operations.go

    Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
    huichiaotsou and MonikaCat committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    583bf86 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    099b6a2 View commit details
    Browse the repository at this point in the history