* Start upgrade. Currently go test ./... hangs. * (squash this) Fix staking tests * wip * note what changes need to be made to make this work on tm v0.23.0 * Fix addr -> pubkey map * cleanup code * Fix slashing test failures except for begin blocker * fix all slashing tests * fix lcd tests * Address PR comments * add link to changelog. * (wip) start making addrToPubkey map persisted. Since amino can't handle maps, we have to change from what this commit is doing. * Use the correct method of storing a map * (squash this) address PR comments * Did you run 'make'? * remove gaiadebug binary |
||
|---|---|---|
| .circleci | ||
| .github | ||
| baseapp | ||
| client | ||
| cmd | ||
| crypto | ||
| docs | ||
| examples | ||
| networks | ||
| scripts | ||
| server | ||
| store | ||
| tests | ||
| tools | ||
| types | ||
| version | ||
| wire | ||
| x | ||
| .codecov.yml | ||
| .dockerignore | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| Makefile | ||
| PENDING.md | ||
| README.md | ||
| SECURITY.md | ||
| Vagrantfile | ||
Cosmos SDK
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.10+
Gaia Testnet
To join the latest testnet, follow the guide.
For status updates and genesis files, see the testnets repo.
Install
See the install instructions.
Quick Start
See the Cosmos Docs
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.
