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

2 years ago

Usage changes

  • Introduce --starknet-network flag to hardhat test and hardhat run
  • Properly adapt input before passing to account:
    • Fixes BigNumber, Array, Struct, Tuple support (for the case of interacting through an account)
    • Also exposes StarknetContract.adaptInput and StarknetContract.adaptOutput
  • Use hardhat 2.9.0 as a dependency.
  • Update hardhat starknet-verify command:
    • Adapt to the new Voyager API
    • Allow multi-file contracts.

Dev specific changes

  • Fix testing with hardhat 2.9.0 (mocha updated)
  • Specify which network to use in CI/CD tests using network.json files in desired test directories.

PRs merged

Full Changelog: v0.4.2...v0.4.3

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

NewReleases is sending notifications on new releases.