Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions resources/integration-test/accounts.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[[accounts]]
public_key = "01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724"
balance = "9999500000000000000"

[[accounts]]
public_key = "011d86fcc3e438fcb47d4d9af77e9db97ca1c322c3e87d5a4ea6f3386b9ddcd6ed"
balance = "0"

[accounts.validator]
bonded_amount = "100000000000000"
delegation_rate = 10

[[accounts]]
public_key = "0115c9b40c06ff99b0cbadf1140b061b5dbf92103e66a6330fbcc7768f5219c1ce"
balance = "0"

[accounts.validator]
bonded_amount = "100000000000000"
delegation_rate = 10

[[accounts]]
public_key = "019e7b8bdec03ba83be4f5443d9f7f9111c77fec984ce9bb5bb7eb3da1e689c02d"
balance = "0"

[accounts.validator]
bonded_amount = "100000000000000"
delegation_rate = 10

[[accounts]]
public_key = "017fec504c642f2b321b8591f1c3008348c57a81acafceb5a392cf8416a5fb4a3c"
balance = "0"

[accounts.validator]
bonded_amount = "100000000000000"
delegation_rate = 10

[[accounts]]
public_key = "011b19ef983c039a2a335f2f35199bf8cad5ba2c583bd709748feb76f24ffb1bab"
balance = "0"

[accounts.validator]
bonded_amount = "100000000000000"
7 changes: 5 additions & 2 deletions resources/integration-test/chainspec.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[protocol]
# Protocol version.
version = '2.1.2'
version = '2.2.2'
# 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 = 17386
activation_point = 19672

[network]
# Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by
Expand Down Expand Up @@ -179,6 +179,9 @@ enable_addressable_entity = false
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
rewards_handling = { type = 'sustain', ratio = [2,8], purse_address = "uref-b306a4cf02c7725847a1b16035754dd89a6386ba29a774f0a7d8e920ad6d4a77-007" }


[highway]
# Highway dynamically chooses its round length, between minimum_block_time and maximum_round_length.
Expand Down
9 changes: 9 additions & 0 deletions resources/integration-test/global_state.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Key c0c0e911bab21aff5a7e5aa8da03bac7875dd94a155a87c1b21a99944ac00cc8 is the main purse
# of the account 01b9857739f3ea626d1768911657933809690c09f24bb9e7ce00ad2302646d4ec9
#
# Value AAkAAAAIAArz/CpsEC0I is base64 encoding of 3247214263222340096, representing a
# U512 type in the system

[[entries]]
key = "balance-c0c0e911bab21aff5a7e5aa8da03bac7875dd94a155a87c1b21a99944ac00cc8"
value = "AAkAAAAIAArz/CpsEC0I"
Loading
Loading