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

Attempt to upgrade tutorial #28

Closed Pzixel closed 6 years ago

Pzixel commented 6 years ago

This is an attempt to fix errors in examples as well as bump compiler version to 1.28.

Pzixel commented 6 years ago

It looks like #27 but it also fixes what's currently broken (I checked that all steps are built correctly). So I believe it's not CI issue, it just code who is broken a bit (you can check code changes to see exactly what changed).

NikVolf commented 6 years ago

thanks!

@fckt ?

daviddao commented 6 years ago

Cool stuff! @fckt feel free to merge this one instead and close #27

lexfrl commented 6 years ago

Pretty nice. There are small requests, let's fix these and then I'm going to merge.