cosmos-sdk/x
Amaury fb4d964f7e
refactor: don't break SignModeHandler API (#14087)
* refactor: Make SignModeHandler update not API breaking

* changelog

* fix tests

* add comment

* Revert rosetta

* address reviews

* shorter name

* Fix test build
2022-12-01 16:20:10 +01:00
..
auth refactor: don't break SignModeHandler API (#14087) 2022-12-01 16:20:10 +01:00
authz docs: add docs about x/auth/tx (#14021) 2022-11-27 20:30:23 +00:00
bank chore: clean-up deprecated function usage (#14078) 2022-11-30 01:10:50 +01:00
capability refactor: remove gogoproto stringer annotations (#14046) 2022-11-29 13:34:03 +00:00
consensus chore: clean-up deprecated function usage (#14078) 2022-11-30 01:10:50 +01:00
crisis docs: add docs about x/auth/tx (#14021) 2022-11-27 20:30:23 +00:00
distribution refactor: remove gogoproto stringer annotations (#14046) 2022-11-29 13:34:03 +00:00
evidence refactor: x/evidence audit changes (#14092) 2022-12-01 08:39:10 +00:00
feegrant chore: (x/feegrant) add missing test scenarios (#14018) 2022-11-30 07:46:01 +00:00
genutil feat: add Genesis JSON migration for group (#14024) 2022-11-29 14:00:14 +00:00
gov chore: clean-up deprecated function usage (#14078) 2022-11-30 01:10:50 +01:00
group fix(group)!: Don't re-tally proposals after VP end (#14071) 2022-11-30 11:01:17 +00:00
mint chore: (x/mint) improve code cov (#14066) 2022-11-30 11:32:40 +00:00
nft refactor: Add back removed empty checks in grpc from x/nft audit 2022-12-01 08:49:51 +01:00
params chore: clean-up deprecated function usage (#14078) 2022-11-30 01:10:50 +01:00
simulation refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
slashing refactor: remove gogoproto stringer annotations (#14046) 2022-11-29 13:34:03 +00:00
staking chore: clean-up deprecated function usage (#14078) 2022-11-30 01:10:50 +01:00
upgrade refactor: remove gogoproto stringer annotations (#14046) 2022-11-29 13:34:03 +00:00
README.md refactor: remove gogoproto stringer annotations (#14046) 2022-11-29 13:34:03 +00:00

sidebar_position slug
0 /modules

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 applications.
  • Authz - Authorization for accounts to perform actions on behalf of other accounts.
  • 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.
  • Feegrant - Grant fee allowances for executing transactions.
  • Governance - On-chain proposals and voting.
  • 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.
  • NFT - NFT module implemented based on ADR43.
  • Consensus - Consensus module for modifying Tendermint's ABCI consensus params.

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

IBC

The IBC module for the SDK has moved to its own repository.

CosmWasm

The CosmWasm module enables smart contracts, and has its own repository and documentation site.