github 0xSpaceShard/starknet-hardhat-plugin v0.7.2

19 months ago

Usage related changes

  • Support fee estimation and do it implicitly for:
    • class declaration
    • contract deployment
    • account deployment
  • Introduce utility function for token minting on Devnet:
    • starknet.devnet.mint(address: string, amount: number, lite=true)
  • Introduce utility function for getting balance (on any network):
    • starknet.getBalance(address: string)
  • Integrate Amarna static analyzer:
    • CLI command: npx hardhat amarna
  • Support L1-L2 mock messaging via Devnet - docs
  • Improved docusaurus docs at https://shard-labs.github.io/starknet-hardhat-plugin/
  • Minor fixes:
    • Handle non-absolute cairo paths
    • Improve error logging

Development related changes

  • Improved testing of existing code
  • Improved and refactored types

Merged PRs

New Contributors

Full Changelog: v0.7.1...v0.7.2

Don't miss a new starknet-hardhat-plugin release

NewReleases is sending notifications on new releases.