From edb36f764b260cf41742594a751e2ed7d040124f Mon Sep 17 00:00:00 2001 From: Tristav <124001124+Pricstas@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:32:46 +0100 Subject: [PATCH] Fix typos and update broken links in Documentation (#1385) * typo 1083-bump-serde-json.md Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> * Update link README.md Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> * Update link 1295-move-cosmwasm-impls-to-separate-workspace.md Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> * typos CHANGELOG.md Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> * Update link README.md Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> --------- Signed-off-by: Tristav <124001124+Pricstas@users.noreply.github.com> --- .changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md | 2 +- .../1295-move-cosmwasm-impls-to-separate-workspace.md | 2 +- CHANGELOG.md | 4 ++-- ibc-clients/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md b/.changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md index e3ffff7b42..edd10f26bc 100644 --- a/.changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md +++ b/.changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md @@ -1,3 +1,3 @@ -- [ibc] Upgrade `serde_json` to "1.0.1" to address an stack overflow issue +- [ibc] Upgrade `serde_json` to "1.0.1" to address a stack overflow issue within the `serde-json-wasm` crate ([\#1083](https://github.com/cosmos/ibc-rs/pull/1083)) diff --git a/.changelog/v0.54.0/improvements/1295-move-cosmwasm-impls-to-separate-workspace.md b/.changelog/v0.54.0/improvements/1295-move-cosmwasm-impls-to-separate-workspace.md index ea7738915b..397c9eb1a5 100644 --- a/.changelog/v0.54.0/improvements/1295-move-cosmwasm-impls-to-separate-workspace.md +++ b/.changelog/v0.54.0/improvements/1295-move-cosmwasm-impls-to-separate-workspace.md @@ -1,3 +1,3 @@ - [cosmwasm] Move CosmWasm implementations to a separate workspace under `cosmwasm` directory to simplify dependency management and decouple `ibc-rs` -MSRV from `cosmwasm`. ([\#1295](https://github.com/cosmos/ibc-rs/issue/1295)) +MSRV from `cosmwasm`. ([\#1295](https://github.com/cosmos/ibc-rs/issues/1295)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e31a933e0..bf7ca4549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -200,7 +200,7 @@ instead of defaulting to `UPGRADED_IBC_STATE`. ([\#1283](https://github.com/cosmos/ibc-rs/pull/1283)) - [cosmwasm] Move CosmWasm implementations to a separate workspace under `cosmwasm` directory to simplify dependency management and decouple `ibc-rs` -MSRV from `cosmwasm`. ([\#1295](https://github.com/cosmos/ibc-rs/issue/1295)) +MSRV from `cosmwasm`. ([\#1295](https://github.com/cosmos/ibc-rs/issues/1295)) ## v0.53.0 @@ -379,7 +379,7 @@ There are no consensus-breaking changes. ([\#1063](https://github.com/cosmos/ibc-rs/pull/1063)) - [ibc-client-tendermint] Use header height for Tendermint consensus state storage ([\#1080](https://github.com/cosmos/ibc-rs/issues/1080)) -- [ibc] Upgrade `serde_json` to "1.0.1" to address an stack overflow issue +- [ibc] Upgrade `serde_json` to "1.0.1" to address a stack overflow issue within the `serde-json-wasm` crate ([\#1083](https://github.com/cosmos/ibc-rs/pull/1083)) - [ibc] Resolve potential `base64` dependency resolution issue by bringing it to diff --git a/ibc-clients/README.md b/ibc-clients/README.md index a7602eec3b..56e9c48088 100644 --- a/ibc-clients/README.md +++ b/ibc-clients/README.md @@ -25,7 +25,7 @@ IBC light clients: - [ibc-client-tendermint-types](./ics07-tendermint/types): Data Structures - [ibc-client-tendermint](./ics07-tendermint): Implementation -- [ibc-client-tendermint-cw](https://github.com/informalsystems/cosmwasm-ibc/ibc-clients/ics07-tendermint): CosmWasm +- [ibc-client-tendermint-cw](https://github.com/informalsystems/cosmwasm-ibc/tree/main/ibc-clients/ics07-tendermint): CosmWasm Contract that lives under the [cosmwasm-ibc](https://github.com/informalsystems/cosmwasm-ibc) repository. ### ICS-08: WASM Proxy Light Client