From 2c238c2903cc4f4d3e0f2ce0aec52323dc4e330e Mon Sep 17 00:00:00 2001 From: KamiD <44460798+KamiD@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:41:57 +0800 Subject: [PATCH] Bump version to v1.7.0 and enable wasm (#3098) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c59a4d1c38..a72ef9e872 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ IGNORE_CHECK_GO=false install_rocksdb_version:=$(ROCKSDB_VERSION) -Version=v1.6.8.5 +Version=v1.7.0 CosmosSDK=v0.39.2 Tendermint=v0.33.9 Iavl=v0.14.3 @@ -52,6 +52,7 @@ ifeq ($(MAKECMDGOALS),mainnet) Venus2Height=14738000 Venus3Height=15277000 Venus5Height=17849000 + EarthHeight=18735000 WITH_ROCKSDB=true else ifeq ($(MAKECMDGOALS),testnet)