iavlstore: initial state sync implementation

This commit is contained in:
Erik Grinaker
2020-09-03 18:11:26 +02:00
parent ebcf9d46a0
commit 342651b89e
18 changed files with 3722 additions and 45 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ build_c-amazonlinux:
# Run a 4-node testnet locally
localnet-start: localnet-stop build-docker-localnode
@if ! [ -f build/node0/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/tendermint:Z tendermint/localnode testnet --config /etc/tendermint/config-template.toml --o . --starting-ip-address 192.167.10.2; fi
docker-compose up
docker-compose up node0 node1 node2
.PHONY: localnet-start
# Stop testnet