ton-blockchain / multisig-contract-v2

Multiowner wallet
54 stars 19 forks source link

Potential infinite execution of op::execute_internal #43

Closed SubFactorial closed 6 months ago

SubFactorial commented 6 months ago

By comment: ;; we always trust ourselves, this feature is used to make chains of executions ;; where last action of previous execution triggers new one.

If some order will infinitely generate new actions after last action the smart contract will infinitely execute this order.

tolya-yanot commented 6 months ago

There are gas limits and cell depth limits in the blockchain