Skip to content

PyBytom v1.3.0

Compare
Choose a tag to compare
@meherett meherett released this 30 May 19:06
· 82 commits to master since this release

New

  • Now, you can get P2PKH and P2SH from script.

Improvements

  • Some changes from pybytom.script
    • Change get_public_key_hash to public_key_hash.
    • Change get_script_hash to script_hash.
    • Change get_p2wpkh_program to p2wpkh_program.
    • Change get_p2wpkh_address to p2wpkh_address.
    • Change get_p2wsh_program to p2wsh_program.
    • Change get_p2wsh_address to p2wsh_address.

Bug Fixes

  • Removed witness parm from submit_transaction_raw.