Skip to content

Commit

Permalink
Merge pull request #17 from sacherjj/casper-1.4.5-small-changes
Browse files Browse the repository at this point in the history
Final changes for 1.4.5 config
  • Loading branch information
sacherjj authored Mar 25, 2022
2 parents 3be2f9a + 8b24170 commit 9ee6079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stage_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9ee6079

Please sign in to comment.