Skip to content

feat(staking): migrate x/params away from x/staking#12409

Merged
mergify[bot] merged 71 commits intomainfrom
JeancarloBarrios/migrate-staking-away-from-params
Jul 21, 2022
Merged

feat(staking): migrate x/params away from x/staking#12409
mergify[bot] merged 71 commits intomainfrom
JeancarloBarrios/migrate-staking-away-from-params

Conversation

@JeancarloBarrios
Copy link
Copy Markdown
Contributor

Description

Deprecate the usage of the now legacy x/params module within x/staking.

Closes: #12285


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@github-actions github-actions bot added the C:orm label Jul 9, 2022
@JeancarloBarrios JeancarloBarrios force-pushed the JeancarloBarrios/migrate-staking-away-from-params branch from a31bfc3 to c9493a9 Compare July 9, 2022 15:38
@github-actions github-actions bot removed the C:orm label Jul 9, 2022
@github-actions github-actions bot removed the C:Store label Jul 13, 2022
Copy link
Copy Markdown
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

Still some comments unaddressed @JeancarloBarrios :)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
JeancarloBarrios and others added 7 commits July 20, 2022 11:28
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
in.Key,
in.AccountKeeper,
in.BankKeeper,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We've changed it to have it non hard-coded anymore: c.f. #12660

@mergify mergify bot merged commit fc2897d into main Jul 21, 2022
@mergify mergify bot deleted the JeancarloBarrios/migrate-staking-away-from-params branch July 21, 2022 14:50
@kocubinski kocubinski mentioned this pull request Aug 8, 2022
19 tasks
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
## Description
Deprecate the usage of the now legacy x/params module within x/staking.

Closes: cosmos#12285



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

migrate staking away from param module

6 participants