You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some contracts originate new contracts during their execution.
We need to support the CREATE_CONTRACT operation so that iCon can deal with such contracts.
An implementation will be simple.
We split known contracts (possibly infinitely existing under the origination behavior) into finite categories, a group having the same code, and provide an is_XXX predicate which determines if the contract (being) deployed at a given address belongs to the category XXX.
The problem is we do not know the formal semantics of is_XXX, meaning that we do not know if the implementation idea is theoretically correct.
The text was updated successfully, but these errors were encountered:
Some contracts originate new contracts during their execution.
We need to support the CREATE_CONTRACT operation so that iCon can deal with such contracts.
An implementation will be simple.
We split known contracts (possibly infinitely existing under the origination behavior) into finite categories, a group having the same code, and provide an
is_XXX
predicate which determines if the contract (being) deployed at a given address belongs to the category XXX.The problem is we do not know the formal semantics of
is_XXX
, meaning that we do not know if the implementation idea is theoretically correct.The text was updated successfully, but these errors were encountered: