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

2 years ago

What's Changed

Usage

  • Add starknet-verify task:
    • Enables verifying contracts on Voyager through the CLI instead of through UI
    • Suggested by @maciejka.
  • Add --wait flag to starknet-deploy task:
    • Allows waiting until deployment becomes at least PENDING.
  • Handle error arising on using Python virtual environment without cairo-lang.
  • Improve getContractFactory (the function that creates a contract factory from the provided contract):
    • Handle ambiguous input.
    • Allow specifying the contract by the path of its source.

Dev

  • Replace the recursive traverseFiles with glob package.

New Contributors

Full Changelog: v0.3.4...v0.3.5

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

NewReleases is sending notifications on new releases.