Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IBC from the SDK #8735

Merged
merged 12 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ For more, please go to the [Cosmos SDK Docs](./docs/).

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.

## Interblockchain Communication (IBC)

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.

## Starport

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.
Expand Down
3,300 changes: 18 additions & 3,282 deletions docs/core/proto-docs.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/ibc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ This repository contains reference documentation for the IBC protocol integratio
4. [Relayer](./relayer.md)
5. [Governance Proposals](./proposals.md)

**NOTE**: The IBC module has been moved to its [own repository](https://github.com/cosmos/ibc-go).

After reading about IBC, head on to the [Building Modules
documentation](../building-modules/README.md) to learn more about the process of building modules.
18 changes: 0 additions & 18 deletions proto/ibc/applications/transfer/v1/genesis.proto

This file was deleted.

66 changes: 0 additions & 66 deletions proto/ibc/applications/transfer/v1/query.proto

This file was deleted.

43 changes: 0 additions & 43 deletions proto/ibc/applications/transfer/v1/transfer.proto

This file was deleted.

43 changes: 0 additions & 43 deletions proto/ibc/applications/transfer/v1/tx.proto

This file was deleted.

147 changes: 0 additions & 147 deletions proto/ibc/core/channel/v1/channel.proto

This file was deleted.

31 changes: 0 additions & 31 deletions proto/ibc/core/channel/v1/genesis.proto

This file was deleted.

Loading