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

2 years ago

Usage changes

  • Introduce Argent account implementation.
  • Use updated OZ and Argent account implementations that support multicall/multiinvoke - docs.
  • Adapt to cairo-lang 0.8.0:
    • Introduce contract.estimateFee - example.
    • Allow specifying maxFee and nonce in calls.
    • Introduce hardhat starknet-estimate-fee.
    • Introduce --account-contract flag to hardhat starknet-compile to allow compiling contracts.
  • Introduce starknet.getTransaction and starknet.getTransactionReceipt utility functions
  • Support hex strings as contract function input.

Dev changes

  • Refactor
    • Use interact to refer to call/invoke/estimateFee
    • Use classes instead of strings for interaction specification
  • Wallet testing enabled on devnet

Merged PRs

Full Changelog: v0.5.1...v0.5.2

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

NewReleases is sending notifications on new releases.