From bc90f17b3f64e37183edd473d2e45d6eab575010 Mon Sep 17 00:00:00 2001 From: Matus Kysel Date: Tue, 4 Apr 2023 10:22:58 +0200 Subject: [PATCH 1/2] chore: fix GetDelegations reward value --- submodules/taraxa-evm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/taraxa-evm b/submodules/taraxa-evm index 8cc099bf65..18af5586e6 160000 --- a/submodules/taraxa-evm +++ b/submodules/taraxa-evm @@ -1 +1 @@ -Subproject commit 8cc099bf6520794c223a1354668e9990f8b47801 +Subproject commit 18af5586e6852c419ab05d2a4107ff98968f1bdf From 0f0f05db524e767eabfb6b24906860f88687525b Mon Sep 17 00:00:00 2001 From: Matus Kysel Date: Tue, 4 Apr 2023 13:03:46 +0200 Subject: [PATCH 2/2] update version to 1.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc64358b27..3f30a94ab6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20) # Set current version of the project set(TARAXA_MAJOR_VERSION 1) set(TARAXA_MINOR_VERSION 2) -set(TARAXA_PATCH_VERSION 0) +set(TARAXA_PATCH_VERSION 1) set(TARAXA_VERSION ${TARAXA_MAJOR_VERSION}.${TARAXA_MINOR_VERSION}.${TARAXA_PATCH_VERSION}) # Any time a change in the network protocol is introduced this version should be increased