Skip to content

Commit

Permalink
Correcting chainspec.toml issues for delta-5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Dec 20, 2020
1 parent 6c6663a commit b1d72b7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
13 changes: 6 additions & 7 deletions resources/production/accounts.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724,100000000000000000000000000000000000,0
018b15761be0c527117c79b87ca013b014a4628f01e382902a139529406723d86b,1000000000000000000000,10000000000
018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53,1000000000000000000000,10000000000
013e6da85e28215de8c7510b572b9869abe5865c0ded45b5533ace1e7f51110138,1000000000000000000000,0
0186d42bacf67a4b6c5042edba6bc736769171ca3320f7b0040ab9265aca13bbee,1000000000000000000000,0
01bdda22721033ae556e92ccf1034f8d14f24c3794fa7befaa831bcae98f9f1e9b,1000000000000000000000,0
01329cc15cb92fca5d5ce6d7fcc881010161547f452e2caad4dff565708b00b8c7,1000000000000000000000,0
01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724,10000000000000000000000000000000000000,0
013f774a58f4d40bd9b6cce7e306e53646913860ef2a111d00f0fe7794010c4012,1000000000000000000000000,10000000000000000
01d62fc9b894218bfbe8eebcc4a28a1fc4cb3a5c6120bb0027207ba8214439929e,1000000000000000000000000,10000000000000000
018b15761be0c527117c79b87ca013b014a4628f01e382902a139529406723d86b,1000000000000000000000000,0
01524a5f3567d7b5ea17ca518c9d0320fb4a75a28a5eab58d06c755c388f20a19f,1000000000000000000000000,0
018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53,1000000000000000000000,0
4 changes: 2 additions & 2 deletions resources/production/chainspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'casper-delta'
# see finality_threshold_percent below) of validator nodes must be up and running to start the blockchain. This
# timestamp is also used in seeding the pseudo-random number generator used in contract-runtime for computing genesis
# post-state hash.
timestamp = '2020-12-10T17:00:00Z'
timestamp = '2020-12-18T21:30:00Z'
# Protocol version at genesis.
protocol_version = '1.0.0'
# Path (absolute, or relative to this chainspec.toml) to the file containing wasm bytecode for installing the mint
Expand All @@ -25,7 +25,7 @@ auction_installer_path = '/etc/casper/wasm/auction_install.wasm'
# Path (absolute, or relative to this chainspec.toml) to the CSV file containing initial account balances and bonds.
accounts_path = '/etc/casper/accounts.csv'
# Number of slots available in validator auction.
validator_slots = 100
validator_slots = 200
# Amount of auction delay
auction_delay = 3
# The delay for the payout of funds, in eras. If a withdraw request is included in a block in era N
Expand Down
8 changes: 4 additions & 4 deletions resources/production/config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chainspec_config_path = '/etc/casper/chainspec.toml'
[logging]

# Output format. Possible values are 'text' or 'json'.
format = 'text'
format = 'json'

# Colored output. Has no effect if format = 'json'.
color = false
Expand Down Expand Up @@ -47,7 +47,7 @@ public_address = '<IP ADDRESS>:0'

# Address to bind to for listening.
# If port is set to 0, a random port will be used.
bind_address = '0.0.0.0:34553'
bind_address = '0.0.0.0:35000'

# Addresses to connect to in order to join the network.
#
Expand All @@ -57,7 +57,7 @@ bind_address = '0.0.0.0:34553'
#
# Multiple addresses can be given and the node will attempt to connect to each, requiring at least
# one connection.
known_addresses = ['54.177.84.9:34553', '18.144.69.216:34553', '13.57.251.65:34553']
known_addresses = ['54.67.67.33:35000']

# The interval (in milliseconds) between each fresh round of gossiping the node's public address.
gossip_interval = 120_000
Expand Down Expand Up @@ -126,7 +126,7 @@ broadcast_channel_size = 100
# If the folder doesn't exist, it and any required parents will be created.
#
# If unset, the path must be supplied as an argument via the CLI.
path = '/root/.local/share/casper-node'
path = '/var/lib/casper/casper-node'

# Maximum size of the database to use for the block store.
#
Expand Down
4 changes: 2 additions & 2 deletions resources/production/validation.md5
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7562c32ae6c92f1d1e4f12409ee1bc8d accounts.csv
39cdbb54bb89acb9a8fe6ab48cb07e51 chainspec.toml
1ce492ebe9a768f86df7016469862d0c accounts.csv
bb8b5d88407111b9ca61a05b9d92d4e3 chainspec.toml

0 comments on commit b1d72b7

Please sign in to comment.