Usage related changes
- Adapt to work with Starknet v0.10.1:
- Pending support for CLI command
hardhat starknet-deploy-account
- Pending support for CLI command
- Fix WSL support
- Update OZ account implementation to 0.5.0
hardhat run
cannot be used with--starknet-network
parameter:- Limited by hardhat's plugin system
- Specify the network via the hardhat config file
- Improve type checking in
StarknetContractFactory.getContractAt(...)
Development related changes
Merged PRs
- isWsl fix for WSL by @mikiw in #236
- Throw if --starknet-network provided with hh run by @FabijanC in #241
- Adapt to OZ account v0.5.0 by @FabijanC in #242
- Runtime Check of
getContractAt
Address Argument by @solimander in #245
New Contributors
- @mikiw made their first contribution in #236
- @solimander made their first contribution in #245
Full Changelog: v0.6.7...v0.6.8-alpha.0