From 3bf5310b24a1679e36543468472ef6593b37ab38 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:02:50 -0500 Subject: [PATCH] integration-test 1.4.1 --- casper-node_release | 2 +- config/CHANGELOG.md | 12 ++++++++++++ config/chainspec.toml | 4 ++-- config/global_state.toml | 4 ---- protocol_versions | 1 + 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 config/global_state.toml diff --git a/casper-node_release b/casper-node_release index dc41357..1da9d07 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.4.0-462aa9a59-casper-mainnet \ No newline at end of file +1.4.1-dd260c86a-casper-mainnet \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 5286679..0fc10cf 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Security: in case of vulnerabilities) +## 1.4.1 - 2369 +### casper-node 1.4.1-dd260c86a-casper-mainnet + +## Changed +* chainspec.toml + * protocol + * version + * activation_point + +## Removed +* global_state.toml + ## 1.4.0 - 2346 ### casper-node 1.4.0-462aa9a59-casper-mainnet diff --git a/config/chainspec.toml b/config/chainspec.toml index f809268..304d294 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '1.4.0' +version = '1.4.1' # 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 = 2346 +activation_point = 2369 # Optional era ID in which the last emergency restart happened. #last_emergency_restart = 0 diff --git a/config/global_state.toml b/config/global_state.toml deleted file mode 100644 index 57234a9..0000000 --- a/config/global_state.toml +++ /dev/null @@ -1,4 +0,0 @@ -[[entries]] -key = "system-contract-registry-0000000000000000000000000000000000000000000000000000000000000000" -value = "AL0AAAAEAAAABwAAAGF1Y3Rpb27iLTi880VKk/rOeKNT/qzL8dY30e+e8uBhplVyj/Wbvg4AAABoYW5kbGUgcGF5bWVudNLfyUCZZZk/nhhtt2K1hSdNyv5Dn6EyHPyggBcmLI5GBAAAAG1pbnT43wFbomhgp+yMq07pnweTJbC7ue8OeBC2PYXfOdqV/hAAAABzdGFuZGFyZCBwYXltZW50FnjPT360SFt04Al/R+mL9Yd7E77DAxpsRErCOdOB0FsRCg8gAAAA" - diff --git a/protocol_versions b/protocol_versions index 57acf35..3d19d44 100644 --- a/protocol_versions +++ b/protocol_versions @@ -7,3 +7,4 @@ 1_3_2 1_3_4 1_4_0 +1_4_1