-
Notifications
You must be signed in to change notification settings - Fork 41
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
Bump cosmossdk.io/core from 0.11.0 to 0.11.1 #2107
Bump cosmossdk.io/core from 0.11.0 to 0.11.1 #2107
Conversation
WalkthroughThe recent updates enhance the project's stability and functionality by upgrading several key dependencies. Notably, the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Application
participant Dependencies
User->>Application: Request functionality
Application->>Dependencies: Call updated libraries
Dependencies-->>Application: Return results
Application-->>User: Provide response
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
https://github.com/dependabot recreate |
Bumps [cosmossdk.io/core](https://github.com/cosmos/cosmos-sdk) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@v0.11.0...core/v0.11.1) --- updated-dependencies: - dependency-name: cosmossdk.io/core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1afe791
to
82c8d2a
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (2)
- .changelog/unreleased/dependencies/2107-cosmossdk-io-core-0-11-1.md (1 hunks)
- go.mod (3 hunks)
Additional comments not posted (8)
.changelog/unreleased/dependencies/2107-cosmossdk-io-core-0-11-1.md (1)
1-7
: Changelog entries are consistent with dependency updates.The changelog entries correctly reflect the updates made to the dependencies in the
go.mod
file. This ensures transparency and traceability of changes.go.mod (7)
9-9
: Dependencycosmossdk.io/core
updated correctly.The version bump from
v0.11.0
tov0.11.1
is consistent with the changelog and reflects a minor update.
56-56
: Dependencycosmossdk.io/depinject
updated correctly.The transition from
v1.0.0-alpha.4
tov1.0.0
indicates a move from an alpha to a stable release, which is consistent with the changelog.
190-190
: Dependencygolang.org/x/crypto
updated correctly.The version bump from
v0.23.0
tov0.25.0
is consistent with the changelog and likely includes improvements or security patches.
191-191
: Dependencygolang.org/x/net
updated correctly.The version bump from
v0.25.0
tov0.27.0
is consistent with the changelog and reflects routine updates.
194-194
: Dependencygolang.org/x/sys
updated correctly.The version bump from
v0.20.0
tov0.22.0
is consistent with the changelog and reflects routine updates.
195-195
: Dependencygolang.org/x/term
updated correctly.The version bump from
v0.20.0
tov0.22.0
is consistent with the changelog and reflects routine updates.
199-199
: Dependencygoogle.golang.org/genproto/googleapis/rpc
updated correctly.The update to the specific commit reference is consistent with the changelog and reflects a change in the commit hash.
Bumps cosmossdk.io/core from 0.11.0 to 0.11.1.
Commits
fb591a1
use tagged versiond9761f4
depinject84b28a8
refactor(core): update depinject in core v0.11 (v0.50)5eaa7b8
fix: genesis on migrations (#17679)91fad07
feat(x/tx): add indent option to encoder (#17600)152ec92
chore: remove unecessary method (#17680)d053fc0
refactor: orm/encoding/encodeutil: remove impossible len overflow check (#17643)1938950
feat(collections): add Vec type (#17656)cc7b117
fix: nil pointer ref priority nonce mempool iterator (#17668)ba45b0f
feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown (#17667)Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
cosmossdk.io/depinject
to a stable release.cosmossdk.io/core
and variousgolang.org/x
packages, likely addressing issues and improving performance.