-
Notifications
You must be signed in to change notification settings - Fork 202
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
chore(deps): bump github.com/CosmWasm/wasmd from 0.44.0 to 0.52.0 #1994
base: main
Are you sure you want to change the base?
chore(deps): bump github.com/CosmWasm/wasmd from 0.44.0 to 0.52.0 #1994
Conversation
WalkthroughThe recent updates to the Changes
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 (
|
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 (1)
- go.mod (8 hunks)
Additional comments not posted (8)
go.mod (8)
22-22
: LGTM! Minor update forcosmossdk.io/api
.The update from
v0.7.0
tov0.7.5
is minor and likely includes bug fixes or small improvements.
41-41
: LGTM! Verify changes inclient_golang
metrics handling.The update from
v1.18.0
tov1.19.1
may include performance improvements or new features. Verify any changes in metrics handling.
51-51
: LGTM! Routine update forgenproto/googleapis/api
.The update is routine and unlikely to introduce breaking changes.
237-237
: LGTM! Verify changes inotelgrpc
instrumentation.The update from
v0.46.1
tov0.49.0
may include new features or improvements. Verify any changes in OpenTelemetry instrumentation.
249-249
: LGTM! Routine update forgoogle.golang.org/api
.The update is routine and unlikely to introduce breaking changes.
6-6
: Verify compatibility and impact ofwasmd
update.The update from
v0.44.0
tov0.52.0
may include breaking changes and requires a coordinated chain upgrade. Ensure that all necessary changes are made to accommodate this update.
11-11
: Verify compatibility and impact ofcometbft
update.The update from
v0.37.5
tov0.38.9
may include optimizations or bug fixes. Ensure that the consensus mechanism is not adversely affected.Verification successful
Review and Test
cometbft
Update ThoroughlyThe update to
cometbft
versionv0.38.9
reverts a breaking change to theMempool
interface and includes important bug fixes. While no new breaking changes are introduced compared tov0.37.5
, it is advisable to:
- Review the usage of the
Mempool
interface to ensure compatibility with the reverted API.- Test the RPC endpoints
/tx
and/tx_search
for the fixed nil pointer error.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and impact of `cometbft` update. # Test: Check for any breaking changes or required updates in the codebase. rg --type go 'cometbft'Length of output: 16488
Script:
#!/bin/bash # Description: Retrieve changelog or release notes for cometbft to check for breaking changes between v0.37.5 and v0.38.9. # Fetch the changelog or release notes from the cometbft GitHub repository. curl -s https://api.github.com/repos/cometbft/cometbft/releases | jq -r '.[] | select(.tag_name == "v0.38.9" or .tag_name == "v0.37.5") | .body'Length of output: 364
Script:
#!/bin/bash # Description: Fetch and display changelog content for cometbft versions v0.37.5 and v0.38.9. # Fetch the changelog content for v0.38.9 curl -s https://raw.githubusercontent.com/cometbft/cometbft/v0.38.9/CHANGELOG.md | sed -n '/## v0.38.9/,/## v0.38.8/p' # Fetch the changelog content for v0.37.5 curl -s https://raw.githubusercontent.com/cometbft/cometbft/v0.37.5/CHANGELOG.md | sed -n '/## v0.37.5/,/## v0.37.4/p'Length of output: 2692
16-16
: Verify compatibility and impact ofcosmos-sdk
update.The update from
v0.47.11
tov0.50.7
may affect SDK features. Ensure that all necessary changes are made to accommodate this update.
Bumps [github.com/CosmWasm/wasmd](https://github.com/CosmWasm/wasmd) from 0.44.0 to 0.52.0. - [Release notes](https://github.com/CosmWasm/wasmd/releases) - [Changelog](https://github.com/CosmWasm/wasmd/blob/main/CHANGELOG.md) - [Commits](CosmWasm/wasmd@v0.44.0...v0.52.0) --- updated-dependencies: - dependency-name: github.com/CosmWasm/wasmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
87de790
to
bc2ac48
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 (1)
- go.mod (8 hunks)
Files skipped from review as they are similar to previous changes (1)
- go.mod
Bumps github.com/CosmWasm/wasmd from 0.44.0 to 0.52.0.
Release notes
Sourced from github.com/CosmWasm/wasmd's releases.
Changelog
Sourced from github.com/CosmWasm/wasmd's changelog.
... (truncated)
Commits
1ff8188
Merge pull request #1928 from CosmWasm/co/changelog-0.525adb076
Fix link19129a0
Prepare changelog for 0.52d56ba0b
Merge pull request #1927 from CosmWasm/co/bump-2.14830f07
Update dockerfiledbf42ed
Update wasmvm to full release76c0c06
Validate number of addresses in msg (#1926)745adca
Merge pull request #1925 from CosmWasm/co/2.1-capabilityd793a43
Add cosmwasm_2_1 capability5657a01
Merge pull request #1817 from CosmWasm/ibc-callbacksYou can trigger a rebase of this PR 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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by CodeRabbit