From 8b24170303825437a849e2bf09a8b41bdb5ed042 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 25 Mar 2022 13:11:01 -0400 Subject: [PATCH] Missed the Era for 1.4.5 in CHANGELOG.md Corrected 1_4_4 size value to be multiple of 4096 in stage_upgrade.sh --- config/CHANGELOG.md | 2 +- stage_upgrade.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index baca7c4..293fd46 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -11,7 +11,7 @@ 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.5 - +### 1.4.5 - 4417 ### casper-node 1.4.5-a7f6a648d-casper-mainnet ## Added diff --git a/stage_upgrade.sh b/stage_upgrade.sh index a9c9fdb..8176054 100644 --- a/stage_upgrade.sh +++ b/stage_upgrade.sh @@ -18,7 +18,7 @@ if [[ -d "/etc/casper/1_4_5" ]]; then fi # bump max global state for protocol 1_4_4: -sudo sed -i "/max_global_state_size =/c\max_global_state_size = 1_539_316_278_886" /etc/casper/1_4_4/config.toml +sudo sed -i "/max_global_state_size =/c\max_global_state_size = 1_539_316_281_344" /etc/casper/1_4_4/config.toml CNL_VERSION=$(casper-node-launcher --version | cut -d' ' -f4)