Skip to content

Commit

Permalink
Merge pull request #63 from sacherjj/casper-1.5.7
Browse files Browse the repository at this point in the history
Staging files for 1.5.7 release.
  • Loading branch information
sacherjj authored Jul 31, 2024
2 parents ce0c03e + aa23566 commit 91dc5b8
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 54 deletions.
2 changes: 1 addition & 1 deletion casper-node_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6-9f3995853204a18f17de9c022233d22aa14b9c37
1.5.7
13 changes: 13 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ 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.5.7 - 14544
### casper-node 1.5.7

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

## Added
* global_state.toml
* Contains corrections for global state, details in file

## 1.5.6 - 12509 (from 1.5.3)
### casper-node 1.5.6 9f3995853204a18f17de9c022233d22aa14b9c37

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.5.6'
version = '1.5.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 = 12509
activation_point = 14544

[network]
# Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by
Expand Down
Loading

0 comments on commit 91dc5b8

Please sign in to comment.