From ebbdf719bee6c34345a50a2387b9d36f70a81262 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Tue, 26 May 2026 10:24:09 -0400 Subject: [PATCH] Production Config Files for 2.2.1 release. --- resources/integration-test/chainspec.toml | 4 ++-- resources/mainnet/chainspec.toml | 4 ++-- resources/mainnet/global_state.toml | 11 ----------- resources/testnet/chainspec.toml | 6 +++--- resources/testnet/global_state.toml | 11 ----------- 5 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 resources/mainnet/global_state.toml delete mode 100644 resources/testnet/global_state.toml diff --git a/resources/integration-test/chainspec.toml b/resources/integration-test/chainspec.toml index 0ec491a465..1621e2049b 100644 --- a/resources/integration-test/chainspec.toml +++ b/resources/integration-test/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '2.2.2' +version = '2.2.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 = 19672 +activation_point = 20430 [network] # Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by diff --git a/resources/mainnet/chainspec.toml b/resources/mainnet/chainspec.toml index 3448dc9935..344195cc52 100644 --- a/resources/mainnet/chainspec.toml +++ b/resources/mainnet/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '2.2.0' +version = '2.2.1' # 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 = 21742 +activation_point = 22426 [network] # Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by diff --git a/resources/mainnet/global_state.toml b/resources/mainnet/global_state.toml deleted file mode 100644 index f723398768..0000000000 --- a/resources/mainnet/global_state.toml +++ /dev/null @@ -1,11 +0,0 @@ -# The below entry will write the value into an account purse balance. -# -# Key fd37afc9c5c70f04300e55977a07db92eada2f0b3538840752afb8cade90ed3b is the main purse -# for CA Treasury 1 account 02033c97db0328743d0a3b7654751efab570caa6e6c011869f34e65560dc011a348c -# -# Value AAkAAAAIutchOy3mGUII is base64 encoding of 4763091162861000634 motes in U512 data type. -# This represents 33% of the supply at block 6972606 (14433609569450460644) -# plus 4942348218 motes - the current balance of this account. -[[entries]] -key = "balance-fd37afc9c5c70f04300e55977a07db92eada2f0b3538840752afb8cade90ed3b" -value = "AAkAAAAIutchOy3mGUII" diff --git a/resources/testnet/chainspec.toml b/resources/testnet/chainspec.toml index 2158da03cb..4aa8418029 100644 --- a/resources/testnet/chainspec.toml +++ b/resources/testnet/chainspec.toml @@ -1,6 +1,6 @@ [protocol] # Protocol version. -version = '2.2.0' +version = '2.2.1' # 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 = 21500 +activation_point = 22223 [network] # Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by @@ -180,7 +180,7 @@ baseline_motes_amount = 2_500_000_000 # Flag on whether ambiguous entity versions returns an execution error. trap_on_ambiguous_entity_version = false # Controls how rewards are handled by the network -# purse uref-b06a1ab0cfb52b5d4f9a08b68a5dbe78e999de0b0484c03e64f5c03897cf637b-007 belongs to +# purse uref-b06a1ab0cfb52b5d4f9a08b68a5dbe78e999de0b0484c03e64f5c03897cf637b-007 belongs to # account 018afa98ca4be12d613617f7339a2d576950a2f9a92102ca4d6508ee31b54d2c02 (faucet account for testnet) rewards_handling = { type = 'sustain', ratio = [2,8], purse_address = "uref-b06a1ab0cfb52b5d4f9a08b68a5dbe78e999de0b0484c03e64f5c03897cf637b-007" } diff --git a/resources/testnet/global_state.toml b/resources/testnet/global_state.toml deleted file mode 100644 index 9995ac32b7..0000000000 --- a/resources/testnet/global_state.toml +++ /dev/null @@ -1,11 +0,0 @@ -# The below entry will write the value into an account purse balance. -# -# Key f574ebcb676fb9fdee9f24b1d18a298616b08e64705aac773c7f8bf3bd213eb0 is the main purse -# for account 016f1236ff250d958b7f7ded4a942bd79e201120949b283f7019da970299a34dce -# -# Value AAkAAAAIAJIsyddVti4I is base64 encoding of 3332312435249620480 motes in U512 data type. -# This represents 33% of the total_supply at block 7163088 (10097916461362486077) -# plus 3 CSPR (3000000000 motes) balance of this account at upgrade. -[[entries]] -key = "balance-f574ebcb676fb9fdee9f24b1d18a298616b08e64705aac773c7f8bf3bd213eb0" -value = "AAkAAAAIAKarJ4HAPi4I"