You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chirantan Ekbote 5b8a5ea690 staking: Fix potential division-by-zero 8 months ago
.github Delete dependabot 11 months ago
baseapp fix: index ante events for failed tx (backport: #12013) (#12017) 1 year ago
client fix: Bug reading password from a buffer when reader returns EOF (backport #11796) (#11810) 1 year ago
codec fix: remove legacy REST endpoints for broadcast & encode (v0.44.x) (#10041) 2 years ago
contrib feat: add query.GenericFilteredPaginated (backport #12253) (#12371) 12 months ago
cosmovisor build(deps): Use self-maintained btcutil (#10082) (backport #10201) (#10623) 2 years ago
crypto feat: add grants by grantee authz query (backport #10944) (#11523) 1 year ago
docs feat: add feegrant query to see allowances from a given granter (backport #10947) (#11885) 1 year ago
internal/conv internal/conv: fix wrong string to bytes implementation (#9141) 2 years ago
proto/cosmos feat: add feegrant query to see allowances from a given granter (backport #10947) (#11885) 1 year ago
scripts disable url parameter in swagger-ui page (backport #11202) (#11207) 1 year ago
server chore(types): add MustAccAddressFromBech32 util func (backport #12201) (#12205) 1 year ago
simapp Fix simapp compilation 11 months ago
snapshots feat: add grants by grantee authz query (backport #10944) (#11523) 1 year ago
std fix: register evidence regression (backport #10595) (#10775) 1 year ago
store Implement rollback command (#11179) (#11314) 1 year ago
telemetry v043 audit changes for telemetry/ (#9297) 2 years ago
tests test: fix mockgen version (#9127) 2 years ago
testutil chore: move server.GenerateCoinKey and server.GenerateSaveCoinKey to testutil (#10956) 1 year ago
third_party/proto Any: update and test String method (#8854) 2 years ago
types feat: add query.GenericFilteredPaginated (backport #12253) (#12371) 12 months ago
version feat: add cosmos-sdk Version (#9429) 2 years ago
x staking: Fix potential division-by-zero 8 months ago
.build.sh fix library file path (#8301) 2 years ago
.clang-format Fix clang-format to specific version (#7350) 3 years ago
.codecov.yml CI: Fix codecov flag project config (#7994) 3 years ago
.deepsource.toml chore: refactor code quality issues (#8932) 2 years ago
.dockerignore Add basic Dockerfile to build all binaries and export gaiad 5 years ago
.gitattributes Merge PR #6426: Migrate API Server 3 years ago
.gitignore docs: fix cosmovisor quickstart (backport #9730) (#9789) 2 years ago
.golangci.yml fix(CI): add golangci-lint to dependencies (#10112) (#10172) 2 years ago
.goreleaser.yml ci: automate release post tag push (#6230) 3 years ago
.markdownlint.json chore: add markdownlint to lint commands (#9353) 2 years ago
.markdownlintignore chore: add markdownlint to lint commands (#9353) 2 years ago
.mergify.yml ci: use title+body for commit message (#9496) 2 years ago
CHANGELOG.md feat: add query.GenericFilteredPaginated (backport #12253) (#12371) 12 months ago
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md (#7381) 3 years ago
CODING_GUIDELINES.md style: lint go and markdown (backport #10060) (#10473) 2 years ago
CONTRIBUTING.md style: lint go and markdown (backport #10060) (#10473) 2 years ago
Dockerfile remove plantuml install in docker (#9059) 2 years ago
LICENSE Add README.md to Basecoin; Update licenses 5 years ago
Makefile chore: v0.45.x bump min go version to 1.17 (#11686) 1 year ago
README.md Add SECURITY and README updates 11 months ago
RELEASE_NOTES.md chore: update release notes (#12377) 12 months ago
RELEASE_PROCESS.md chore: update 0.45 migration and support notes (backport #10973) (#10979) 1 year ago
SECURITY.md Add SECURITY and README updates 11 months ago
buf.yaml refactor: Bring back deprecated proto fields to `v1beta1` (#9534) 2 years ago
docker-compose.yml chore: v0.45.x bump min go version to 1.17 (#11686) 1 year ago
go.mod feat: add query.GenericFilteredPaginated (backport #12253) (#12371) 12 months ago
go.sum chore: v0.45.x bump min go version to 1.17 (#11686) 1 year ago

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.15+

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.