Skip to content

v4.1.0-1.0.4

Compare
Choose a tag to compare
@nicholasmueller nicholasmueller released this 28 Oct 11:44
· 25 commits to master since this release

Notes

Breaking changes

  • None

Nonbreaking API changes

  • watcherSecurityUrl can be passed to childchain object to use specified route on security calls
  • childchain.getDeposits wrapper to call the Watcher's deposit.all endpoint
  • Fixed bug when payment amount was a string to childchain.createTransaction
  • from is required in txOptions to meet new infura requirements
  • certain ethereum addresses are now exported from the util package
  • new functions hashTypedDataMessage and hashTypedDataDomain exported from util package to support signing transactions with Ledger device

Internal changes

  • Fixed bug where merge utxos integration test would randomly fail
  • Fixed dependency vulnerabilities
  • Included integration tests that test both security and watcher info endpoints