Closed mergify[bot] closed 3 days ago
Cherry-pick of 9d6d1067bc1d2e6b4a9a34a25a9eadad931fda50 has failed:
On branch mergify/bp/release/v0.52.x/pr-22613
Your branch is up to date with 'origin/release/v0.52.x'.
You are currently cherry-picking commit 9d6d1067b.
(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: client/v2/go.mod
modified: client/v2/go.sum
modified: crypto/codec/amino.go
modified: crypto/codec/pubkey.go
deleted: crypto/keys/bls12_381/const.go
modified: crypto/keys/bls12_381/key.go
modified: crypto/keys/bls12_381/key_cgo.go
modified: crypto/keys/jsonkey.go
modified: crypto/keys/multisig/codec.go
modified: go.mod
modified: go.sum
modified: scripts/build/build.mk
modified: server/v2/cometbft/go.mod
modified: server/v2/cometbft/go.sum
modified: simapp/go.mod
modified: simapp/go.sum
modified: simapp/v2/go.mod
modified: simapp/v2/go.sum
modified: tests/go.mod
modified: tests/go.sum
modified: x/accounts/defaults/base/go.mod
modified: x/accounts/defaults/base/go.sum
modified: x/accounts/defaults/lockup/go.mod
modified: x/accounts/defaults/lockup/go.sum
modified: x/accounts/defaults/multisig/go.mod
modified: x/accounts/defaults/multisig/go.sum
modified: x/accounts/go.mod
modified: x/accounts/go.sum
modified: x/authz/go.sum
modified: x/bank/go.sum
modified: x/circuit/go.mod
modified: x/circuit/go.sum
modified: x/consensus/go.mod
modified: x/consensus/go.sum
modified: x/distribution/go.mod
modified: x/distribution/go.sum
modified: x/epochs/go.mod
modified: x/epochs/go.sum
modified: x/evidence/go.mod
modified: x/evidence/go.sum
modified: x/feegrant/go.mod
modified: x/feegrant/go.sum
modified: x/gov/go.mod
modified: x/gov/go.sum
modified: x/group/go.mod
modified: x/group/go.sum
modified: x/mint/go.sum
modified: x/nft/go.mod
modified: x/nft/go.sum
modified: x/params/go.mod
modified: x/params/go.sum
modified: x/protocolpool/go.mod
modified: x/protocolpool/go.sum
modified: x/slashing/go.mod
modified: x/slashing/go.sum
modified: x/staking/go.sum
modified: x/upgrade/go.mod
modified: x/upgrade/go.sum
Unmerged paths:
(use "git add/rm <file>..." as appropriate to mark resolution)
deleted by us: tests/integration/type_check.go
both modified: x/authz/go.mod
both modified: x/bank/go.mod
both modified: x/mint/go.mod
both modified: x/staking/go.mod
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
@mergify[bot] your pull request is missing a changelog!
Description
This pr uses comet as a dependency for bls in order to make sure to match crypto design. We were using the cosmos/crypto pakg but the design became different between the two repos
closes https://github.com/cosmos/cosmos-sdk/issues/22549 & https://github.com/cosmos/cosmos-sdk/issues/22548
this can be a short term fix but it blocking meter.io currently
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, you can find examples of the prefixes below:
[ ] confirmed
!
in 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
[ ] reviewed "Files changed" and left comments if necessary
[ ] included the necessary unit and integration tests
[ ] added a changelog entry to
CHANGELOG.md
[ ] updated the relevant documentation or specification, including comments for documenting Go code
[ ] 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.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...
Summary by CodeRabbit
New Features
Bug Fixes
github.com/cosmos/crypto v0.1.2
, to streamline the codebase and avoid potential vulnerabilities.Documentation
Chores
This is an automatic backport of pull request #22613 done by Mergify.