Skip to content

Releases: oasislabs/web3c.js

v2.0.5

03 Apr 21:00
5425714
Compare
Choose a tag to compare
  • Add Web3 providers and utils to the top-level Web3c object

v2.0.4

18 Mar 16:54
ee92a57
Compare
Choose a tag to compare
  • Adds support for react-native.

v2.0.3

12 Mar 00:37
v2.0.3
63bf4b6
Compare
Choose a tag to compare

Fix a race condition when calls are made to a non-confidential contract before initial platform response.

v2.0.2

28 Feb 03:22
10c2698
Compare
Choose a tag to compare
  • Adds the ability to inject options into the Web3c constructor.

v2.0.1

26 Feb 18:18
cb72f40
Compare
Choose a tag to compare

Adds support for subscribe.

v2.0.0

21 Feb 23:22
23f8b06
Compare
Choose a tag to compare

This release corresponds with the latest Devnet upgrade.

v2.0.0-beta1

20 Feb 18:40
21ab078
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release
  • 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

17 Feb 03:49
v1.1.0
9ccf6ca
Compare
Choose a tag to compare

Support for signing of transactions to confidential contracts / deploying confidential contracts with an account held within web3.

v1.0.3

10 Jan 23:42
v1.0.3
3f297cd
Compare
Choose a tag to compare

Minor version bump makes sure all uses of require use relative paths, which help some web-pack configurations.

v1.0.2

17 Dec 22:21
v1.0.2
b04bee0
Compare
Choose a tag to compare
  • 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