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.
We should support hints directly in the
StructuredScriptstruct 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_PUSHopcode we supportOP_HINT.