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(x/mint): Mint issuance using epochs #20044

Open
wants to merge 55 commits into
base: main
Choose a base branch
from

Commits on Apr 15, 2024

  1. add proto files

    likhita-809 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dd92fac View commit details
    Browse the repository at this point in the history
  2. add proto generated files

    likhita-809 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    178c867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e95ade View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91882e5 View commit details
    Browse the repository at this point in the history
  5. fix tests

    likhita-809 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8b787df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dbeffd View commit details
    Browse the repository at this point in the history
  7. address comments

    likhita-809 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8130934 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ebd571 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. add test

    likhita-809 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8ed7339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6df72 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix lint

    likhita-809 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2f932b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b7d39 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. remove yaml usage

    likhita-809 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    96ab971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b32f8 View commit details
    Browse the repository at this point in the history
  3. fix tests

    likhita-809 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e8b979e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. address comments

    likhita-809 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1863865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a99f0a View commit details
    Browse the repository at this point in the history
  3. fix tests

    likhita-809 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    679d467 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    402421f View commit details
    Browse the repository at this point in the history
  2. add changelog

    likhita-809 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0931240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa0190 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aad648 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    7e402fb View commit details
    Browse the repository at this point in the history
  2. update proto

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    715abf9 View commit details
    Browse the repository at this point in the history
  3. proto updates

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6e10d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b69ef1 View commit details
    Browse the repository at this point in the history
  5. add readme and migration

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    99717af View commit details
    Browse the repository at this point in the history
  6. fix lint and readme

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6ce9509 View commit details
    Browse the repository at this point in the history
  7. update minter ref url

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3c529d6 View commit details
    Browse the repository at this point in the history
  8. fix migration

    likhita-809 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bf50101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8ef3bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e09822 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9feea3d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    5e1d9aa View commit details
    Browse the repository at this point in the history
  2. fix proto

    likhita-809 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b29298a View commit details
    Browse the repository at this point in the history
  3. more proto updates

    likhita-809 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1a68c9b View commit details
    Browse the repository at this point in the history
  4. fix test

    likhita-809 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7527bb2 View commit details
    Browse the repository at this point in the history
  5. make proto-gen

    likhita-809 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aa59ac1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df1883b View commit details
    Browse the repository at this point in the history
  7. fix e2e tests

    likhita-809 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c6da896 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1ccfb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0641345 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. try fixing test

    likhita-809 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5fda275 View commit details
    Browse the repository at this point in the history
  2. wip

    likhita-809 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fcdfa28 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    963c1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44bdc27 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. wip

    likhita-809 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3a7479b View commit details
    Browse the repository at this point in the history
  2. Revert "wip"

    This reverts commit 3a7479b.
    likhita-809 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a9fbc33 View commit details
    Browse the repository at this point in the history
  3. wip: remove abci logic

    likhita-809 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2d68436 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix tests

    likhita-809 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e1c9be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c97872 View commit details
    Browse the repository at this point in the history
  3. wip: run protogen

    likhita-809 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0efb8b3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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