Go to file
dependabot[bot] 66a2b5988e
build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17247)
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>
2023-08-01 14:14:11 +02:00
.github ci: bump go in CI (#16050) 2023-05-07 12:24:14 +02:00
.vscode chore: small improvements (#13672) 2022-10-26 22:47:28 +00:00
api feat(group): add group event tally result (backport #16191) (#16305) 2023-05-26 13:56:32 +02:00
baseapp refactor: avoid breaking change due to #16415 included in v0.50 (#16430) 2023-06-06 16:29:25 +02:00
client fix(cli): improve `prune` command ux (backport #16856) (#16875) 2023-07-07 14:27:21 +02:00
codec fix: correct path required proto testdata (backport #14991) (#16083) 2023-05-10 18:38:09 +02:00
contrib perf: dockerfiles (backport #14793) (#14795) 2023-01-26 22:57:54 +00:00
core build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00:00
crypto refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
depinject docs: update docs links to v0.47 (backport #14572) (#14591) 2023-01-12 15:46:55 +01:00
docs docs: improve usage of `:::note` (backport #17132) (#17134) 2023-07-26 11:17:26 +02:00
errors build(deps): Bump vulnerable dependencies (backport #15051) (#15058) 2023-02-17 18:04:14 +00:00
fuzz docs: add docs about `x/auth/tx` (backport #14021) (#14034) 2022-11-27 23:01:15 +01:00
internal refactor: add `sdk.LogDeferred` to report errors in defers (#13619) 2022-10-26 15:42:19 +00:00
math ci: make sonarcloud more quiet (backport #14585) (#14589) 2023-01-12 10:36:26 +00:00
orm build(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (#16941) 2023-07-12 11:09:04 +02:00
proto feat(group): add group event tally result (backport #16191) (#16305) 2023-05-26 13:56:32 +02:00
runtime refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
scripts feat(x/bank): update keeper interface to include GetAllDenomMetaData (backport #15265) (#15526) 2023-03-23 16:10:56 +01:00
server fix: properly use `--trace` flag (backport #16827) (#16831) 2023-07-04 19:47:17 +00:00
simapp build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17247) 2023-08-01 14:14:11 +02:00
snapshots fix: snapshotter's failure is not propogated (backport #16588) (#16603) 2023-06-19 09:44:39 +02:00
std fix: register evidence regression (#10595) 2021-12-14 14:25:31 +00:00
store fix: StateSync Restore by excluding memory store (backport #16449) (#16452) 2023-06-07 23:41:30 +00:00
telemetry fix: all: fix resource leaks found by staticmajor (#13394) 2022-10-06 20:11:40 +00:00
tests build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17247) 2023-08-01 14:14:11 +02:00
testutil fix: testutil/configurator: correctly create fresh copy of defaultConfig (backport #17089) (#17092) 2023-07-23 21:06:01 +00:00
tools build(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 (#16941) 2023-07-12 11:09:04 +02:00
tx build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00:00
types feat: add custom max gas for block for sim config (backport #16656) (#16730) 2023-06-28 09:30:44 +00:00
version refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
x feat(gov,group): allow `draft-proposal` to skip metatada prompt (backport #17220) (#17243) 2023-08-01 11:36:46 +00:00
.clang-format chore: improve proto formatting (#12656) 2022-07-21 10:56:31 +00:00
.dockerignore Add basic Dockerfile to build all binaries and export gaiad 2018-04-10 12:39:47 +02:00
.gitattributes Merge PR #6426: Migrate API Server 2020-06-15 13:39:09 -04:00
.gitignore ci: configure monorepo sonarcloud (backport #13944) (#13985) 2022-11-24 00:08:37 +01:00
.gitpod.yml Create .gitpod.yml (#12662) 2022-08-15 15:18:30 +02:00
.golangci.yml chore: prepare v0.47.3 (#16248) 2023-06-02 12:12:59 +00:00
.goreleaser.yml ci: fix release notes not populated by goreleaser 2022-08-13 20:41:27 +02:00
.markdownlint.json docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
.markdownlintignore docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
.mergify.yml chore: master -> main (#11730) 2022-04-24 10:19:04 -04:00
CHANGELOG.md feat(gov,group): allow `draft-proposal` to skip metatada prompt (backport #17220) (#17243) 2023-08-01 11:36:46 +00:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md (#7381) 2020-09-28 11:28:30 +02:00
CODING_GUIDELINES.md feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
CONTRIBUTING.md docs: set buf commit for v0.47.x (backport #14675) (#14711) 2023-01-20 13:43:31 +00:00
Dockerfile feat(docker): Add debuging dependencies directly into the dockerfile (backport #17228) (#17230) 2023-07-31 20:02:39 +02:00
LICENSE chore: update license copyright (#12542) 2022-07-13 10:19:10 +00:00
Makefile fix(simapp): set chain-id on `NewSimApp` for sim bench tests (backport #17138) (#17141) 2023-07-26 12:23:03 +00:00
README.md docs: remove ignite cli (backport #15521) (#15523) 2023-03-23 09:35:17 +00:00
RELEASE_NOTES.md chore: prepare v0.47.4 (#16880) 2023-07-17 14:57:30 +02:00
RELEASE_PROCESS.md docs: re-arrange and clarify migration docs (backport #15575) (#15584) 2023-03-28 21:56:56 +02:00
SECURITY.md docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401) 2023-03-14 20:58:17 +01:00
UPGRADING.md chore: prepare v0.47.3 (2/2) (#16444) 2023-06-08 11:23:26 +02:00
buf.work.yaml refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
docker-compose.yml build: add remote debugging with delve (#10587) 2021-12-01 12:44:54 +00:00
go.mod build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17247) 2023-08-01 14:14:11 +02:00
go.sum build(deps): Bump cosmossdk.io/log from 1.1.1-0.20230704160919-88f2c830b0ca to 1.2.0 (#17247) 2023-08-01 14:14:11 +02:00
go.work.example ci: configure monorepo sonarcloud (backport #13944) (#13985) 2022-11-24 00:08:37 +01:00
sonar-project.properties ci: make sonarcloud more quiet (backport #14585) (#14589) 2023-01-12 10:36:26 +00:00

README.md

Cosmos SDK

banner

The Cosmos SDK is a framework for building blockchain applications. Tendermint Core (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: Requires Go 1.19+

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.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has its own cosmos/gaia repository. Go there to join the Cosmos Hub mainnet and more.

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.

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.