Go to file
dependabot[bot] 329d7d8ca8
build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167)
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-05-15 21:12:20 +00: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 build(deps): Bump github.com/cosmos/gogoproto from 1.4.9 to 1.4.10 (#16123) 2023-05-11 21:43:25 +00:00
baseapp fix: correct path required proto testdata (backport #14991) (#16083) 2023-05-10 18:38:09 +02:00
client fix: snapshot commands panic if snapshot don't exists (backport #16138) (#16139) 2023-05-13 09:20:03 +00: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 feat!: bootstrap comet cmd for local state sync (backport #16061) (#16079) 2023-05-11 12:02:37 +00: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 github.com/cosmos/gogoproto from 1.4.9 to 1.4.10 (#16123) 2023-05-11 21:43:25 +00:00
proto feat: auto-set block timestamp for historical queries (backport #15448) (#15573) 2023-03-28 18:05:41 -03: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 perf: Remove indentation in REST respones (backport #16142) (#16143) 2023-05-13 17:00:18 +00:00
simapp build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00:00
snapshots fix: snapshot commands panic if snapshot don't exists (backport #16138) (#16139) 2023-05-13 09:20:03 +00:00
std fix: register evidence regression (#10595) 2021-12-14 14:25:31 +00:00
store feat: More flexibility for `CacheMultiStoreWithVersion` (backport #15683) (#15774) 2023-04-11 12:24:07 +02: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/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00:00
testutil fix: rename back TxExtensionOptionI (backport #16145) (#16154) 2023-05-15 16:11:13 +00:00
tools build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00: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 fix: rename back TxExtensionOptionI (backport #16145) (#16154) 2023-05-15 16:11:13 +00:00
version refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
x fix: allow non-EOA accounts to stake in simulation (backport #16068) (#16130) 2023-05-12 16:37:15 +02: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 build(deps): Bump github.com/golangci/golangci-lint from 1.48.0 to 1.49.0 (#13013) 2022-08-24 23:13:11 +02: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 fix: rename back TxExtensionOptionI (backport #16145) (#16154) 2023-05-15 16:11:13 +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 build: install necessary deps in docker (backport #15719) (#15720) 2023-04-06 16:26:04 +02:00
LICENSE chore: update license copyright (#12542) 2022-07-13 10:19:10 +00:00
Makefile fix: correct path required proto testdata (backport #14991) (#16083) 2023-05-10 18:38:09 +02: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.2 release (#15926) 2023-04-26 22:56:44 +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: clarify some part in UPGRADING.md (backport #15345) (#15350) 2023-03-10 17:04:54 +00: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/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00:00
go.sum build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16167) 2023-05-15 21:12:20 +00: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.