cosmos-sdk/x
mergify[bot] bc745afe94
chore: remove getsigners from mint (backport #16668) (#16673)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-24 00:09:20 +02:00
..
auth fix: check tx gas limit against block gas limit (backport #16547) (#16628) 2023-06-22 08:43:12 +00:00
authz refactor: authz audit changes (backport #16631) (#16647) 2023-06-22 06:27:40 +00:00
bank refactor(test): remove header dependence from tests (#16342) 2023-05-31 15:42:23 +00:00
circuit chore: clean-up all replaces and add tagging process (backport #16528) (#16539) 2023-06-14 12:31:23 +00:00
consensus feat(consensus): wire autocli query (backport #16633) (#16646) 2023-06-22 06:23:32 +00:00
crisis chore: audit crisis changes (backport #16609) (#16612) 2023-06-19 21:17:13 +00:00
distribution refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
evidence feat(evidence): autocli query support (backport #16625) (#16629) 2023-06-21 08:36:54 +00:00
feegrant chore: x/feegrant audit changes (backport #16652) (#16664) 2023-06-23 13:31:03 +02:00
genutil refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
gov refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
group test: deduplicate e2e tests (#16356) 2023-06-07 12:08:52 +00:00
mint chore: remove getsigners from mint (backport #16668) (#16673) 2023-06-24 00:09:20 +02:00
nft chore: remove unneeded getsigners method from nft (backport #16665) (#16669) 2023-06-23 20:54:43 +02:00
params refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
simulation refactor(test): remove header dependence from tests (#16342) 2023-05-31 15:42:23 +00:00
slashing refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
staking refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598) 2023-06-19 11:40:27 -03:00
tx chore: finish TODO of removing defunct sortJSON (backport #16401) (#16489) 2023-06-10 12:33:04 +02:00
upgrade chore: clean-up all replaces and add tagging process (backport #16528) (#16539) 2023-06-14 12:31:23 +00:00
README.md chore: set correct eden version number (#16281) 2023-05-24 19:58:45 +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.
  • 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 CometBFT's ABCI consensus params.
  • Circuit - Circuit breaker module for pausing messages.
  • Genutil - Genesis utilities for the Cosmos SDK.

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

IBC

The IBC module for the SDK is maintained by the IBC Go team in its own repository.

Additionally, the capability module is from v0.50+ maintained by the IBC Go team in its own repository.

CosmWasm

The CosmWasm module enables smart contracts, learn more by going to their documentation site, or visit the repository.

EVM

Read more about writing smart contracts with solidity at the official evm documentation page.