fix(x/consensus)!: update cons params parsing checks (backport #21484) (#21493)

Co-authored-by: MSalopek <matija.salopek994@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-09-02 12:29:06 +02:00
committed by GitHub
co-authored by MSalopek Julien Robert
parent 8c9152d9c6
commit 1ca62cb9d0
3 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -467,10 +467,10 @@ localnet-build-dlv:
localnet-build-nodes:
$(DOCKER) run --rm -v $(CURDIR)/.testnets:/data cosmossdk/simd \
testnet init-files --v 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test
docker-compose up -d
docker compose up -d
localnet-stop:
docker-compose down
docker compose down
# localnet-start will run a 4-node testnet locally. The nodes are
# based off the docker images in: ./contrib/images/simd-env