script

Representations and fast conversions for Script (docs.ppad.tech/script).
git clone git://git.ppad.tech/script.git
Log | Files | Refs | README | LICENSE

CHANGELOG (503B)


      1 # Changelog
      2 
      3 - 0.2.3 (2026-05-16)
      4   * Bumps the ppad-base16 dependency to 0.3.
      5 
      6 - 0.2.2 (2025-12-28)
      7   * Adds an 'llvm' flag and tests with GHC 9.10.3.
      8 
      9 - 0.2.1 (2025-01-21)
     10   * Minor Haddock improvements.
     11 
     12 - 0.2.0 (2025-01-20)
     13   * Renames the older-style 'OP_PUSHNUM_N' opcodes to the newer 'OP_N', and
     14     similarly 'OP_PUSHNUM_NEG1' to 'OP_1NEGATE'.
     15 
     16 - 0.1.0 (2025-01-19)
     17   * Initial release supporting basic representations of Script, as well
     18     as utility functions for converting between them.
     19 
     20