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!: remove Minter from x/mint genesis state (backport #2217) #2266

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 14, 2023

This is an automatic backport of pull request #2217 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Closes #2067

Before this PR, genesis.json looked like:

```json
    "mint": {
      "minter": {
        "inflation_rate": "0.080000000000000000",
        "annual_provisions": "0.000000000000000000",
        "previous_block_time": null,
        "bond_denom": "utia"
      }
    },
```

After this PR, genesis.json should be:

```json
    "mint": {
      "bond_denom": "utia"
    },
```

(cherry picked from commit 92be1fc)
@MSevey MSevey requested a review from a team August 14, 2023 18:09
@rootulp rootulp self-assigned this Aug 14, 2023
@rootulp rootulp added the x/mint label Aug 14, 2023
@rootulp rootulp added this to the Mainnet milestone Aug 14, 2023
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI passes

@rootulp
Copy link
Collaborator

rootulp commented Aug 14, 2023

CI passed with the exception of automate-labels which is tracked in #2262

@rootulp rootulp merged commit d305b80 into v1.x Aug 14, 2023
21 of 22 checks passed
@rootulp rootulp deleted the mergify/bp/v1.x/pr-2217 branch August 14, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants