AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

System is not initialized after bootstrap-system-full #112

Closed nsjames closed 1 year ago

nsjames commented 1 year ago

After running the --bootstrap-system-full command, accounts can no longer be created as the chain has not been initialized.

image

More information from Michal:

When I run command dune -- cleos push action eosio init '[0,"4,SYS"]' -p eosio@active it says Unknown action init in contract eosio
mikelik commented 1 year ago

Above command cleos push action eosio init comes from old documentation, where this issue happened: https://developers.eos.io/manuals/eosio.cdt/v1.8/troubleshooting/index/#assertion-failure-while-creating-an-account-after-eosiosystem-was-installed

edit: above command is also in the newest bootstrap tutorial: https://docs.eosnetwork.com/docs/latest/tutorials/bios-boot-sequence