openethereum / pwasm-tutorial

A step-by-step tutorial on how to write contracts in Wasm for Kovan
GNU General Public License v3.0
229 stars 34 forks source link

Tried to use a more recent version of Rust toolchain (2019-02-26 nightly) and failed #46

Open updogliu opened 5 years ago

updogliu commented 5 years ago

Tried to bump rust toolchain from nightly-2018-11-12 to 2019-02-26. Everything built successfully, but when deploying the generated wasm contract to a dev chain, it failed. The deploying tx receipt has an unsuccessful status.

updogliu commented 5 years ago

FWIW, the last working nightly is nightly-2018-11-26.