-
Notifications
You must be signed in to change notification settings - Fork 363
chore(deps): bump cosmos-sdk
to v0.50.2
and bump polaris-geth
to v1.13.5
#1354
Conversation
WalkthroughThe changes involve an update to the Changes
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 X ? TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (17)
- build/tools/go.mod
- build/tools/go.sum
- contracts/go.mod
- contracts/go.sum
- cosmos/go.mod
- cosmos/go.sum
- e2e/localnet/go.mod
- e2e/localnet/go.sum
- e2e/precompile/go.mod
- e2e/precompile/go.sum
- e2e/testapp/go.mod
- e2e/testapp/go.sum
- eth/go.mod
- eth/go.sum
- go.work.sum
- lib/go.mod
- lib/go.sum
Files selected for processing (1)
- cosmos/runtime/txpool/mempool.go (2 hunks)
Additional comments: 2
cosmos/runtime/txpool/mempool.go (2)
37-38: The import change from
legacypool
toethtxpool
aligns with the PR's objective to update dependencies.111-111: The update to the error check in the
Insert
function to useethtxpool.ErrAlreadyKnown
is consistent with the updated import and the PR's objectives.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1354 +/- ##
=======================================
Coverage 48.63% 48.63%
=======================================
Files 84 84
Lines 4914 4914
=======================================
Hits 2390 2390
Misses 2347 2347
Partials 177 177
|
…o `v1.13.5` (backport #1354) (#1355) This is an automatic backport of pull request #1354 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). 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](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details> Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Summary by CodeRabbit
Refactor
Chores