This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Releases: oasislabs/oasis.js
Releases · oasislabs/oasis.js
1.0.0-rc23
- Throw Error when gasLimit isn't provided to confidential deploys fd6484f
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
- Hot fix for #282.
1.0.0-rc18
- Removes the
EthereumCoder
inoasislabs/ethereum
. - Renames the
@oasislabs/ethereum
package to@oasislabs/web3
. The package is now only used for providing theWeb3Gateway
implementation of theOasisGateway
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 theoasis.workspace
interface, taking arguments directly in the method instead of in the deploy options.