Skip to content

Releases: movnetwork/swap

⇋ v0.2.3

20 Oct 19:22
Compare
Choose a tag to compare

New

  • Add new get_address_type function on utils package for both Bitcoin and Bytom cryptocurrencies.

Bug Fixes

  • Fix Bitcoin Runtime error when setting new Bitcoin network type.

⇋ v0.2.2

11 Oct 14:07
Compare
Choose a tag to compare

Improvements

  • Now, You can build both Fund transactions from the HTLC address and also HTLC instance removed from build_transaction function.
  • Some changes on Swap CLI option commands.

Bug Fixes

  • Fix both Bitcoin and Bytom wallet mnemonic checker from from_mnemonic function.
  • Fix both HTLC and Signature classes return instance type.

⇋ v0.2.1

07 Oct 09:45
Compare
Choose a tag to compare

Improvements

  • Change the path of Swap exceptions form from swap.utils.exceptions import * to from swap.exceptions import *.
  • Drop utils package and changed to a single python file utils.py.

⇋ v0.2.0

06 Oct 05:13
Compare
Choose a tag to compare

New

  • Now, Bitcoin has a Hierarchical Deterministic Wallet - HDWallet generator.
  • Add amount converter for both BItcoin and Bytom:
    • Bitcoin - BTC2mBTC, BTC2SATOSHI, mBTC2BTC, mBTC2SATOSHI, SATOSHI2BTC and SATOSHI2mBTC.
    • Bitcoin - BTM2mBTM, BTM2NEU, mBTM2BTM, mBTM2NEU, NEU2BTM and NEU2mBTM.
  • Now, You can build Bytom transaction from Bytom address.
  • Add default derivation path for both Bitcoin and Bytom:
    • Bitcoin - path: m/44'/0'/0'/0/0 and BIP44: m/44'/0'/{account}'/{change}/{address}
    • Bytom - path: m/44/153/1/0/1 and BIP44: m/44/153/{account}/{change}/{address}
  • Add Swap transaction raw cleaner.
  • Now, You can get signed transaction raw after sign form both Transaction classes.

Bug Fixes

  • Fix complicated transaction raw error for both cryptocurrencies.
  • Fix Bytom OP_Code when initializing HTLC from bytecode, return None.
  • Removed Bytom GUID from all Transactions.

Dependencies

  • Bump PyBytom form v1.3.3 to v1.4.0
  • Add Python-HDWallet form v0.1.1
  • Bump Blockcenter API from v2 to v3
  • Removed Socain API v1
  • Add Smartbit API v2

⇋ v0.2.0a1

06 Oct 04:39
Compare
Choose a tag to compare
⇋ v0.2.0a1 Pre-release
Pre-release
Merge remote-tracking branch 'origin/master'

⇋ v0.1.0

03 Sep 11:20
Compare
Choose a tag to compare
Document · Update README.md