Skip to content

Release 2.2.1-next

Pre-release
Pre-release
Compare
Choose a tag to compare
@nduchak nduchak released this 19 Feb 15:06
· 2749 commits to master since this release
3b87fa5

[2.2.1-next]

Added

  • Add deserialization schema for Channel transactions(channelCreate, channelCloseMutual, channelDeposit, channelWithdraw, channelSettle)
  • Add rawTx and verifyTx to error from poll function(when you wait for transaction will mined)

Changed

  • Change Channel legacy API to JSON RPC
  • Change minFee calculation, multiply min fee by 10^9

Removed

  • none

Breaking Changes

  • none

Notes and known Issues

  • Depend on bip39 from npm instead of git repo