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
* fix: correct inverted native script timelock comparisons
`eval_native_script` evaluated both timelock opcodes with inverted
comparisons. `InvalidBefore(n)` was satisfied when the validity
interval started before slot `n` (should be at or after), and
`InvalidHereafter(n)` when it ended after `n` (should be at or
before), per mary-ledger.pdf p.20.
Adds unit tests covering both opcodes and nested combinators.
Fixes#718
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* style: apply rustfmt
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments