cosmos-sdk/x
Marko 8de96d16f9
tendermint: update to rc3 (#6892)
* modify light imports

* change abci.header to tmproto.header

* use rc

* rc

* fix import

* Merge PR #6893: fix key imports

* fix rc2

* tendermint: update 3 (#6899)

* tendermint: update 4 (#6919)

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

* tendermint: update 5 (#6923)

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

* bump to latest master

* tendermint: update (#6972)

Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Cory Levinson <cjlevinson@gmail.com>

* Update x/ibc/07-tendermint/types/test_utils.go

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

* address comment

* go mod

* bring back things

* fix test

* update tm proto files

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
Co-authored-by: Cory Levinson <cjlevinson@gmail.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-08-14 13:58:53 -04:00
..
auth tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
bank tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
capability tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
crisis tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
distribution tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
evidence tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
genaccounts Merge PR #5449: Add New constructor for the DecCoin 2020-01-03 15:44:53 -05:00
genutil tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
gov tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
ibc tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
ibc-transfer types: update coin regex (#7027) 2020-08-14 09:09:53 +00:00
mint tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
params tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
simulation tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
slashing tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
staking tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
upgrade tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -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.