Faucet account import support and contract improvements
Pre-release
Pre-release
·
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