Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

v0.1.8

Compare
Choose a tag to compare
@FabijanC FabijanC released this 29 Nov 09:09
· 443 commits to master since this release
c7f0a81

What's Changed

Usage

  • Prevent Internal Server Error if deploying a contract compiled with an old compiler version.
  • Make the result of starknet tx_status more similar to that of Alpha testnet.
  • Support starknet get_storage_at.
  • Support starknet get_code.
  • Add lists of supported and unsupported Starknet CLI commands to Readme.

Dev

  • Fix the plugin test (test-plugin.sh) to reflect the latest addition of --inputs to hh starknet-deploy.
  • Test get_storage_at and get_code in test-cli.sh and/or test-cli-auth.sh.
  • Improve testing:
    • Test the new functionality.
    • Read test settings from settings.ini.

Full Changelog: v0.1.7...v0.1.8