Adds a helper method to tests/util.go for waiting for N blocks to pass. This is useful for situations when you need to wait for multiple blocks to pass, but don't know the current block number. In general, this is safer than using "wait for height", since the block height could have advanced further than expected while the test was running. Resolves remaining point in #1283 |
||
|---|---|---|
| .circleci | ||
| .github | ||
| baseapp | ||
| client | ||
| cmd/gaia | ||
| docs | ||
| examples | ||
| networks | ||
| scripts | ||
| server | ||
| store | ||
| tests | ||
| tools | ||
| types | ||
| version | ||
| wire | ||
| x | ||
| .codecov.yml | ||
| .dockerignore | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| Vagrantfile | ||
Cosmos SDK
| Branch | Tests | Coverage |
|---|---|---|
| develop | ||
| master |
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
For more information on connecting to the testnet, see cmd/gaia/testnets
For the latest status of the testnet, see the status file.
Install
See the install instructions
Quick Start
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.
