Skip to content

Constants segregation and address refactor

Pre-release
Pre-release
Compare
Choose a tag to compare
@SimoneBronzini SimoneBronzini released this 24 Mar 19:15
· 71 commits to master since this release

Added

  • New way to create addresses from scripts
  • Many test vectors on SegWit-over-P2SH address generation
  • All Bitcoin-related constants have been moved to a separate file for better code readability and easier forking by other coins

Fixed

  • Ambiguous semantics between address() and to_address() in scripts

Backward compatibility

  • The to_address() method in scripts no longer exists