telosnetwork / leap

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

Add substitution plugin #3

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

Description

This adds the substitution plugin, which allows to replace a wasm contract on chain at runtime, this is mostly used for performance / debugging reasons.

Closes https://github.com/telosnetwork/telos.evm/issues/103

Most of the line diff is from adding the abieos and debug_eos_vm libraries back to the repo.

This PR also adds CI to the repo that automatically builds binaries on release.