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
Receipts aren't available from predicates, however some opcodes like RET are allowed in a predicate context and will incur extra costs due to receipt merkleization (the result of which is just thrown away).
While predicates are unlikely to generate a significant number of receipts, removing this additional step would improve performance.
The text was updated successfully, but these errors were encountered:
Receipts aren't available from predicates, however some opcodes like
RET
are allowed in a predicate context and will incur extra costs due to receipt merkleization (the result of which is just thrown away).While predicates are unlikely to generate a significant number of receipts, removing this additional step would improve performance.
The text was updated successfully, but these errors were encountered: