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

chore: Bump gov and group to v1 #11334

Merged
merged 10 commits into from
Mar 11, 2022
Merged

chore: Bump gov and group to v1 #11334

merged 10 commits into from
Mar 11, 2022

Conversation

amaury1093
Copy link
Contributor

Description

Closes: #11331


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)

@blushi blushi self-assigned this Mar 9, 2022
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #11334 (d262105) into master (5c44e5d) will decrease coverage by 0.16%.
The diff coverage is 68.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #11334      +/-   ##
==========================================
- Coverage   66.04%   65.87%   -0.17%     
==========================================
  Files         666      672       +6     
  Lines       69238    69708     +470     
==========================================
+ Hits        45730    45923     +193     
- Misses      20827    21086     +259     
- Partials     2681     2699      +18     
Impacted Files Coverage Δ
crypto/keys/secp256k1/internal/secp256k1/curve.go 17.03% <0.00%> (ø)
...ypto/keys/secp256k1/internal/secp256k1/panic_cb.go 0.00% <ø> (ø)
...rypto/keys/secp256k1/internal/secp256k1/secp256.go 41.75% <ø> (ø)
crypto/keys/secp256k1/secp256k1_nocgo.go 83.33% <ø> (ø)
x/auth/client/cli/tx_sign.go 0.00% <0.00%> (ø)
x/gov/client/cli/query.go 0.00% <0.00%> (ø)
x/gov/client/cli/tx.go 14.17% <0.00%> (ø)
x/gov/types/v1/content.go 25.00% <ø> (ø)
x/gov/types/v1/deposit.go 0.00% <ø> (ø)
x/gov/types/v1/genesis.go 47.50% <ø> (ø)
... and 42 more

Copy link
Contributor

@blushi blushi left a comment

Choose a reason for hiding this comment

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

Looks good, just one comment regarding gov v1 imports

x/gov/client/testutil/deposits.go Show resolved Hide resolved
@amaury1093
Copy link
Contributor Author

Let's wait for #11310, and I'll do some conflict fixing on this PR

@amaury1093 amaury1093 added the A:automerge Automatically merge PR once all prerequisites pass. label Mar 11, 2022
@mergify mergify bot merged commit 1715693 into master Mar 11, 2022
@mergify mergify bot deleted the am/11331-v1 branch March 11, 2022 15:58
@blushi
Copy link
Contributor

blushi commented Mar 11, 2022

@AmauryM just wondering if we should have added something to the changelog?

larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
## Description

Closes: cosmos#11331



---

### 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/master/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/master/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/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
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Bump group to v1 (and maybe gov too)
4 participants