Skip to content

v4.0.0-0.4.7

Choose a tag to compare

@nicholasmueller nicholasmueller released this 21 May 06:49
· 111 commits to master since this release

Notes

Breaking changes

  • omg-js-childchain module requires a new plasmaContractAddress argument in its constructor. This change was introduced to simplify the redundant passing around of the verifying contract address. #278
  • childchain.sendTransaction no longer takes a verifyingContract argument
  • childchain.mergeUtxos no longer takes a verifyingContract argument

Internal changes

  • Internal testing processes and pipeline improved
  • Examples updated, allowing the passing of flags as integration arguments #288
  • Dependency security enforced with automated audits in the pipeline #281
  • HTTP client switched to axios to simplify dependency resolution and to remove deprecating request dependency #287
  • Transaction signing issue using browser-omg-js package fixed #292