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 (363B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-01-21)
      4   * Minor Haddock improvements.
      5 
      6 - 0.2.0 (2025-01-20)
      7   * Renames the older-style 'OP_PUSHNUM_N' opcodes to the newer 'OP_N', and
      8     similarly 'OP_PUSHNUM_NEG1' to 'OP_1NEGATE'.
      9 
     10 - 0.1.0 (2025-01-19)
     11   * Initial release supporting basic representations of Script, as well
     12     as utility functions for converting between them.
     13 
     14