Closed teddyding closed 3 weeks ago
@Mergifyio backport release/protocol/v6.x
backport release/protocol/v6.x
@Mergifyio backport release/protocol/v7.x
backport release/protocol/v7.x
[!CAUTION]
Review failed
The pull request is closed.
The go.mod
file for the github.com/dydxprotocol/v4-chain/protocol
module has been updated to reflect changes in dependency versions and replacements. Key updates include a new version for github.com/cosmos/cosmos-sdk
and several replace
directives that point to specific versions of dependencies, including customized forks. The modifications ensure compatibility with the latest features and fixes while maintaining the overall structure of the dependency declarations.
File | Change Summary |
---|---|
protocol/go.mod | - Updated github.com/cosmos/cosmos-sdk from v0.50.6-0.20240808180557-4b1c1dc17703 to v0.50.6-0.20241022180223-cc8c850952c5 - Replaced dependencies: cosmossdk.io/client/v2 → github.com/cosmos/cosmos-sdk/client/v2 v2.0.0-beta.1.0.20240219091002-18ea4c520045 cosmossdk.io/core → cosmossdk.io/core v0.11.0 cosmossdk.io/store → github.com/dydxprotocol/cosmos-sdk/store v1.0.3-0.20240326192503-dd116391188d github.com/cometbft/cometbft → github.com/dydxprotocol/cometbft v0.38.6-0.20241001172045-cfee87f3abbf github.com/cosmos/iavl → github.com/dydxprotocol/iavl v1.1.1-0.20240509161911-1c8b8e787 |
github.com/dydxprotocol/cosmos-sdk
dependency, which is directly related to the version update in the main PR.github.com/dydxprotocol/cosmos-sdk
dependency to a newer version, aligning with the changes made in the main PR.backport/protocol/v6.x
🐇 In the meadow, I hop with glee,
Dependencies updated, oh what a spree!
With forks and versions, we dance and play,
Ensuring our protocol shines every day.
Hopping along, we’re ready to deploy,
A brighter future, oh what joy! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Changelist
Bump SDK to adopt this change. Non-breaking change for OE, completely no-op for nodes not enabling OE.
Test Plan
Stably running on prod FNS full node
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.Summary by CodeRabbit