diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index b2782559..9bdc2931 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -18,10 +18,9 @@ jobs: - run: make check-proto-deps - run: make check-proto-lint - 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: BUF_CHECK_BREAKING_AGAINST_REMOTE="branch=$GITHUB_BASE_REF" make check-proto-breaking-remote - # if: github.event_name == 'pull_request' + - run: 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' - run: make check-proto-gen - run: make check-proto-gen-doc - run: make check-proto-gen-swagger diff --git a/README.md b/README.md index f295589c..1cb24082 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using ## 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 For detailed instructions see [the Kava docs](https://docs.kava.io/docs/participate/validator-node). ```bash -git checkout v0.21.0 +git checkout v0.23.0 make install ```