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
We should support hints directly in the StructuredScript struct so that the chunker can provide the correct hints as input for each chunk.
This is actually very similar to BitVM/BitVM#13 but instead of an OP_PUSH opcode we support OP_HINT.
The text was updated successfully, but these errors were encountered:
OP_HINT "identifier" and at runtime a dictionary for the identifiers and their values is provided. Ideally we also support non-static strings with something like OP_HINT { some_string}
We should support hints directly in the
StructuredScript
struct so that the chunker can provide the correct hints as input for each chunk.This is actually very similar to BitVM/BitVM#13 but instead of an
OP_PUSH
opcode we supportOP_HINT
.The text was updated successfully, but these errors were encountered: