v4.0.0-0.4.7
·
111 commits
to master
since this release
Notes
- Tested against 0.4.7 release of
elixir-omg
Breaking changes
omg-js-childchainmodule requires a newplasmaContractAddressargument in its constructor. This change was introduced to simplify the redundant passing around of the verifying contract address. #278childchain.sendTransactionno longer takes averifyingContractargumentchildchain.mergeUtxosno longer takes averifyingContractargument
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
axiosto simplify dependency resolution and to remove deprecatingrequestdependency #287 - Transaction signing issue using
browser-omg-jspackage fixed #292