Eos: dawn-v3.0.0 create account error happens, but DAWN-2018-03-30-ALPHA will works well!

Created on 8 Apr 2018  ·  4Comments  ·  Source: EOSIO/eos

today, compile HEAD detached at dawn-v3.0.0 i get error as follow below

run command:
cleos create account eosio chenlian EOS8gb6EkQDry72Ugwwy6MUZCr7EQ4ytGAeRhu3knVsA3qSneWPEb EOS6BB3rfssiBdiBN2d14GQLswcM1KBmcKWEM8fiSmdLw6eKWP5et

ger error

2639714ms thread-0   main.cpp:1158                 main                 ] Failed with error: Assert Exception (10)
itr != structs.end(): Unknown struct 
Failed to serialize type

how ever,DAWN-2018-03-30-ALPHA will works well!

Most helpful comment

you need to run the following command frist:
cleos set contract eosio build/contracts/eosio.bios -p eosio
see:https://github.com/EOSIO/eos/wiki/Tutorial-Getting-Started-With-Contracts#load-the-bios-contract

All 4 comments

+1

you need to run the following command frist:
cleos set contract eosio build/contracts/eosio.bios -p eosio
see:https://github.com/EOSIO/eos/wiki/Tutorial-Getting-Started-With-Contracts#load-the-bios-contract

@red-butterfly Thanks, solved my problem. This issue can be closed. @chenlian2015

@heifner thanks very much!

Was this page helpful?
0 / 5 - 0 ratings