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

2 years ago

What's Changed

Usage

  • Enable passing constructor arguments (possible to pass them when calling deploy of a contract factory).
  • Enable signing transactions.
  • Rely on JS BigInt because Cairo's felt type might be too big for ordinary JS Number.
  • Enforce typed/structured input and output (no more single-string function results; no more blindly passing sequences of numbers as function inputs).
  • Fix Mac (OS X) support (when interacting with gateways listening on localhost, such as the devnet).
  • Bump version to v0.3.0.

Examples

  • Check the examples in the description of #19 and in README.md.

Dev

  • Update dependencies.
  • Tests in CI are set to use branch plugin in starknet-hardhat-example.

Full Changelog: v0.2.7...v0.3.0

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

NewReleases is sending notifications on new releases.