openethereum / pwasm-abi

Parity WASM Abi (Legacy and new)
Apache License 2.0
29 stars 17 forks source link

Contract member variables #82

Open DemiMarie opened 5 years ago

DemiMarie commented 5 years ago

It is very unclear whether contract member variables are persistent. Currently, I am having to store all state using explicit load/store opcodes. Ideally, this crate would do this automatically.

NikVolf commented 5 years ago

Hi!

No members ever get persisted or stored anywhere indeed

This is also out of scope of pwasm-abi library :)