Closed bdeneux closed 4 months ago
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
Files ignored due to path filters (4)
* `docs/command/axoned_keys_add.md` is excluded by `!docs/command/**/*.md` * `docs/command/axoned_query_gov_proposals.md` is excluded by `!docs/command/**/*.md` * `docs/command/axoned_query_wait-tx.md` is excluded by `!docs/command/**/*.md` * `docs/command/axoned_tx_multi-sign.md` is excluded by `!docs/command/**/*.md`You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This update focuses on upgrading dependencies in the go.mod
file, primarily enhancing functionality and performance. Key updates include moving cometbft
, cosmos-sdk
, and gogoproto
to newer versions, along with adding new libraries golang.org/x/exp
and github.com/hashicorp/golang-lru/v2
. These improvements aim to leverage the latest features and bug fixes offered by these packages, ensuring better stability and efficiency.
File | Change Summary |
---|---|
go.mod |
Updated dependencies: cometbft from v0.38.7 to v0.38.9 , cosmos-sdk from v0.50.6 to v0.50.8 , gogoproto from v1.4.12 to v1.5.0 . Added golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 and github.com/hashicorp/golang-lru/v2 v2.0.7 . |
In the realm of Go, dependencies grow, Updated versions, in a steady flow. Cometbft and Cosmos rise, With Gogoproto reaching for the skies. New libraries join the quest, For code that's sharp and at its best. 🐇✨
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?
All modified and coverable lines are covered by tests :white_check_mark:
@@ Coverage Diff @@
## main #698 +/- ##
=======================================
Coverage 54.35% 54.35%
=======================================
Files 74 74
Lines 2896 2896
=======================================
Hits 1574 1574
Misses 1226 1226
Partials 96 96
Nothing more to say... 😶
Summary by CodeRabbit