Releases: oasislabs/web3c.js
Releases · oasislabs/web3c.js
v2.0.5
- Add Web3 providers and utils to the top-level Web3c object
v2.0.4
- Adds support for react-native.
v2.0.3
Fix a race condition when calls are made to a non-confidential contract before initial platform response.
v2.0.2
- Adds the ability to inject options into the Web3c constructor.
v2.0.1
Adds support for subscribe
.
v2.0.0
This release corresponds with the latest Devnet upgrade.
v2.0.0-beta1
- Changes confidential namespace to oasis
- Replaces \0enc confidential prefix with the Oasis contract deploy header
- Specify expiry in the Oasis header
- oasis_getPublicKey now returns an Option instead of an error for non-confidential contracts
v1.1.0
Support for signing of transactions to confidential contracts / deploying confidential contracts with an account held within web3.
v1.0.3
Minor version bump makes sure all uses of require
use relative paths, which help some web-pack configurations.
v1.0.2
- Bump web3 dependency to beta 37
- Explicit block requested from
getPastEvents
when retrieving logs
- Compiled output included in NPM package
- Improved babel / es6 inclusion
- Gas limits removed from tests for better compatibility