chore: bump cometbft to v0.37.0-rc3 (#15220)

This commit is contained in:
Julien Robert
2023-03-01 16:30:41 +01:00
committed by GitHub
parent 2f4654e40c
commit 41c8529ff9
42 changed files with 77 additions and 427 deletions
+2 -3
View File
@@ -340,7 +340,7 @@ benchmark:
###############################################################################
golangci_lint_cmd=golangci-lint
golangci_version=v1.51.1
golangci_version=v1.51.2
lint:
@echo "--> Running linter"
@@ -386,8 +386,7 @@ proto-lint:
proto-check-breaking:
@$(protoImage) buf breaking --against $(HTTPS_GIT)#branch=main
# TODO update/remove after v0.37.x tag of CometBFT
CMT_URL = https://raw.githubusercontent.com/cometbft/cometbft/v0.37.0-alpha.3/proto/tendermint
CMT_URL = https://raw.githubusercontent.com/cometbft/cometbft/v0.37.0-rc3/proto/tendermint
CMT_CRYPTO_TYPES = proto/tendermint/crypto
CMT_ABCI_TYPES = proto/tendermint/abci