cosmos-sdk/x
colin axner 97a83e9c78
Update IBC events docs and code (#6798)
* update msgs type from opaque

* update spec for createclient

* update events spec for handshake cals

* update packet events for spec and code

* add relayer events doc

* update ibc-transfer events

* fix build

* small fix from self review

* update channel msgs types

* acknowledgement_packet -> acknowledge_packet

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* fix spec issues for ibc and ibc-transfer

* add golang relayer link

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-21 12:56:14 -04:00
..
auth Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
bank Add pagination flags to x{ibc, bank} (#6804) 2020-07-21 15:36:45 +00:00
capability Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
crisis Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
distribution Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
evidence Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
genaccounts
genutil Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
gov Add pagination flags to x{ibc, bank} (#6804) 2020-07-21 15:36:45 +00:00
ibc Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
ibc-transfer Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
mint Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
params Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
simulation Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
slashing Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
staking Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
upgrade Merge PR #6806: Docs & Cleanup 2020-07-21 11:28:43 -04:00
README.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04:00

README.md

List of Modules

Here are some production-grade modules that can be used in Cosmos SDK applications, along with their respective documentation:

  • Auth - Authentication of accounts and transactions for Cosmos SDK application.
  • Bank - Token transfer functionalities.
  • Capability - Object capability implementation.
  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
  • Distribution - Fee distribution, and staking token provision distribution.
  • Evidence - Evidence handling for double signing, misbehaviour, etc.
  • Governance - On-chain proposals and voting.
  • IBC - IBC protocol for transport, authentication adn ordering.
  • IBC Transfer - Cross-chain fungible token transfer implementation through IBC.
  • Mint - Creation of new units of staking token.
  • Params - Globally available parameter store.
  • Slashing - Validator punishment mechanisms.
  • Staking - Proof-of-Stake layer for public blockchains.
  • Upgrade - Software upgrades handling and coordination.

To learn more about the process of building modules, visit the building modules reference documentation.