You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hi there,
I use the command "eoscpp -n hello" to create a contract. And then upload the contract, there is an error like the following:
eosioc set contract hello hello.wast hello.abi
Reading WAST...
Assembling WASM...
766020ms thread-0 main.cpp:1209 main ] Failed with error: Bad Cast (7)
Invalid cast from object_type to Array
Please help me to look at it.
Thanks.
The text was updated successfully, but these errors were encountered:
@xuwei2014 there also seems to be issues with the other contracts on master at this time (of commenting). The recommended path, again, at this time, is to use dawn-2.x for dev.
Things will change, but not so wild as to losing any learnings along the way. Only the internal libs may change. Like I see a big change in eoslib/token, but I am sure it will make more sense once dawn 3.0.x is in a better place.
Hi there,
I use the command "eoscpp -n hello" to create a contract. And then upload the contract, there is an error like the following:
eosioc set contract hello hello.wast hello.abi
Reading WAST...
Assembling WASM...
766020ms thread-0 main.cpp:1209 main ] Failed with error: Bad Cast (7)
Invalid cast from object_type to Array
Please help me to look at it.
Thanks.
The text was updated successfully, but these errors were encountered: