Skip to content

Commit da064e1

Browse files
authored
Remove IBC from the SDK (#8735)
1 parent c66f1f7 commit da064e1

File tree

385 files changed

+36
-106306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+36
-106306
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ For more, please go to the [Cosmos SDK Docs](./docs/).
6363

6464
The Cosmos Hub application, `gaia`, has moved to its [own repository](https://github.com/cosmos/gaia). Go there to join the Cosmos Hub mainnet and more.
6565

66+
## Interblockchain Communication (IBC)
67+
68+
The IBC module for the SDK has moved to its [own repository](https://github.com/cosmos/ibc-go). Go there to build and integrate with the IBC module.
69+
6670
## Starport
6771

6872
If you are starting a new app or a new module you can use [Starport](https://github.com/tendermint/starport) to help you get started and speed up development. If you have any questions or find a bug, feel free to open an issue in the repo.

docs/core/proto-docs.md

+18-3,282
Large diffs are not rendered by default.

docs/ibc/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ This repository contains reference documentation for the IBC protocol integratio
1414
4. [Relayer](./relayer.md)
1515
5. [Governance Proposals](./proposals.md)
1616

17+
**NOTE**: The IBC module has been moved to its [own repository](https://github.com/cosmos/ibc-go).
18+
1719
After reading about IBC, head on to the [Building Modules
1820
documentation](../building-modules/README.md) to learn more about the process of building modules.

proto/ibc/applications/transfer/v1/genesis.proto

-18
This file was deleted.

proto/ibc/applications/transfer/v1/query.proto

-66
This file was deleted.

proto/ibc/applications/transfer/v1/transfer.proto

-43
This file was deleted.

proto/ibc/applications/transfer/v1/tx.proto

-43
This file was deleted.

proto/ibc/core/channel/v1/channel.proto

-147
This file was deleted.

proto/ibc/core/channel/v1/genesis.proto

-31
This file was deleted.

0 commit comments

Comments
 (0)