This repository was archived by the owner on Oct 6, 2021. It is now read-only.
Releases: oasislabs/oasis.js
Releases · oasislabs/oasis.js
Release list
1.0.0-rc23
1.0.0-rc.22
@oasislabs/client@1.0.0-rc.21
1.0.0-rc20
- Exposes the oasis.utils.header.deployCode api for benchmark testing.
1.0.0-rc19
1.0.0-rc18
- Removes the
EthereumCoderinoasislabs/ethereum. - Renames the
@oasislabs/ethereumpackage to@oasislabs/web3. The package is now only used for providing theWeb3Gatewayimplementation of theOasisGatewayinterface. - Changes all internal apis to use Uint8Array, exposing hex strings only at top level apis.
- Changes the
oasis.deploymethod to be consistent with theoasis.workspaceinterface, taking arguments directly in the method instead of in the deploy options.