telosnetwork / leap

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

`subst_plugin` Overclock + block number filter #6

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

DONT MERGE: WAITING ON #5 FIRST

This improves performance of subst_plugin also adds a way to only enable a substitution after a certain block range.

New optional format is:

subst-by-name = {account name}-{from block number}:{path to wasm} subst-by-hash = {code hash}-{from block number}:{path to wasm}

Inside substitution manifest this new feature is also valid.

Closes #8

guilledk commented 1 year ago

Re did all this in a new PR #12