Closed dependabot[bot] closed 2 months ago
[!WARNING]
Rate limit exceeded
@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 19 minutes and 49 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 8b9f434719f04cf02b3bcfc15bd4f6cdcaf2be93 and 3daddd933ef4d1c68f3b10944e58ae990e65f59d.
The change involves an update to the cosmossdk.io/x/tx
module in the go.mod
file, where the version is incremented from v0.13.3
to v0.13.4
. This minor version update suggests the introduction of backward-compatible improvements or bug fixes, helping to enhance the stability and functionality of the module without altering existing code logic or flow.
File | Change Summary |
---|---|
go.mod | Updated cosmossdk.io/x/tx from v0.13.3 to v0.13.4 |
🐇 In the meadow where the bunnies play,
A version change brightens the day!
Withv0.13.4
, we hop with glee,
Bug fixes and tweaks, oh joy, you see!
A leap for the code, a bound for the fun,
Let's celebrate, for this change has begun! 🌼✨
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?
Bumps cosmossdk.io/x/tx from 0.13.3 to 0.13.4.
Commits
a565daa
chore: bring in v0.13.x x/tx in release/v0.50.x (#21158)31ef899
docs: Fix cli usage examples (backport #21150) (#21154)ffd5696
fix(simapp): concurrent map writes when calling GetSigners (backport #21073) ...91d412c
feat: check latest block if no arg inq block
andq block-results
(backpo...e135030
fix(runtime): removeappv1alpha1.Config
from runtime (backport #21042) (#21...0702719
feat: use depinject v1.0.0 (#21000)564cc4d
fix(crypto): revert #20438 (#21019)eb71828
fix: NewIntegrationApp does not write default genesis to state (backport #210...7d0d59d
fix(client/grpc):node.NewQueryServer
method not settingcfg
(backport #2...451683b
fix(client/v2): use (PREFIX)_HOME instead of NODE_HOME (backport #20964) (#20...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
Summary by CodeRabbit
cosmossdk.io/x/tx
module to v0.13.4, which includes backward-compatible bug fixes or improvements.