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

Releases: oasislabs/oasis.js

1.0.0-rc23

1.0.0-rc23 Pre-release
Pre-release

Choose a tag to compare

  • Throw Error when gasLimit isn't provided to confidential deploys fd6484f

1.0.0-rc.22

1.0.0-rc.22 Pre-release
Pre-release

Choose a tag to compare

  • Translates all keys on event objects to be camelCase to be consistent with RPCs #297.
  • Pass api tokens to developer gateway #300.

@oasislabs/client@1.0.0-rc.21

Pre-release

Choose a tag to compare

  • Provides better errors for the oasis.Service.at api #291
  • Adds devIds to workspace oasis.gateways.Gateway api tokens #292

1.0.0-rc20

1.0.0-rc20 Pre-release
Pre-release

Choose a tag to compare

  • Exposes the oasis.utils.header.deployCode api for benchmark testing.

1.0.0-rc19

1.0.0-rc19 Pre-release
Pre-release

Choose a tag to compare

1.0.0-rc18

1.0.0-rc18 Pre-release
Pre-release

Choose a tag to compare

  • 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.