Releases: omgnetwork/omg-js
Releases · omgnetwork/omg-js
Release list
v4.1.1-1.0.4
Notes
- Tested against 1.0.4 release of
elixir-omg
Breaking changes
- None
Nonbreaking API changes
- None
Internal changes
- Explicitly passes
fromfield in alleth_callrequests
v4.1.0-1.0.4
Notes
- Tested against 1.0.4 release of
elixir-omg
Breaking changes
- None
Nonbreaking API changes
watcherSecurityUrlcan be passed tochildchainobject to use specified route on security callschildchain.getDepositswrapper to call the Watcher'sdeposit.allendpoint- Fixed bug when payment amount was a string to
childchain.createTransaction fromis required in txOptions to meet new infura requirements- certain ethereum addresses are now exported from the
utilpackage - new functions
hashTypedDataMessageandhashTypedDataDomainexported fromutilpackage 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
v4.0.1-1.0.0
Notes
- Tested against 1.0.0 release of
elixir-omg
Breaking changes
- None
Internal changes
- Updates and fixes integration tests to work with elixir-omg updates
fspolyfill removed fromreact-native-omg-jspackage
v4.0.0-0.4.7
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
v3.1.0-0.4.6
New Features:
- Adds a new
mergeUtxoshelper function to theomg-js-childchainmodule - Browser compatible script is published and available on cdn
- React native compatible package
react-native-omg-jspublished
Fixes:
- Tested against 0.4.6 release of
elixir-omg
v3.0.3-0.4.5
Fixes:
- Replaces the git hosted
json-bigintdependency inchildchainto npm for more consistent dependency resolution across environments
v3.0.2-0.4.5
Fixes:
- Tested against
elixir-omgv0.4.5 - Fixes a bug due to outdated
package-lockusing an old and incorrect reference ofomisego/json-bigint - Fixes a bug where root chain calls would return another promise on rejection. This would lead to confusing unhandled exception errors on integrating clients.
v3.0.1-0.4.2
Fixes:
- Adds support for
elixir-omgv0.4.2 - Relaxes input validation for utxo objects to support any new keys added by
elixir-omg
v3.0.0-0.4.1
Fixes:
- Adds support for
elixir-omgv0.4.1
Public pre-release
first public release for package distribution