Conversation
Greptile SummaryThis PR bumps several core dependencies across all four Go modules in the repository ( Key changes:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[cosmos/evm\ngo.mod\ngo 1.25.8] --> B[cosmossdk.io/store\nrc.2.20260311]
A --> C[cosmos-sdk\n0.54.0-rc.1.20260311]
A --> D[cometbft\nv0.39.0-beta.3]
A --> E[ibc-go/v10\nbeta.20260311]
A --> F[otel\nv1.42.0]
A --> G[grpc\nv1.79.2]
H[evmd/go.mod] --> B
H --> C
H --> D
H --> E
H --> F
H --> G
I[tests/speedtest/go.mod] --> B
I --> C
I --> D
I --> E
J[tests/systemtests/go.mod] --> B
J --> C
J --> D
J --> E
J --> K[replace: ibc-go/v10\nbeta.20260311\n✅ TODO resolved]
Last reviewed commit: bd8660b |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bd8660b687
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| github.com/btcsuite/btcd v0.24.2 | ||
| github.com/btcsuite/btcd/btcutil v1.1.6 | ||
| github.com/cometbft/cometbft v0.39.0-beta.2.0.20260305191742-d939d1e7c932 | ||
| github.com/cometbft/cometbft v0.39.0-beta.3 |
There was a problem hiding this comment.
Align CometBFT replace with bumped requirement
go.mod now requires github.com/cometbft/cometbft v0.39.0-beta.3, but the same file still has replace github.com/cometbft/cometbft => ... v0.39.0-beta.2..., so the root module will continue compiling against the older beta.2 commit and not the newly required beta.3. This makes the dependency bump ineffective in this module and can cause root builds/tests to diverge from the updated submodules that now resolve beta.3.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
Description
Closes: #XXXX
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...
mainbranch