Skip to content
This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Commit 68d70f6

Browse files
committed
Use that eosio.system.wasm .. the other one was probably built with SYS,
gives an `unknown key` error on `setcode`.
1 parent de5bdf6 commit 68d70f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

files/boot_sequence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ boot_sequence:
139139
data:
140140
account: eosio
141141
amount: 1000011821.0000 EOS # 1B coins, as per distribution model + gift of RAM to new users.
142-
memo: "Creation of EOS" # Add "Credits and Acknowledgments: eosacknowledgments.io" ?
142+
memo: "Creation of EOS" # Add "Credits and Acknowledgments: eosacknowledgments.io" ?
143143

144144
- op: system.setcode
145145
label: Replacing eosio account from eosio.bios contract to eosio.system

sample_config/my_discovery_file.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gmt_offset: -700 # in HourMinutes format
2929

3030
target_network_is_test: 0 # 0 = mainnet, anything else is a testnet
3131
target_p2p_address: stage1.example.com:9876 # you can put "none" to be excluded from the automated meshing
32-
target_http_address: http://stage1.example.com
32+
target_http_address: http://localhost:8888
3333
target_account_name: examplecom12
3434
target_appointed_block_producer_signing_key: EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
3535
target_initial_authority:
@@ -72,7 +72,7 @@ target_contents:
7272
ref: /ipfs/QmP51RGzn2q9q1QX9rqVnKJ2DaQUG55AMD8FamoSuy6AET
7373
comment: "EOS-Mainnet/governance ce5a7cae04b78ccba944f07ae24b7a96b0808f54"
7474
- name: eosio.system.wasm
75-
ref: /ipfs/QmQQDuMAaYBySGfjEuii7Ss2sf99Z5vkCTV8EdG7dnqv8Y
75+
ref: /ipfs/QmVTwpwBSWEWYT1dWHhgueZf2MmjsTuMRQXygvh7VxJHUE
7676
comment: "~v1.0.1 from github.com/EOS-Mainnet/eos"
7777

7878
- name: eosio.msig.abi

0 commit comments

Comments
 (0)