Usage
- Add
starknet-invoke
andstarknet-call
tasks. - Improved error logging:
- If invalid number of arguments or keys passed to Starknet functions.
- Log available networks.
- Improve Readme.
- Support specifying salt when deploying contracts:
- With
npx hardhat starknet-deploy
. - With
ContractFactory.deploy
.
- With
Dev
- Add linting.
- Update hardhat version.
- Refactor.
PRs
- Added check for number of arguments and nested objects' members by @dribeiro-ShardLabs in #36
- Add linting; Update Readme with
require
statements by @FabijanC in #37 - Log available networks by @FabijanC in #38
- Invoke call tasks by @dribeiro-ShardLabs in #39
Full Changelog: v0.3.8...v0.3.9