cosmos-sdk/x
dependabot[bot] d2d35c4e5c
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-20 06:52:03 +00:00
..
auth refactor(runtime): define address codec providers in runtime (#17037) 2023-07-18 12:41:26 +00:00
authz feat(authz): autocli query support (#16986) 2023-07-13 14:45:56 +00:00
bank docs: change bank multi-send command description (#16950) 2023-07-17 06:56:41 +00:00
circuit build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072) 2023-07-20 06:52:03 +00:00
consensus chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
crisis chore: remove unused getsigner functions (#16937) 2023-07-12 15:09:02 +00:00
distribution refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
evidence build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072) 2023-07-20 06:52:03 +00:00
feegrant build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072) 2023-07-20 06:52:03 +00:00
genutil chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
gov refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
group feat(group): autocli query support (#17006) 2023-07-17 12:57:47 +00:00
mint chore: replace amino cosmos_dec_bytes annoation by scalar cosmos.Dec and add missing annotations (#17000) 2023-07-14 18:10:28 +00:00
nft build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072) 2023-07-20 06:52:03 +00:00
params feat(params): autocli query support (#17007) 2023-07-15 08:32:41 +00:00
simulation chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
slashing refactor(staking): use validator & address codecs in staking (#16958) 2023-07-19 11:01:32 +00:00
staking refactor(x/staking): migrate ValidatorUpdates to collections (#17062) 2023-07-20 06:49:40 +00:00
tx build(deps): Bump cosmossdk.io/api from 0.6.1 to 0.7.0 (#17055) 2023-07-19 06:41:30 +00:00
upgrade build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 in /tools/hubl (#17072) 2023-07-20 06:52:03 +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.