cosmos-sdk/x
dependabot[bot] 8a46a3d4fe
build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092)
Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.3.0 to 0.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.3.1/CHANGELOG.md">cosmossdk.io/api's changelog</a>.</em></p>
<blockquote>
<h2>0.3.1 (March 23, 2017)</h2>
<p>IMPROVEMENTS:</p>
<ul>
<li>CLI returns exit code 1 and logs error before exiting</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.3.0...v0.3.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/api&package-manager=go_modules&previous-version=0.3.0&new-version=0.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2023-02-20 20:39:19 +00:00
..
auth fix: check CountSubKeys nil (#15059) 2023-02-19 14:53:38 +00:00
authz refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
bank refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
capability refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
circuit build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
consensus refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
crisis refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
distribution refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
evidence build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
feegrant build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
genutil refactor: simply errors (#15067) 2023-02-20 12:03:40 +00:00
gov chore: CLI metadata help text (#15071) 2023-02-20 14:09:49 +00:00
group chore: CLI metadata help text (#15071) 2023-02-20 14:09:49 +00:00
mint refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
nft build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
params refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
simulation refactor: rename to CometBFT (#14914) 2023-02-06 18:11:14 +00:00
slashing refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
staking refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
tx build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
upgrade build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
README.md docs(mint): fix table of content (#14947) 2023-02-07 17:34:52 +01: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.
  • 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.
  • 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 Tendermint's ABCI consensus params.
  • Circuit - Circuit breaker module for pausing messages.

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.

CosmWasm

The CosmWasm module enables smart contracts, and has its own repository and documentation site.