Skip to content

v1.2.5

Choose a tag to compare

@shruggr shruggr released this 16 Jul 14:47
· 136 commits to master since this release
b039bce

Changed

  • Consolidated PushDrop implementation into single struct
  • Merged CompletedProtoWallet implementations
  • Renamed OverlayAdminTokenTemplate to use new API
  • Optimized collectAncestors performance (3.17x faster, 78% less memory)
  • Improved script parsing performance with two-pass approach
    • 28-49% performance improvement

Added

  • Optional sourceSatoshis and lockingScript parameters to Unlock method
  • Pre-allocation for parsed opcodes in script parser

Fixed

  • Wire format fixes for 32 byte key padding
  • Distinguish invalid signature errors from internal errors
  • Script parsing performance regression