Usage
- Support for Accounts/Wallets:
- configure it in your hardhat.config file: https://github.com/Shard-Labs/starknet-hardhat-plugin/#wallet
starknet-deploy-account
task: https://github.com/Shard-Labs/starknet-hardhat-plugin/#starknet-deploy-account- in Mocha tests: https://github.com/Shard-Labs/starknet-hardhat-example/blob/master/test/wallet-test.ts
- IMPORTANT: The new developer experience of using
invoke
orcall
in Mocha is compromised by this (three optional parameters in a row) - this will be changed in 0.4.0.
- IMPORTANT: The new developer experience of using
- Target pending block by default when making calls.
cairo_path
option used bystarknet-compile
is configurable in hardhat.config.- Retry status checking if received 503 response.
- Increase status checking timeout to reduce network load.
Dev
- Update linter.
PRs merged
- Implement support for account contract by @dribeiro-ShardLabs in #47
- Fix account support by @dribeiro-ShardLabs in #49
- Update linter (no-unused-vars, semi-spacing, block-spacing) by @FabijanC in #50
- Implemented support for pending block querying by @dribeiro-ShardLabs in #43
- Multiple sources paths, rejected transaction error message by @dribeiro-ShardLabs in #48
- Fixed UnhandledPromise error, retry check status on 503 by @dribeiro-ShardLabs in #52
Full Changelog: v0.3.10...v0.3.11