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: add simulation tests for new param change (backport #14728) #14826

Merged
merged 5 commits into from
Jan 27, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 27, 2023

This is an automatic backport of pull request #14728 done by Mergify.
Cherry-pick of d3c3194 has failed:

On branch mergify/bp/release/v0.47.x/pr-14728
Your branch is up to date with 'origin/release/v0.47.x'.

You are currently cherry-picking commit d3c319418.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   UPGRADING.md
	modified:   testutil/sims/simulation_helpers.go
	modified:   types/simulation/types.go
	modified:   x/auth/module.go
	deleted:    x/auth/simulation/params_test.go
	new file:   x/auth/simulation/proposals.go
	new file:   x/auth/simulation/proposals_test.go
	modified:   x/authz/module/module.go
	modified:   x/authz/msgs.go
	modified:   x/authz/simulation/operations.go
	modified:   x/bank/module.go
	modified:   x/bank/simulation/operations.go
	deleted:    x/bank/simulation/params_test.go
	new file:   x/bank/simulation/proposals.go
	new file:   x/bank/simulation/proposals_test.go
	modified:   x/capability/module.go
	modified:   x/distribution/module.go
	modified:   x/distribution/simulation/operations.go
	deleted:    x/distribution/simulation/params_test.go
	new file:   x/distribution/simulation/proposals.go
	new file:   x/distribution/simulation/proposals_test.go
	modified:   x/evidence/module.go
	modified:   x/feegrant/module/module.go
	modified:   x/gov/module.go
	deleted:    x/gov/simulation/params_test.go
	modified:   x/gov/simulation/proposals.go
	modified:   x/gov/simulation/proposals_test.go
	modified:   x/group/module/module.go
	modified:   x/mint/module.go
	deleted:    x/mint/simulation/params_test.go
	new file:   x/mint/simulation/proposals.go
	new file:   x/mint/simulation/proposals_test.go
	modified:   x/nft/simulation/operations.go
	modified:   x/params/module.go
	modified:   x/params/simulation/operations.go
	modified:   x/params/simulation/operations_test.go
	modified:   x/params/simulation/proposals.go
	modified:   x/params/simulation/proposals_test.go
	modified:   x/simulation/params.go
	modified:   x/simulation/params_test.go
	modified:   x/slashing/module.go
	modified:   x/slashing/simulation/operations.go
	deleted:    x/slashing/simulation/params_test.go
	new file:   x/slashing/simulation/proposals.go
	new file:   x/slashing/simulation/proposals_test.go
	modified:   x/staking/module.go
	deleted:    x/staking/simulation/params_test.go
	new file:   x/staking/simulation/proposals.go
	new file:   x/staking/simulation/proposals_test.go
	modified:   x/staking/types/params.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   CHANGELOG.md
	both modified:   types/module/simulation.go
	deleted by them: x/auth/simulation/params.go
	deleted by them: x/bank/simulation/params.go
	deleted by them: x/distribution/simulation/params.go
	both modified:   x/gov/simulation/operations.go
	both modified:   x/gov/simulation/operations_test.go
	deleted by them: x/gov/simulation/params.go
	deleted by them: x/mint/simulation/params.go
	deleted by them: x/slashing/simulation/params.go
	deleted by them: x/staking/simulation/params.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


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

(cherry picked from commit d3c3194)

# Conflicts:
#	CHANGELOG.md
#	types/module/simulation.go
#	x/auth/simulation/params.go
#	x/bank/simulation/params.go
#	x/distribution/simulation/params.go
#	x/gov/simulation/operations.go
#	x/gov/simulation/operations_test.go
#	x/gov/simulation/params.go
#	x/mint/simulation/params.go
#	x/slashing/simulation/params.go
#	x/staking/simulation/params.go
@julienrbrt julienrbrt removed their assignment Jan 27, 2023
@julienrbrt julienrbrt enabled auto-merge (squash) January 27, 2023 21:28
@julienrbrt julienrbrt merged commit a9c18cd into release/v0.47.x Jan 27, 2023
@julienrbrt julienrbrt deleted the mergify/bp/release/v0.47.x/pr-14728 branch January 27, 2023 21:52
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.

2 participants