From e28f0131af78c110b6d88b46caba3f3f43533127 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:31:29 -0500 Subject: [PATCH] casper 1.1.2 --- casper-node_release | 2 +- config/CHANGELOG.md | 9 +++++++++ config/chainspec.toml | 4 ++-- protocol_versions | 1 + 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/casper-node_release b/casper-node_release index ae30b37..71a8e85 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.1.1-9583f902 \ 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 dcdfd07..b2ab290 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -11,6 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Fixed: any bug fixes) [comment]: <> (Security: in case of vulnerabilities) +## 1.1.2 - 574 +### casper-node 1.1.2-a2679a4f + +### Changed +* chainspec.toml + * protocol + * version + * activation_point + ## 1.1.0 - 347 ### casper-node 1.1.1-9583f902 diff --git a/config/chainspec.toml b/config/chainspec.toml index eda3fe5..2db6c39 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 = 347 +activation_point = 574 [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