Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Releases: oasislabs/oasis.js

1.0.0-rc23

27 Sep 19:54
Compare
Choose a tag to compare
1.0.0-rc23 Pre-release
Pre-release
  • Throw Error when gasLimit isn't provided to confidential deploys fd6484f

1.0.0-rc.22

13 Sep 23:25
Compare
Choose a tag to compare
1.0.0-rc.22 Pre-release
Pre-release
  • Translates all keys on event objects to be camelCase to be consistent with RPCs #297.
  • Pass api tokens to developer gateway #300.

@oasislabs/[email protected]

12 Sep 23:25
Compare
Choose a tag to compare
Pre-release
  • Provides better errors for the oasis.Service.at api #291
  • Adds devIds to workspace oasis.gateways.Gateway api tokens #292

1.0.0-rc20

11 Sep 22:30
Compare
Choose a tag to compare
1.0.0-rc20 Pre-release
Pre-release
  • Exposes the oasis.utils.header.deployCode api for benchmark testing.

1.0.0-rc19

11 Sep 19:45
Compare
Choose a tag to compare
1.0.0-rc19 Pre-release
Pre-release

1.0.0-rc18

10 Sep 22:43
Compare
Choose a tag to compare
1.0.0-rc18 Pre-release
Pre-release
  • Removes the EthereumCoder in oasislabs/ethereum.
  • Renames the @oasislabs/ethereum package to @oasislabs/web3. The package is now only used for providing the Web3Gateway implementation of the OasisGateway interface.
  • Changes all internal apis to use Uint8Array, exposing hex strings only at top level apis.
  • Changes the oasis.deploy method to be consistent with the oasis.workspace interface, taking arguments directly in the method instead of in the deploy options.