telosnetwork / leap

C++ implementation of the Antelope protocol
Other
0 stars 0 forks source link

In-place swap of wasm in contract store #11

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

Stop doing the execution ourselves and just do in-place swapping of the contract wasm in the internal nodeos database.

This allows us to use all the already created nodeos machinery for exection which after testing shows it solves our acess violation errors.

Closes #10

guilledk commented 1 year ago

Re did all this in a new PR #12