Skip to content

Faucet account import support and contract improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@jevonearth jevonearth released this 18 Sep 18:15
· 3179 commits to master since this release

Features

  • importKey now support faucet account
  • Contract Origination allows access to originated contracts directly. const contract = await origination.contract()
  • Contract Origination allows access to originated contract address directly. origination.contractAddressFix:
  • RPC request will now throw a proper error on timeout

Fix

  • RPC request will now throw a proper error on timeout