Skip to content

Commit

Permalink
Fix typos and update broken links in Documentation (#1385)
Browse files Browse the repository at this point in the history
* typo 1083-bump-serde-json.md

Signed-off-by: Tristav <[email protected]>

* Update link README.md

Signed-off-by: Tristav <[email protected]>

* Update link 1295-move-cosmwasm-impls-to-separate-workspace.md

Signed-off-by: Tristav <[email protected]>

* typos CHANGELOG.md

Signed-off-by: Tristav <[email protected]>

* Update link README.md

Signed-off-by: Tristav <[email protected]>

---------

Signed-off-by: Tristav <[email protected]>
  • Loading branch information
Pricstas authored Jan 7, 2025
1 parent c8d65b5 commit edb36f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changelog/v0.51.0/bug-fixes/1083-bump-serde-json.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ibc-clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edb36f7

Please sign in to comment.