From ab14cf63796ea645be89949e348645d2c40d99bf Mon Sep 17 00:00:00 2001 From: zadkiel88 <106065297+zadkiel88@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:29:22 +0800 Subject: [PATCH 1/3] Fix typos 01-overview.md --- docs/docs/01-ibc/01-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/01-ibc/01-overview.md b/docs/docs/01-ibc/01-overview.md index ccae6fc27be..73c755d18a8 100644 --- a/docs/docs/01-ibc/01-overview.md +++ b/docs/docs/01-ibc/01-overview.md @@ -9,23 +9,23 @@ slug: /ibc/overview # Overview :::note Synopsis -Learn about IBC, its components, and IBC use cases. +Learn about IBC, its components, and its use cases. ::: -## What is the Interblockchain Communication Protocol (IBC)? +## What is the Inter-Blockchain Communication Protocol (IBC)? This document serves as a guide for developers who want to write their own Inter-Blockchain -Communication protocol (IBC) applications for custom use cases. +Communication Protocol (IBC) applications for custom use cases. > IBC applications must be written as self-contained modules. -Due to the modular design of the IBC protocol, IBC +Due to the modular design of the IBC Protocol, IBC application developers do not need to be concerned with the low-level details of clients, connections, and proof verification. This brief explanation of the lower levels of the stack gives application developers a broad understanding of the IBC -protocol. Abstraction layer details for channels and ports are most relevant for application developers and describe how to define custom packets and `IBCModule` callbacks. +Protocol. Abstraction layer details for channels and ports are most relevant for application developers and describe how to define custom packets and `IBCModule` callbacks. The requirements to have your module interact over IBC are: From 3734edb1ca3cac8730823a65b6a76bb26692237f Mon Sep 17 00:00:00 2001 From: zadkiel88 <106065297+zadkiel88@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:35:11 +0800 Subject: [PATCH 2/3] Fix Typos 00-intro.md Fixed typos & tweaked intro language --- docs/docs/00-intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/00-intro.md b/docs/docs/00-intro.md index 1e1c6a89f96..8c781781f7d 100644 --- a/docs/docs/00-intro.md +++ b/docs/docs/00-intro.md @@ -7,10 +7,10 @@ sidebar_position: 0 Welcome to the documentation for IBC-Go, the Golang implementation of the Inter-Blockchain Communication Protocol! Looking for information on ibc-rs? [Click here to go to the ibc-rs github repo](https://github.com/cosmos/ibc-rs). -The Inter-Blockchain Communication protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology. +The Inter-Blockchain Communication Protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology. -IBC is a protocol that allows blockchains to talk to each other. Chains that speak IBC can share arbitrary data, enabling the industry’s most feature-rich cross-chain interactions. IBC is secure and permissionless. +IBC is a protocol that allows blockchains to talk to each other. Chains that speak IBC can share any type of data as long as it's encoded in bytes, enabling the industry’s most feature-rich cross-chain interactions. IBC is secure and permissionless. The protocol realizes this interoperability by specifying a set of data structures, abstractions, and semantics that can be implemented by any distributed ledger that satisfies a small set of requirements. -IBC can be used to build a wide range of cross-chain applications that include token transfers, atomic swaps, multi-chain smart contracts (with or without mutually comprehensible VMs), and data and code sharding of various kinds. +IBC can be used to build a wide range of cross-chain applications that include token transfers, atomic swaps, multi-chain smart contracts (with or without mutually comprehensible VMs), cross-chain account control, and data and code sharding of various kinds. From c496f58adf3ea6abca70c25059b5a4551fc0d02f Mon Sep 17 00:00:00 2001 From: srdtrk Date: Fri, 3 Nov 2023 10:49:56 +0300 Subject: [PATCH 3/3] style: raname sidebar Tutorials to Developer Portal --- docs/sidebars.js | 2 +- docs/versioned_sidebars/version-v4.4.x-sidebars.json | 2 +- docs/versioned_sidebars/version-v5.3.x-sidebars.json | 2 +- docs/versioned_sidebars/version-v6.2.x-sidebars.json | 2 +- docs/versioned_sidebars/version-v7.3.x-sidebars.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 7d1ce520638..42ad5ea679c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { }, { type: "link", - label: "Tutorials", + label: "Developer Portal", href: "https://tutorials.cosmos.network", }, { diff --git a/docs/versioned_sidebars/version-v4.4.x-sidebars.json b/docs/versioned_sidebars/version-v4.4.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v4.4.x-sidebars.json +++ b/docs/versioned_sidebars/version-v4.4.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v5.3.x-sidebars.json b/docs/versioned_sidebars/version-v5.3.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v5.3.x-sidebars.json +++ b/docs/versioned_sidebars/version-v5.3.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v6.2.x-sidebars.json b/docs/versioned_sidebars/version-v6.2.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v6.2.x-sidebars.json +++ b/docs/versioned_sidebars/version-v6.2.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v7.3.x-sidebars.json b/docs/versioned_sidebars/version-v7.3.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v7.3.x-sidebars.json +++ b/docs/versioned_sidebars/version-v7.3.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, {