From a0f98b3ec4bb8ff1ed298687c748b711ac1d26d4 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:39:34 -0500 Subject: [PATCH] casper 1.2.1 --- casper-node_release | 2 +- config/CHANGELOG.md | 16 ++++++++++++++++ config/chainspec.toml | 4 ++-- config/config-example.toml | 5 +++-- protocol_versions | 1 + 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/casper-node_release b/casper-node_release index a742d17..095c2fa 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.2.0-58912c93 \ No newline at end of file +1.2.1-b7802f4 \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 6022260..4ea0b8c 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -12,6 +12,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Security: in case of vulnerabilities) +## 1.2.1 - 1281 +### casper-node 1.2.1-b7802f4 + +### Changed +* chainspec.toml + * protocol + * version + * activation_point +* config-example.toml + * consensus + * highway + * standstill_timeout + * network + * known_addresses + ## 1.2.0 - 694 ### casper-node 1.2.0-58912c93 @@ -35,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * protocol * version * activation_point +* config-example.toml * network * known_addresses diff --git a/config/chainspec.toml b/config/chainspec.toml index 6c24eea..1b75fc6 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '1.2.0' +version = '1.2.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 = 694 +activation_point = 1281 # Optional era ID in which the last emergency restart happened. #last_emergency_restart = 0 diff --git a/config/config-example.toml b/config/config-example.toml index 69148b3..74e703b 100644 --- a/config/config-example.toml +++ b/config/config-example.toml @@ -44,7 +44,7 @@ unit_hashes_folder = "/var/lib/casper/casper-node" pending_vertex_timeout = '30min' # If the current era's protocol state has not progressed for this long, shut down. -standstill_timeout = '5min' +standstill_timeout = '60min' # Log inactive or faulty validators periodically, with this interval. log_participation_interval = '1min' @@ -105,7 +105,8 @@ bind_address = '0.0.0.0:35000' # # Multiple addresses can be given and the node will attempt to connect to each, requiring at least # one connection. -known_addresses = ['134.209.243.124:35000','148.251.190.103:35000','167.172.32.44:35000','165.22.252.48:35000','18.219.70.138:35000','3.225.191.9:35000','3.221.194.62:35000','101.36.120.117:35000','54.151.24.120:35000','148.251.135.60:35000','18.188.103.230:35000','54.215.53.35:35000','88.99.95.7:35000','99.81.225.72:35000','52.207.122.179:35000','3.135.134.105:35000','62.171.135.101:35000','139.162.132.144:35000','63.33.251.206:35000','135.181.165.110:35000','135.181.134.57:35000','94.130.107.198:35000','54.180.220.20:35000','188.40.83.254:35000','157.90.131.121:35000','134.209.110.11:35000','168.119.69.6:35000','45.76.251.225:35000','168.119.209.31:35000','31.7.207.16:35000','209.145.60.74:35000','54.252.66.23:35000','134.209.16.172:35000','178.238.235.196:35000','98.149.220.243:35000','3.17.72.47:35000','207.246.114.236:35000'] +known_addresses = ['168.119.137.143:35000','47.251.14.254:35000','47.242.53.164:35000','46.101.61.107:35000','47.88.87.63:35000','35.152.42.229:35000','206.189.47.102:35000','134.209.243.124:35000','148.251.190.103:35000','167.172.32.44:35000','165.22.252.48:35000','18.219.70.138:35000','3.225.191.9:35000','3.221.194.62:35000','101.36.120.117:35000','54.151.24.120:35000','148.251.135.60:35000','18.188.103.230:35000','54.215.53.35:35000','88.99.95.7:35000','99.81.225.72:35000','52.207.122.179:35000','3.135.134.105:35000','62.171.135.101:35000','139.162.132.144:35000','63.33.251.206:35000','135.181.165.110:35000','135.181.134.57:35000','94.130.107.198:35000','54.180.220.20:35000','188.40.83.254:35000','157.90.131.121:35000','134.209.110.11:35000','168.119.69.6:35000','45.76.251.225:35000','168.119.209.31:35000','31.7.207.16:35000','209.145.60.74:35000','54.252.66.23:35000','134.209.16.172:35000','178.238.235.196:35000','18.217.20.213:35000','3.14.161.135:35000','3.12.207.193:35000','3.12.207.193:35000'] + # The interval (in milliseconds) between each fresh round of gossiping the node's public address. gossip_interval = 120_000 diff --git a/protocol_versions b/protocol_versions index 50c48d2..622fad9 100644 --- a/protocol_versions +++ b/protocol_versions @@ -2,3 +2,4 @@ 1_1_0 1_1_2 1_2_0 +1_2_1