docs: update mainnet kava version (#1597)

* docs: update mainnet kava version

* ci: reenable breaking proto checks
This commit is contained in:
Robert Pirtle 2023-05-23 12:38:46 -07:00 committed by GitHub
parent d4cbc759f8
commit 8495619130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -18,10 +18,9 @@ jobs:
- run: make check-proto-deps - run: make check-proto-deps
- run: make check-proto-lint - run: make check-proto-lint
- run: make check-proto-format - run: make check-proto-format
# TODO: reenable me after merge of Native -> Cosmos name change committed to master. - run: make check-proto-breaking-remote
# - run: make check-proto-breaking-remote - run: BUF_CHECK_BREAKING_AGAINST_REMOTE="branch=$GITHUB_BASE_REF" make check-proto-breaking-remote
# - run: BUF_CHECK_BREAKING_AGAINST_REMOTE="branch=$GITHUB_BASE_REF" make check-proto-breaking-remote if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
- run: make check-proto-gen - run: make check-proto-gen
- run: make check-proto-gen-doc - run: make check-proto-gen-doc
- run: make check-proto-gen-swagger - run: make check-proto-gen-swagger

View File

@ -24,13 +24,13 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using
## Mainnet ## Mainnet
The current recommended version of the software for mainnet is [v0.21.0](https://github.com/Kava-Labs/kava/releases/tag/v0.21.0). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet. The current recommended version of the software for mainnet is [v0.23.0](https://github.com/Kava-Labs/kava/releases/tag/v0.23.0). The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
### Installation and Setup ### Installation and Setup
For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node). For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node).
```bash ```bash
git checkout v0.21.0 git checkout v0.23.0
make install make install
``` ```