Skip to content

Commit

Permalink
Merge pull request #13 from sacherjj/integration-test-1.4.7
Browse files Browse the repository at this point in the history
integration-test 1.4.7 - bin only update.
  • Loading branch information
sacherjj authored Mar 11, 2022
2 parents ad0ee27 + 204290c commit 3a12506
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion casper-node_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5-cfcf35053-casper-mainnet
1.4.5-b4bb045c6-casper-mainnet
11 changes: 11 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ 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.4.7 - 4022
### casper-node 1.4.5-b4bb045c6-casper-mainnet

## Changed
* chainspec.toml
* protocol
* version
* activation_point


## 1.4.6 - 3926
### casper-node 1.4.5-cfcf35053-casper-mainnet

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.4.6'
version = '1.4.7'
# 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 = 3926
activation_point = 4022
# Optional era ID in which the last emergency restart happened.
#last_emergency_restart = 0

Expand Down
1 change: 1 addition & 0 deletions protocol_versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
1_4_4
1_4_5
1_4_6
1_4_7

0 comments on commit 3a12506

Please sign in to comment.