Usage related changes
- Adapted to cairo-lang and Starknet 0.9.1
estimateFee
response still has theamount
property, it is just expanded with the newgas_price
andgas_usage
properties
- Fixed running of scripts with
hardhat run
- no more signature issues. - Fixed running of
hardhat starknet-invoke
- Updated OpenZeppelin account version to v0.2.1
- Adapted
hardhat starknet-verify
to the new Voyager verification API - Expanded docs with 3rd party library installation guide
Development related changes
- Updated development docs
Merged PRs
- Fix invalid signature on hardhat run & Unsupported chain ID: undefined on starknet-invoke/call by @Nathan-SL in #159
- Update OpenZeppelin account artifacts to v0.2.1 by @amanusk in #169
- Adapt to cairo-lang/starknet 0.9.1 by @FabijanC in #170
- Add account param to voyager verifier API by @Nathan-SL in #172
New Contributors
Full Changelog: v0.6.1...v0.6.2