cosmos-sdk/x
dependabot[bot] 09a49fe260
build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665)
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>
2024-03-06 09:43:01 +01:00
..
auth fix(depinject): Authtx was not accepting custom signers (backport #19549) (#19551) 2024-02-26 08:51:30 +00:00
authz refactor(x/authz): extend validate genesis (backport #18042) (#18207) 2023-10-23 19:00:01 +02:00
bank feat(x/bank): adding DenomOwnersByQuery for denom owners for token (backport #18956) (#19007) 2024-01-10 17:56:00 +01:00
circuit build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665) 2024-03-06 09:43:01 +01:00
consensus feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
crisis feat(x/crisis): add autocli options for tx (backport #17965) (#17982) 2023-10-06 08:46:27 +00:00
distribution chore: improve align cli help (backport #18179) (#18187) 2023-10-20 15:51:39 +00:00
evidence build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665) 2024-03-06 09:43:01 +01:00
feegrant build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665) 2024-03-06 09:43:01 +01:00
genutil perf: parse chain-id from big genesis file could be slow (backport #18204) (#18267) 2023-10-26 12:46:39 +02:00
gov fix(x/gov): check right params (backport #19102) (#19104) 2024-01-18 19:24:34 +00:00
group refactor(x/group): check the new admin address when updating the group policy admin (backport #18350) (#18352) 2023-11-03 09:56:42 +00:00
mint feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
nft build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665) 2024-03-06 09:43:01 +01:00
params refactor: precise compiler assertions and cleanup module.go (backport #17718) (#17724) 2023-09-13 19:08:56 +00:00
simulation fix: Revert 16794 (backport #16895) (#16896) 2023-07-10 08:02:04 +00:00
slashing Merge pull request from GHSA-86h5-xcpx-cfqc 2024-02-27 17:28:05 +01:00
staking fix(staking): fix impossible conditions (#19621) 2024-03-01 19:27:14 +01:00
tx build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19562) 2024-02-26 08:05:24 +01:00
upgrade build(deps): Bump cosmossdk.io/x/tx from 0.13.0 to 0.13.1 (#19665) 2024-03-06 09:43:01 +01:00
README.md docs: small update for routes change (backport #17881) (#17886) 2023-09-26 17:42:42 +02:00

sidebar_position
0

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.