docs: sync main with 0.52 branch (#23415)

This commit is contained in:
Julien Robert
2025-01-17 10:16:22 +00:00
committed by GitHub
parent ef285497fd
commit b5dada36d4
5 changed files with 36 additions and 12 deletions
+2
View File
@@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v0.2.0-rc.2](https://github.com/cosmos/cosmos-sdk/releases/tag/tools/confix/v0.2.0-rc.2) - 2025-01-16
* [#23238](https://github.com/cosmos/cosmos-sdk/pull/23238) Loosen `app.toml` validation for consistency between baseapp chains and v2 chains.
## [v0.2.0-rc.1](https://github.com/cosmos/cosmos-sdk/releases/tag/tools/confix/v0.2.0-rc.1) - 2024-12-18
+3
View File
@@ -169,6 +169,9 @@ max-recv-msg-size = "10485760"
# The default value is math.MaxInt32.
max-send-msg-size = "2147483647"
# SkipCheckHeader defines if the gRPC server should bypass check header.
skip-check-header = false
###############################################################################
### State Sync Configuration ###
###############################################################################