telosnetwork / leap

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

Add option to pre-enable CRYPTO_PRIMITIVES and GET_BLOCK_NUM protocol features on subst_plugin #18

Closed guilledk closed 10 months ago

guilledk commented 1 year ago

In order for us to run our new telos.evm contract with the pre compiles using the 4.0.0 cdt in old block ranges, we have to pre-enable two procol features.

Aceptance Criteria:

Sync to head using this branch:

pmjanus commented 10 months ago

After extensive testing we found out this isn't required as there is no internal check on nodeos that prevents crypto primitives being called even when protocol features aren't enabled.