telosnetwork / leap

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

Override on-chain max transaction time value for EVM reverts #23

Closed guilledk closed 5 months ago

guilledk commented 7 months ago

First attempt at solving #21, tested using a modified version of the eosmechaincs contracts (https://github.com/guilledk/evmmechanics) and deploying on testnet i could confirm a node running the tx time override could get out of the on chain limit, jt reported that when evm guys used it to perform multicalls it still didnt work, which makes me think maybe this multicall calls are not read only.

Also moved config opts parsing to subst_plugin_impl class.