cosmos-sdk/x
testinginprod b3da8bb4e8
refactor(distribution)!: use collections for DelegatorStartingInfo state (#16483)
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-14 10:39:11 +00:00
..
auth chore: finish removing all exported *SortJSON usages (#16497) 2023-06-12 12:10:36 +00:00
authz refactor: remove cyclic authz dependencies (#16509) 2023-06-13 18:30:22 +00:00
bank refactor: remove cyclic authz dependencies (#16509) 2023-06-13 18:30:22 +00:00
circuit build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#16526) 2023-06-13 12:55:40 +00:00
consensus refactor(consensus): remove gov from consensus (#16500) 2023-06-12 13:09:38 +00:00
crisis refactor!: rm GetSignBytes (#16062) 2023-05-30 19:34:35 +00:00
distribution refactor(distribution)!: use collections for DelegatorStartingInfo state (#16483) 2023-06-14 10:39:11 +00:00
evidence build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#16526) 2023-06-13 12:55:40 +00:00
feegrant build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#16526) 2023-06-13 12:55:40 +00:00
genutil chore: finish removing all exported *SortJSON usages (#16497) 2023-06-12 12:10:36 +00:00
gov refactor(distribution)!: use collections for DelegatorWithdrawAddress state management. (#16440) 2023-06-08 10:18:04 +00:00
group build(deps): Bump pgregory.net/rapid from 0.6.2 to 0.7.1 (#16495) 2023-06-12 15:49:26 +00:00
mint refactor(test): remove header dependence from tests (#16342) 2023-05-31 15:42:23 +00:00
nft build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#16526) 2023-06-13 12:55:40 +00:00
params refactor(staking, slashing, signing, misc): remove aliases from types/math.go (#15902) 2023-04-25 08:55:17 +00:00
simulation refactor(test): remove header dependence from tests (#16342) 2023-05-31 15:42:23 +00:00
slashing refactor(distribution)!: use collections for DelegatorStartingInfo state (#16483) 2023-06-14 10:39:11 +00:00
staking refactor(x/staking): rm dependency on x/distribution (#16531) 2023-06-13 20:16:20 +00:00
tx test: x/tx/signing/textual: fuzz BytesValueRenderer (#16520) 2023-06-13 11:44:27 +00:00
upgrade feat: make checksum optional in upgrade validation (#16511) 2023-06-13 16:32:32 +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.