Skip to content

Releases: meherett/pybytom

PyBytom v1.5.4

09 Dec 16:51
Compare
Choose a tag to compare

Improvements

  • Change: Mnemonic Unicode data normalizer from NFKC to NFKD type.

PyBytom v1.5.3

03 Dec 10:08
Compare
Choose a tag to compare

Bug Fixes

  • Fix Transaction spend_utxo action key error, changed from output to output_id key.

PyBytom v1.5.2

01 Dec 09:08
Compare
Choose a tag to compare

New

  • Now, You can get Vapor UTXO's and list all addresses of a GUID on this version.
  • Add Transaction fee estimator pybytom.rpc.estimate_transaction_fee function.

PyBytom v1.5.1

24 Nov 19:44
Compare
Choose a tag to compare

New

  • Add More Bytom BTM, BTC, DAI, ETH, LTC, SUP, USDC, and USDT assets.
  • Add Default path and indexes.

Improvements

  • Change Bytom sidechain (Vapor protocol) address into param on mainchain addresses functions.

PyBytom v1.5.0

20 Nov 13:40
Compare
Choose a tag to compare

New

  • Now, The Bytom sidechain (Vapor protocol) is available on this version.
  • Add UTXO's finder pybytom.rpc.get_utxos for Bytom program.
  • Add fixed Bytom BTM, BTC, ETH & USDT asset ids.

Bug Fixes

  • Fix Bytom wallet language unicode type.

Dependencies

  • Add Vapor Blockcenter API v3
  • Requests package from v2.24.0 to v2.25.0
  • Bump PyTest from v6.0.1 to v6.1.2

PyBytom v1.4.0

10 Sep 04:36
Compare
Choose a tag to compare

New

  • Now, You can initialize Bytom wallet from_private_key.
  • Add Bytom amount converter for BTM, mBTM, NEU symbols.
  • Add network checker is_network function.

Improvements

  • Change GUID by address when building transactions.

Dependencies

  • Bump Blockcenter API from v2 to v3.
  • Bump PyTest from v5 to v6

PyBytom v1.3.3

15 Jul 18:30
Compare
Choose a tag to compare

New

  • Added Bytom address checker is_address.
  • Added Bytom sidechain vapor address checker is_vapor_address.

PyBytom v1.3.2

21 Jun 09:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix blockcenter list-address function invalid url.
  • Change blockcenter response exception status code and message.

PyBytom v1.3.2

05 Jun 18:47
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug of add_int from script builder when converting int to bytes.

PyBytom v1.3.0

30 May 19:06
Compare
Choose a tag to compare

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.