diff --git a/casper-node_release b/casper-node_release index a419e2b..5c86bc6 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.3.1-10ed44340 \ No newline at end of file +1.3.2-e2027dbe9 \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 63f604a..764c8dc 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Security: in case of vulnerabilities) +## 1.3.2 - 1389 +### casper-node 1.3.2-e2027dbe9 + +## Changed +* chainspec.toml + * protocol + * version + * activation_point + + ## 1.3.1 - 1301 ### casper-node 1.3.1-10ed44340 diff --git a/config/chainspec.toml b/config/chainspec.toml index 0eea82b..6efc76f 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '1.3.1' +version = '1.3.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 = 1301 +activation_point = 1389 # Optional era ID in which the last emergency restart happened. #last_emergency_restart = 0 diff --git a/protocol_versions b/protocol_versions index 8d7dafd..576e12e 100644 --- a/protocol_versions +++ b/protocol_versions @@ -4,3 +4,4 @@ 1_2_0 1_2_1 1_3_1 +1_3_2