Go to file
Joel Smith 6b95194741
chore: bump cosmossdk.io/math (#161)
2024-11-26 11:19:26 -06:00
.github chore: prepare v0.47.11 (#20088) 2024-04-19 11:12:08 +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.4 to 1.0.0-beta.5 (#20094) 2024-04-19 10:39:49 +02:00
baseapp fix: remove txs from mempool when antehandler fails in recheck (backport #20144) (#20252) 2024-05-02 22:38:46 +02:00
client build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-beta.5 (#20094) 2024-04-19 10:39:49 +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 github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-beta.5 (#20094) 2024-04-19 10:39:49 +02:00
crypto feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06: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/cometbft/cometbft from 0.37.5 to 0.37.6 (#20205) 2024-04-29 10:23:57 +02:00
proto feat(group): add group event tally result (backport #16191) (#16305) 2023-05-26 13:56:32 +02:00
runtime feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06: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 feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06: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 feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
tests chore: revert comet 0.37.6 upgrade due to go version bump (#20247) 2024-05-02 12:14:55 +02:00
testutil fix(testsuite/sims): set all signatures (backport #20151) (#20186) 2024-04-25 09:55:23 +00:00
tools chore: revert comet 0.37.6 upgrade due to go version bump (#20247) 2024-05-02 12:14:55 +02:00
tx build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.4 to 1.0.0-beta.5 (#20094) 2024-04-19 10:39:49 +02: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 feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06: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 chore: prepare v0.47.12 (#20476) 2024-06-07 22:55:13 +02: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 feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
RELEASE_NOTES.md chore: prepare v0.47.12 (#20476) 2024-06-07 22:55:13 +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 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 chore: bump cosmossdk.io/math (#161) 2024-11-26 11:19:26 -06:00
go.sum chore: bump cosmossdk.io/math (#161) 2024-11-26 11:19:26 -06: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

WARNING: This is a fork of the cosmos-sdk for the purposes of Wormhole.

Cosmos SDK

banner

The Cosmos-SDK is a framework for building blockchain applications in Golang. It is being used to build Gaia, the first implementation of the Cosmos Hub.

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

Note: Requires Go 1.19+

Quick Start

To learn how the SDK works from a high-level perspective, go to the SDK Intro.

If you want to get started quickly and learn how to build on top of the SDK, please follow the SDK Application Tutorial. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.

For more, please go to the Cosmos SDK Docs.

Cosmos Hub Mainnet

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

Interblockchain Communication (IBC)

The IBC module for the SDK has moved to its own repository. Go there to build and integrate with the IBC module.

Starport

If you are starting a new app or a new module you can use Starport to help you get started and speed up development. If you have any questions or find a bug, feel free to open an issue in the repo.

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.