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

fix(mint): fix pruning panic, add developer and community funding #161

Merged
merged 10 commits into from
Jun 30, 2022

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    60bd8d9 View commit details
    Browse the repository at this point in the history
  2. feat(mint): add burning caps

    gsora committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    253fa8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f756cc View commit details
    Browse the repository at this point in the history
  4. chore(mint): don't fix the wrong stake tokens issue

    This migration will just replace the mint denom
    gsora committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3fd20f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9206497 View commit details
    Browse the repository at this point in the history
  6. chore(mint): fix tests

    gsora committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bdc0a9e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore(mint): revert back to generic "stake" denom

    We configure "utsp" via manual genesis.json editing. The migration
    still writes "utsp" because it's fixing our bad behavior
    (we should've edited the genesis).
    gsora committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ca4ccff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeb482d View commit details
    Browse the repository at this point in the history
  3. feat(mint): distribute developer and community funds (#167)

    * fix: disable CGO for node builds
    
    * feat(devnet): adding script to spin up local devnet (#160)
    
    * feat(mint): distribute developer and community funds
    
    This commit enables distribution of 2*10% off the newly-minted tokens
    to the x/distribution community pool, and the developer funding pool.
    The developer funding pool is represented as a standard Cosmos address,
    which should be determined at genesis time.
    
    Co-authored-by: Andrea Giacobino <no.andrea@gmail.com>
    Co-authored-by: PaddyMc <paddymchale@hotmail.com>
    3 people committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8d75713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6394f44 View commit details
    Browse the repository at this point in the history