Releases: movnetwork/swap
Releases · movnetwork/swap
⇋ v0.2.3
⇋ v0.2.2
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
⇋ v0.2.0
New
- Now, Bitcoin has a Hierarchical Deterministic Wallet - HDWallet generator.
- Add amount converter for both BItcoin and Bytom:
- Bitcoin -
BTC2mBTC
,BTC2SATOSHI
,mBTC2BTC
,mBTC2SATOSHI
,SATOSHI2BTC
andSATOSHI2mBTC
. - Bitcoin -
BTM2mBTM
,BTM2NEU
,mBTM2BTM
,mBTM2NEU
,NEU2BTM
andNEU2mBTM
.
- Bitcoin -
- 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
andBIP44: m/44'/0'/{account}'/{change}/{address}
- Bytom -
path: m/44/153/1/0/1
andBIP44: m/44/153/{account}/{change}/{address}
- Bitcoin -
- 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
Merge remote-tracking branch 'origin/master'