cosmos-sdk/x
Julien Robert 2af642e6b6
refactor: register x/authz module specific errors (#11670)
2022-04-19 15:08:35 -04:00
..
auth feat: add vesting util functions (#11652) 2022-04-17 20:05:43 +02:00
authz refactor: register x/authz module specific errors (#11670) 2022-04-19 15:08:35 -04:00
bank fix: ` --dry-run` not working when using tx command (#11558) 2022-04-11 15:50:54 +00:00
capability docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
crisis chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
distribution clean up unused methods in distribution expected keepers (#11588) 2022-04-09 17:02:23 +02:00
epoching docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
evidence fix: genesis typo in error message (#11576) 2022-04-08 11:33:31 +02:00
feegrant fix: ` --dry-run` not working when using tx command (#11558) 2022-04-11 15:50:54 +00:00
genutil fix: genesis typo in error message (#11576) 2022-04-08 11:33:31 +02:00
gov docs: Clarifying the specification of votes. (#11638) 2022-04-19 11:01:37 -04:00
group fix(group): Allow group total weight to be 0 (#11682) 2022-04-19 10:33:22 +00:00
mint chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
nft docs: add nft spec and event (#11526) 2022-04-08 12:47:35 +02:00
params chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
simulation chore: bump TM to v0.35.0 release candidate (#10210) 2021-11-16 11:24:38 -08:00
slashing chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
staking refactor: register x/authz module specific errors (#11670) 2022-04-19 15:08:35 -04:00
upgrade chore: x/gov v1 Completeness audit (#11567) 2022-04-08 10:03:43 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

README.md

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.
  • Epoching - Allows modules to queue messages for execution at a certain block height.
  • 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.

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.