aergo icon indicating copy to clipboard operation
aergo copied to clipboard

Limit gas on contract call

Open kroggen opened this issue 1 year ago • 1 comments

When a contract calls another one, it should be able to specify a limit of gas that the called contract can use

  contract.call.gas(123)(address, function_name, args)

This feature appears to be partially implemented. It can be reviewed to check for viability.

kroggen avatar Aug 04 '23 03:08 kroggen