From eb0fe65187c83ca7a5dd7af18e2bc622718e26c5 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 11 Feb 2022 14:27:25 -0500 Subject: [PATCH] casper-test 1.1.2 --- casper-node_release | 2 +- config/CHANGELOG.md | 11 +++++++++++ config/chainspec.toml | 4 ++-- protocol_versions | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/casper-node_release b/casper-node_release index 50cf998..71a8e85 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.1.1-874c2db4 \ No newline at end of file +1.1.2-a2679a4f \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 0d24942..1b05492 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Security: in case of vulnerabilities) +## 1.1.2 - 388 +### casper-node 1.1.2-a2679a4f + +### Changed +* chainspec.toml + * protocol + * version + * hard_reset set to true + * activation_point + + ## 1.1.0 - 166 ### casper-node 1.1.1-874c2db4 diff --git a/config/chainspec.toml b/config/chainspec.toml index b80dbd5..00915fe 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '1.1.0' +version = '1.1.2' # Whether we need to clear latest blocks back to the switch block just before the activation point or not. hard_reset = true # This protocol version becomes active at this point. @@ -11,7 +11,7 @@ hard_reset = true # in contract-runtime for computing genesis post-state hash. # # If it is an integer, it represents an era ID, meaning the protocol version becomes active at the start of this era. -activation_point = 166 +activation_point = 388 [network] # Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by diff --git a/protocol_versions b/protocol_versions index c79c509..6c8bb81 100644 --- a/protocol_versions +++ b/protocol_versions @@ -1,2 +1,3 @@ 1_0_0 1_1_0 +1_1_2