Closed Taztingo closed 4 months ago
[!WARNING]
Rate limit exceeded
@SpicyLemon has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 5 minutes and 22 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 7a7e2d6d97c236a50e22c7195ed581010ef84213 and 228aa94010ba57da94b620b1bfdffa6b71f7e6ac.
The updates involve bumping key dependencies such as wasmd
to version v0.52.0
and wasmvm
to v2.1.0
, enhancing the application by adding support for the new cosmwasm_2_1
capability. Additional changes include modifying protocol buffers to include new message types and options for safer querying. Dependency updates in the go.mod
file ensure compatibility with the latest versions and introduce new indirect dependencies.
Files | Change Summary |
---|---|
CHANGELOG.md |
Updated to reflect the new versions of wasmd and wasmvm . |
app/app.go |
Added "cosmwasm_2_1" to the supportedFeatures slice in the New function. |
go.mod |
Updated dependencies: wasmd to v0.52.0 , wasmvm/v2 to v2.1.0 , iavl to v1.2.0 , client_golang to v1.19.1 . Added msgpack/v2 . |
third_party/proto/cosmwasm/wasm/v1/ibc.proto |
Added a new message type MsgIBCWriteAcknowledgementResponse . |
third_party/proto/cosmwasm/wasm/v1/query.proto |
Added import for cosmos/query/v1/query.proto and included module_query_safe option for various RPC methods. |
wasmd
to version 0.51.0
to support CosmWasm 2.0. The recent changes bumped wasmd
beyond this to v0.52.0
, which includes support for later versions of CosmWasm.In code we trust, with lines so bright,
Dependencies update, taking flight.
CosmWasm shines, version two-point-one,
New capabilities, the work is done.
With protobufs safe, we query and store,
Our app grows stronger, forevermore.
🌟🦋🚀
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?
Description
Updates our wasmd and wasmvm dependencies.
Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passesSummary by CodeRabbit
New Features
"cosmwasm_2_1"
in the application, enhancing contract capabilities.MsgIBCWriteAcknowledgementResponse
for improved inter-blockchain communication.Dependency Updates
wasmd
to versionv0.52.0
.wasmvm
to versionv2.1.0
.Documentation
CHANGELOG.md
to reflect the latest version changes.Query Safety
Query
service.