Go to file
Facundo Medica a86a83f761
test(baseapp): Refactor tx selector tests + better comments (#19284)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-30 09:16:46 +00:00
.github ci: Use GITHUB_OUTPUT over set-output command (#19085) 2024-01-29 08:03:42 +00:00
.vscode
api build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#19203) 2024-01-24 08:36:58 +00:00
baseapp test(baseapp): Refactor tx selector tests + better comments (#19284) 2024-01-30 09:16:46 +00:00
client build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 (#19232) 2024-01-25 08:44:19 +00:00
codec feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068) 2024-01-17 10:58:06 +00:00
collections feat(collections): Implement LookupMap (#18933) 2024-01-30 08:21:28 +00:00
contrib fix: copy correct go.mod into container (#19008) 2024-01-10 16:50:28 +00:00
core refactor(core): fix depinject detection (#19260) 2024-01-28 03:37:58 +00:00
crypto chore: Fixed typos in the 'crypto' folder. (#19240) 2024-01-25 15:11:57 +00:00
depinject build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#19203) 2024-01-24 08:36:58 +00:00
docs docs: Fix typo in adr-003-dynamic-capability-store.md (#19238) 2024-01-25 12:19:53 +00:00
errors build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#19203) 2024-01-24 08:36:58 +00:00
fuzz fix(ci): don't build deleted FuzzXBankTypesAddressFromBalancesStore fuzzer (#18769) 2023-12-17 02:07:38 +00:00
internal chore: fix spelling errors (#19241) 2024-01-26 15:00:43 +00:00
log docs(log): fixed incorrect changelog date (#19276) 2024-01-29 10:39:37 +00:00
math docs: documenting some panicking APIs (#19115) 2024-01-19 09:16:56 +00:00
orm build(deps): Bump github.com/regen-network/gocuke from 1.0.0 to 1.1.0 in /orm (#19206) 2024-01-24 09:25:59 +00:00
proto feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068) 2024-01-17 10:58:06 +00:00
runtime feat(accounts): Add codec.BinaryCodec and Gas to dependencies. (#19068) 2024-01-17 10:58:06 +00:00
scripts refactor: Add --fast flag to accelerate lint for git pre-commit hook (#19259) 2024-01-28 09:52:44 +00:00
server chore: fix spelling errors (#18919) 2023-12-29 15:38:16 +00:00
simapp refactor(core): fix depinject detection (#19260) 2024-01-28 03:37:58 +00:00
std
store feat(store/v2): remove cosmos-db depdency from store (#19229) 2024-01-29 20:21:20 +00:00
telemetry fix(config): metrics (#18936) 2024-01-04 05:42:11 +00:00
tests build(deps): Bump github.com/jhump/protoreflect from 1.15.4 to 1.15.5 in /tests (#19271) 2024-01-29 14:33:04 +00:00
testutil fix(x/protocolpool): Add stream module account functionality to avoid emptying the pool mAcc (#19028) 2024-01-23 19:23:40 +00:00
tools build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 (#19232) 2024-01-25 08:44:19 +00:00
types chore: fix spelling errors (#19220) 2024-01-24 13:10:08 +00:00
version refactor(version): skip extra info if empty (#18438) 2023-11-10 11:04:25 +00:00
x fix(textual): error if a formatted coin contains a comma (#19265) 2024-01-29 17:22:38 +00:00
.clang-format
.dockerignore
.gitattributes
.gitignore feat(client/keys): check multisig key duplicate (#18703) 2023-12-13 07:48:30 +00:00
.gitpod.yml
.golangci.yml chore: sort linters in golangci-lint config (#18958) 2024-01-06 06:25:42 +00:00
.goreleaser.yml
.markdownlint.json
.markdownlintignore
.mergify.yml
buf.work.yaml fix(protocolpool): Export/Import sims (#19046) 2024-01-14 15:29:05 +00:00
CHANGELOG.md feat: debug log gRPC queries (#19049) 2024-01-26 09:31:02 +00:00
cliff.toml
CODE_OF_CONDUCT.md
CODING_GUIDELINES.md chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
CONTRIBUTING.md chore: updating CONTRIBUTING.md dead link (#19045) 2024-01-14 15:26:44 +00:00
docker-compose.yml
Dockerfile refactor(core)!: cleanup dependency graph (#18866) 2024-01-09 15:14:36 +00:00
flake.lock
flake.nix build(deps): Bump github.com/linxGnu/grocksdb from 1.8.10 to 1.8.11 in /store (#19034) 2024-01-16 15:59:37 +00:00
go.mod refactor(core): fix depinject detection (#19260) 2024-01-28 03:37:58 +00:00
go.sum refactor(core): fix depinject detection (#19260) 2024-01-28 03:37:58 +00:00
go.work.example refactor: remove gov dependency from modules and sdk (#18424) 2023-11-09 22:08:59 +00:00
LICENSE
Makefile chore(simapp): Deprecate --v in favor of --validator-count, -n (#19146) 2024-01-23 23:43:41 +00:00
README.md docs: add version compatibility matrix (#18858) 2023-12-27 18:02:45 +00:00
RELEASE_PROCESS.md chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
RELEASES.md chore: re-add versioning diagrams (#18713) 2023-12-13 07:07:33 +00:00
ROADMAP.md chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
SECURITY.md docs: align SECURITY.md for refresh (#17526) 2023-08-24 23:16:35 +00:00
sonar-project.properties
UPGRADING.md docs: Fix broken documentation link in UPGRADING (#19270) 2024-01-28 20:24:02 +00:00

Cosmos SDK

banner

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.

WARNING: The Cosmos SDK has mostly stabilized, but we are still making some breaking changes.

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 a application may depend on.

Note: the signals that the version of the Cosmos SDK does not need to import the dependency.

Cosmos SDK cosmossdk.io/core cosmossdk.io/api cosmossdk.io/math cosmossdk.io/errors cosmossdk.io/depinject cosmossdk.io/log cosmossdk.io/store
0.50.z 0.11.z 0.7.z 1.y.z 1.y.z 1.y.z 1.y.z 1.y.z
0.47.z 0.5.z 0.3.z 1.y.z 1.y.z 1.y.z 1.y.z
0.46.z 1.y.z 1.y.z

Module Dependencies

Module Dependencies are the modules that a 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, this is due to the reason that modules were not spun out into their own go.mods until 0.50.z. signals that the module was not spun out into its own go.mod file.

Cosmos SDK 0.50.z 0.y.z
cosmossdk.io/x/auth
cosmossdk.io/x/accounts
cosmossdk.io/x/bank
cosmossdk.io/x/circuit 0.1.z
cosmossdk.io/x/consensus
cosmossdk.io/x/distribution
cosmossdk.io/x/evidence 0.1.z
cosmossdk.io/x/feegrant 0.1.z
cosmossdk.io/x/gov
cosmossdk.io/x/group
cosmossdk.io/x/mint
cosmossdk.io/x/nft 0.1.z
cosmossdk.io/x/protcolpool
cosmossdk.io/x/slashing
cosmossdk.io/x/staking
cosmossdk.io/x/tx =< 0.13.z
cosmossdk.io/x/upgrade 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.