|
Some checks failed
Changelog Reminder / Changelog Reminder (pull_request) Has been skipped
Build SimApp / build (arm64) (pull_request) Failing after 44s
Dependabot Update All Go Modules / update-all (pull_request) Has been skipped
Dependency Review / dependency-review (pull_request) Failing after 49s
Lint / golangci-lint (pull_request) Failing after 46s
Spell Check / build (pull_request) Successful in 19s
CodeQL / Analyze (pull_request) Failing after 2m56s
Checks dependencies and mocks generation / Check go mod tidy (pull_request) Successful in 2m30s
Checks dependencies and mocks generation / Check up to date mocks (pull_request) Successful in 1m38s
Tests / Code Coverage / split-test-files (pull_request) Failing after 1m5s
Tests / Code Coverage / tests (00) (pull_request) Has been skipped
Tests / Code Coverage / tests (01) (pull_request) Has been skipped
Tests / Code Coverage / tests (02) (pull_request) Has been skipped
Tests / Code Coverage / tests (03) (pull_request) Has been skipped
Tests / Code Coverage / test-sim-nondeterminism (pull_request) Failing after 50s
Tests / Code Coverage / test-integration (pull_request) Failing after 55s
Tests / Code Coverage / repo-analysis (pull_request) Has been skipped
Tests / Code Coverage / test-system (pull_request) Failing after 54s
Build SimApp / build (amd64) (pull_request) Successful in 7m0s
Tests / Code Coverage / test-coretesting (pull_request) Failing after 14s
Tests / Code Coverage / test-core (pull_request) Failing after 41s
Tests / Code Coverage / test-depinject (pull_request) Failing after 39s
Tests / Code Coverage / test-errors (pull_request) Failing after 39s
Tests / Code Coverage / test-math (pull_request) Failing after 40s
Tests / Code Coverage / test-schema (pull_request) Failing after 17s
Tests / Code Coverage / test-schema-testing (pull_request) Failing after 16s
Tests / Code Coverage / test-clientv2 (pull_request) Failing after 1m6s
Tests / Code Coverage / test-collections (pull_request) Failing after 17s
Tests / Code Coverage / test-indexer-postgres (pull_request) Failing after 16s
Tests / Code Coverage / test-cosmovisor (pull_request) Failing after 17s
Tests / Code Coverage / test-orm (pull_request) Failing after 17s
Tests / Code Coverage / test-simapp (pull_request) Failing after 33s
Tests / Code Coverage / test-hubl (pull_request) Failing after 15s
Tests / Code Coverage / test-store (pull_request) Failing after 15s
Tests / Code Coverage / test-store-v2 (pull_request) Failing after 15s
Tests / Code Coverage / test-confix (pull_request) Failing after 59s
Tests / Code Coverage / test-log (pull_request) Failing after 38s
Tests / Code Coverage / test-x-accounts (pull_request) Failing after 49s
Tests / Code Coverage / test-x-accounts-multisig (pull_request) Failing after 14s
Tests / Code Coverage / test-x-accounts-lockup (pull_request) Failing after 46s
Tests / Code Coverage / test-x-accounts-base (pull_request) Failing after 47s
Tests / Code Coverage / test-x-tx (pull_request) Failing after 14s
Tests / Code Coverage / test-x-nft (pull_request) Failing after 32s
Tests / Code Coverage / test-x-circuit (pull_request) Failing after 33s
Tests / Code Coverage / test-x-protocolpool (pull_request) Failing after 33s
Tests / Code Coverage / test-x-distribution (pull_request) Failing after 34s
Tests / Code Coverage / test-x-feegrant (pull_request) Failing after 32s
Tests / Code Coverage / test-x-group (pull_request) Failing after 32s
Tests / Code Coverage / test-x-params (pull_request) Failing after 34s
Tests / Code Coverage / test-x-evidence (pull_request) Failing after 34s
Tests / Code Coverage / test-x-upgrade (pull_request) Failing after 33s
Tests / Code Coverage / test-x-gov (pull_request) Failing after 33s
Tests / Code Coverage / test-x-staking (pull_request) Failing after 35s
Tests / Code Coverage / test-x-slashing (pull_request) Failing after 36s
Tests / Code Coverage / test-x-authz (pull_request) Failing after 36s
Tests / Code Coverage / test-x-bank (pull_request) Failing after 35s
Tests / Code Coverage / test-x-mint (pull_request) Failing after 35s
Lint PR / main (pull_request) Failing after 16s
Warn about consensus code changes / main (pull_request) Failing after 25s
Pull Request Labeler / labeler (pull_request) Successful in 9s
Tests / Code Coverage / test-x-epochs (pull_request) Failing after 32s
Tests / Code Coverage / test-x-consensus (pull_request) Failing after 33s
Tests / Code Coverage / test-tools-benchmark (pull_request) Failing after 40s
|
||
|---|---|---|
| .github | ||
| .vscode | ||
| baseapp | ||
| client | ||
| codec | ||
| contrib | ||
| crypto | ||
| docs | ||
| fuzz | ||
| internal | ||
| proto | ||
| runtime | ||
| scripts | ||
| server | ||
| simapp | ||
| simsx | ||
| std | ||
| telemetry | ||
| tests | ||
| testutil | ||
| tools | ||
| types | ||
| version | ||
| x | ||
| .clang-format | ||
| .coderabbit.yml | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .gitpod.yml | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| .markdownlint.json | ||
| .markdownlintignore | ||
| .mergify.yml | ||
| buf.work.yaml | ||
| CHANGELOG.md | ||
| cliff.toml | ||
| CODE_OF_CONDUCT.md | ||
| CODING_GUIDELINES.md | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| go.work.example | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| RELEASE_NOTES.md | ||
| RELEASE_PROCESS.md | ||
| RELEASES.md | ||
| ROADMAP.md | ||
| SECURITY.md | ||
| sonar-project.properties | ||
| UPGRADING.md | ||
Cosmos SDK
The Cosmos SDK is a framework for building blockchain applications. CometBFT (BFT Consensus) and the Cosmos SDK are written in the Go programming language. Cosmos SDK is used to build Gaia, the implementation of the Cosmos Hub.
Note: Always use the latest maintained Go version for building Cosmos SDK applications.
Quick Start
To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK High-Level Intro.
If you want to get started quickly and learn how to build on top of Cosmos SDK, visit Cosmos SDK Tutorials. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.
For more information, see the Cosmos SDK Documentation.
Contributing
See CONTRIBUTING.md for details on how to contribute and participate in our dev calls. If you want to follow the updates or learn more about the latest design then join our Discord.
Tools and Frameworks
The Cosmos ecosystem is vast. Awesome Cosmos is a community-curated list of notable frameworks, modules and tools.
Inter-Blockchain Communication (IBC)
The IBC module for the Cosmos SDK has its own cosmos/ibc-go repository. Go there to build and integrate with the IBC module.
Version Matrix
The version matrix below shows which versions of the Cosmos SDK, modules and libraries are compatible with each other.
Core Dependencies
Core dependencies are the core libraries that an application may depend on. Core dependencies not mentioned here as compatible across all maintained SDK versions. See an exhaustive list of core dependencies at cosmossdk.io.
| Version | 0.52.z | 0.50.z | 0.47.z |
|---|---|---|---|
| cosmossdk.io/core | 1.y.z | 0.11.z | 0.5.z |
| cosmossdk.io/api | 0.8.z | 0.7.z | 0.3.z |
| cosmossdk.io/x/tx | 1.y.z | < 1.y.z | N/A |
| cosmossdk.io/store | >= 1.10.z | 1.0.0 >= 1.9.z | N/A |
| cosmossdk.io/collections | 1.y.z | < 1.y.z | < 1.y.z |
Module Dependencies
Module Dependencies are the modules that an application may depend on and which version of the Cosmos SDK they are compatible with.
Note: The version table only goes back to 0.50.x, as modules started to become modular with 0.50.z. X signals that the module was not spun out into its own go.mod file. N/A signals that the module was not available in the Cosmos SDK at that time.
| Cosmos SDK | 0.52.z | 0.50.z |
|---|---|---|
| cosmossdk.io/x/accounts | 0.2.z | N/A |
| cosmossdk.io/x/bank | 0.2.z | X |
| cosmossdk.io/x/circuit | 0.2.z | 0.1.z |
| cosmossdk.io/x/consensus | 0.2.z | X |
| cosmossdk.io/x/distribution | 0.2.z | X |
| cosmossdk.io/x/epochs | 0.2.z | N/A |
| cosmossdk.io/x/evidence | 0.2.z | 0.1.z |
| cosmossdk.io/x/feegrant | 0.2.z | 0.1.z |
| cosmossdk.io/x/gov | 0.2.z | X |
| cosmossdk.io/x/group | 0.2.z | X |
| cosmossdk.io/x/mint | 0.2.z | X |
| cosmossdk.io/x/nft | 0.2.z | 0.1.z |
| cosmossdk.io/x/protocolpool | 0.2.z | N/A |
| cosmossdk.io/x/slashing | 0.2.z | X |
| cosmossdk.io/x/staking | 0.2.z | X |
| cosmossdk.io/x/upgrade | 0.2.z | 0.1.z |
Disambiguation
This Cosmos SDK project is not related to the React-Cosmos project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
