freenet-core icon indicating copy to clipboard operation
freenet-core copied to clipboard

ContractInterface::get_state_delta() should return a Result

Open sanity opened this issue 3 years ago • 1 comments

Removed this from get_state_delta() function in interface.rs, not sure if it's still relevant, close if not.

    // FIXME: should return a result type, instead

sanity avatar Sep 18 '22 21:09 sanity

Yes this still has to be done, but the change is not trivial since requires some juggling with pointers etc. and need to make sure we are making things correctly.

iduartgomez avatar Sep 19 '22 06:09 iduartgomez

Closing as I am tackling this changes in #167

iduartgomez avatar Sep 30 '22 06:09 iduartgomez