From 1c8cd1131a18eb3e65a64b394adba3a33d614353 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Fri, 11 Feb 2022 15:29:28 -0500 Subject: [PATCH] casper-test 1.4.3 --- casper-node_release | 2 +- config/CHANGELOG.md | 12 ++++++++++++ config/chainspec.toml | 6 +++--- config/config-example.toml | 6 +++--- protocol_versions | 1 + 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/casper-node_release b/casper-node_release index 652048f..b500c5c 100644 --- a/casper-node_release +++ b/casper-node_release @@ -1 +1 @@ -1.4.2-930a43774-casper-mainnet \ No newline at end of file +1.4.3-a44bed1fd-casper-mainnet \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 7212eb4..2f2c5b5 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [comment]: <> (Security: in case of vulnerabilities) +## 1.4.3 - 2940 +### casper-node 1.4.3-a44bed1fd-casper-mainnet + +## Changed +* chainspec.toml + * protocol + * version + * activation_point + * wasm + * max_stack_height + + ## 1.4.2 - 2736 ### casper-node 1.4.2-930a43774-casper-mainnet diff --git a/config/chainspec.toml b/config/chainspec.toml index c07ef02..55705c9 100644 --- a/config/chainspec.toml +++ b/config/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '1.4.2' +version = '1.4.3' # 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. @@ -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 = 2736 +activation_point = 2940 # Optional era ID in which the last emergency restart happened. #last_emergency_restart = 0 @@ -100,7 +100,7 @@ native_transfer_minimum_motes = 2_500_000_000 # Amount of free memory (in 64kB pages) each contract can use for stack. max_memory = 64 # Max stack height (native WebAssembly stack limiter). -max_stack_height = 65_536 +max_stack_height = 188 [wasm.storage_costs] # Gas charged per byte stored in the global state. diff --git a/config/config-example.toml b/config/config-example.toml index 5648d1a..7ebab24 100644 --- a/config/config-example.toml +++ b/config/config-example.toml @@ -314,7 +314,7 @@ verify_accounts = true # If unset, defaults to 805,306,368,000 == 750 GiB. # # The size should be a multiple of the OS page size. -max_global_state_size = 1099511627776 +max_global_state_size = 1_099_511_627_776 # Optional depth limit to use for global state queries. # @@ -323,8 +323,8 @@ max_global_state_size = 1099511627776 # Enable manual synchronizing to disk. # -# If unset, defaults to false. -enable_manual_sync = true +# If unset, defaults to true. +#enable_manual_sync = true # ======================================================== diff --git a/protocol_versions b/protocol_versions index 8571d8f..dfd24d0 100644 --- a/protocol_versions +++ b/protocol_versions @@ -8,3 +8,4 @@ 1_3_4 1_4_1 1_4_2 +1_4_3