Go to file
mergify[bot] b9b1324288
fix(crypto): error if incorrect ledger public key (backport #19691) (#19746)
Co-authored-by: Rootul P <rootulp@gmail.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-14 03:09:54 +07:00
.github feat(gov): handle panics when executing x/gov proposals (backport #17780) (#17793) 2023-09-18 22:07:12 +02:00
.vscode chore: small improvements (#13672) 2022-10-26 22:47:28 +00:00
api build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 (#19472) 2024-02-19 10:46:09 +01:00
baseapp test(baseapp): Refactor tx selector tests + better comments (backport #19284) (#19288) 2024-02-03 14:40:44 +01:00
client build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 (#19472) 2024-02-19 10:46:09 +01: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.2.0 to 1.3.0 (#19564) 2024-02-26 08:13:07 +00:00
crypto fix(crypto): error if incorrect ledger public key (backport #19691) (#19746) 2024-03-14 03:09:54 +07:00
depinject docs: update docs links to v0.47 (backport #14572) (#14591) 2023-01-12 15:46:55 +01:00
docs docs: fix typo in 06-grpc_rest.md (backport #19192) (#19194) 2024-01-23 20:40:27 +01: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/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 (#19472) 2024-02-19 10:46:09 +01:00
proto feat(group): add group event tally result (backport #16191) (#16305) 2023-05-26 13:56:32 +02:00
runtime fix(runtime): allow to properly register non app wiring modules (backport #17284) (#17305) 2023-08-07 12:36:27 +00:00
scripts fix: skip same-sender non-sequential sequence and then add others txs new solution (backport #19177) (#19250) 2024-01-29 13:49:08 -05:00
server fix: use proper `db_backend` type when reading chain-id (#19573) 2024-02-27 12:22:50 +01:00
simapp build(deps): Bump deps (backport #19655) (#19712) 2024-03-11 10:02:49 +00: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 chore(store): check value (backport #17900) (#17908) 2023-09-27 17:27:16 +02:00
telemetry fix: all: fix resource leaks found by staticmajor (#13394) 2022-10-06 20:11:40 +00:00
tests build(deps): Bump deps (backport #19655) (#19712) 2024-03-11 10:02:49 +00:00
testutil Merge pull request from GHSA-86h5-xcpx-cfqc 2024-02-27 17:28:05 +01:00
tools build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19564) 2024-02-26 08:13:07 +00:00
tx build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19564) 2024-02-26 08:13:07 +00:00
types perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #18888) (#18890) 2023-12-26 16:02:48 +00:00
version refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
x fix(x/gov): grpc query tally for failed proposal (backport #19725) (#19728) 2024-03-12 12:06:24 +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 fix(crypto): error if incorrect ledger public key (backport #19691) (#19746) 2024-03-14 03:09:54 +07: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 Merge pull request from GHSA-86h5-xcpx-cfqc 2024-02-27 17:28:05 +01: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 chore: clean-up buf workspace (backport #18993) (#18998) 2024-01-10 09:30:33 +01:00
docker-compose.yml build: add remote debugging with delve (#10587) 2021-12-01 12:44:54 +00:00
go.mod build(deps): Bump deps (backport #19655) (#19712) 2024-03-11 10:02:49 +00:00
go.sum build(deps): Bump deps (backport #19655) (#19712) 2024-03-11 10:02:49 +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.