From 08f66b78acf3f451dc8fc22164cd3508bb090e98 Mon Sep 17 00:00:00 2001 From: WillAchain <33215404+WillAchain@users.noreply.github.com> Date: Mon, 6 May 2019 14:29:01 +0800 Subject: [PATCH 1/4] update version number update version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebf0971..5980cff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set( CMAKE_CXX_EXTENSIONS ON ) set( CXX_STANDARD_REQUIRED ON) set(VERSION_MAJOR 1) -set(VERSION_MINOR 4) +set(VERSION_MINOR 0) set(VERSION_PATCH 3) set( CLI_CLIENT_EXECUTABLE_NAME cleos ) From b9d7ad6c5cb2776e868490f612a6ea3fe20a135e Mon Sep 17 00:00:00 2001 From: WillAchain <33215404+WillAchain@users.noreply.github.com> Date: Mon, 6 May 2019 14:29:54 +0800 Subject: [PATCH 2/4] update initial_timestamp update initial_timestamp --- tutorials/bios-boot-tutorial/genesis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/bios-boot-tutorial/genesis.json b/tutorials/bios-boot-tutorial/genesis.json index 2aafefc..0aae0da 100644 --- a/tutorials/bios-boot-tutorial/genesis.json +++ b/tutorials/bios-boot-tutorial/genesis.json @@ -1,5 +1,5 @@ { - "initial_timestamp": "2018-10-30T12:00:00.000", + "initial_timestamp": "2018-05-05T12:00:00.000", "initial_key": "ACTX7cvL5oqAPJRe6vGz73sthbdnKHryf1RbmaYCax1E3k2KDh7bem", "initial_configuration": { "max_block_net_usage": 1048576, From bb4b2faabd74a51e891474327efdd7b8882a9487 Mon Sep 17 00:00:00 2001 From: WillAchain <33215404+WillAchain@users.noreply.github.com> Date: Mon, 6 May 2019 14:30:47 +0800 Subject: [PATCH 3/4] update initial_timestamp update initial_timestamp --- libraries/chain/genesis_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/genesis_state.cpp b/libraries/chain/genesis_state.cpp index 50553f7..4d49d42 100644 --- a/libraries/chain/genesis_state.cpp +++ b/libraries/chain/genesis_state.cpp @@ -11,7 +11,7 @@ namespace eosio { namespace chain { genesis_state::genesis_state() { - initial_timestamp = fc::time_point::from_iso_string( "2018-06-01T12:00:00" ); + initial_timestamp = fc::time_point::from_iso_string( "2019-05-05T12:00:00" ); initial_key = fc::variant(eosio_root_key).as(); } From 55d6d0bfc7868ff6792cffe3d3ff95647c5b0b46 Mon Sep 17 00:00:00 2001 From: WillAchain <33215404+WillAchain@users.noreply.github.com> Date: Mon, 6 May 2019 14:31:15 +0800 Subject: [PATCH 4/4] update initial_timestamp update initial_timestamp --- tutorials/bios-boot-tutorial/genesis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/bios-boot-tutorial/genesis.json b/tutorials/bios-boot-tutorial/genesis.json index 0aae0da..32fcbda 100644 --- a/tutorials/bios-boot-tutorial/genesis.json +++ b/tutorials/bios-boot-tutorial/genesis.json @@ -1,5 +1,5 @@ { - "initial_timestamp": "2018-05-05T12:00:00.000", + "initial_timestamp": "2019-05-05T12:00:00.000", "initial_key": "ACTX7cvL5oqAPJRe6vGz73sthbdnKHryf1RbmaYCax1E3k2KDh7bem", "initial_configuration": { "max_block_net_usage": 1048576,