Skip to content

Commit 88d7fa2

Browse files
committed
chore: typo
1 parent 4fa751d commit 88d7fa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/legacycodec/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
In this folder are hosted older proto generated files from ibc-go v8. We need those since we have published governance proposals in the past that used message types
22
from this very proto files. Those message types are not available in ibc-go v10 and our cosmos-sdk/x/gov module is not happy when you ask it to query past proposals.
3-
We will host those cropped down proto files and customly register the message types that we require just for querying proposals. Once there is a more reliable solution directly implemented in the cosmos-sdk/x/gov module (to support querying proposals of past message types that are no longer available), we can use that and delete those legacy codec files
3+
We will host those cropped down proto files and register the custom(old) message types that we require just for querying proposals. Once there is a more reliable solution directly implemented in the cosmos-sdk/x/gov module (to support querying proposals of past message types that are no longer available), we can use that and delete those legacy codec files

doc/adr/20250509-upgrade-cosmos-sdk-53-ibc-go-v10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Date: 2025-05-09
66
- Tags: cosmos-sdk, ibc-go, upgrading
77

8-
Technical Story
9-
Upgrade to:
8+
Technical Story - upgrade to:
9+
1010
cosmos-sdk v0.53 - introducing unordered transactions, performance improvements, and additional modules (not currently in use). [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.0/UPGRADING.md)
1111

1212
ibc-go v10 – enables v2 transfers, deprecates the 29-fee middleware, improves interchain fee abstraction, and includes a series of quality-of-life updates.

0 commit comments

Comments
 (0)