Skip to content

Commit

Permalink
casper 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Feb 16, 2022
1 parent e8cf311 commit a0f98b3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion casper-node_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0-58912c93
1.2.1-b7802f4
16 changes: 16 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/chainspec.toml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down
5 changes: 3 additions & 2 deletions config/config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions protocol_versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
1_1_0
1_1_2
1_2_0
1_2_1

0 comments on commit a0f98b3

Please sign in to comment.