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
In Dijkstra, in addition to pre-Dijkstra phase-1 validation of subtransactions and top-level transaction, several phase-1 validation checks depend on the transaction as a whole:
(Top/sub) transactions reference scripts which are provided anywhere in the transaction CIP
The size of the transaction, that is the sum of the sizes of all subtransactions plus the size of the top-level transaction, must be less than maxTxSizeCIP
Tasks
Define auxiliary predicates corresponding to the checks described above.
Description
In Dijkstra, in addition to pre-Dijkstra phase-1 validation of subtransactions and top-level transaction, several phase-1 validation checks depend on the transaction as a whole:
maxTxSizeCIPTasks