Skip to content

v0.6.6-alpha.0

Compare
Choose a tag to compare
@FabijanC FabijanC released this 09 Sep 13:41
· 131 commits to master since this release

Usage related changes

  • Partial update to Starknet v0.10.0
  • Install this version with one of:
    • npm i @shardlabs/starknet-hardhat-plugin@0.6.6-alpha.0
    • npm i @shardlabs/starknet-hardhat-plugin@alpha
  • Modify your code not to use account.call(contract, "foo", ...), rather do contract.call("foo", ...)
  • Modify your code not to use contract.invoke("foo", ...), rather do account.invoke(contract, "foo", ...)
  • The Account classes currently don't work because they cannot __validate__, you should rely on this account/wallet as in this example

Full Changelog: v0.6.5...v0.6.6-alpha.0