This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.1.8
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
tohh starknet-deploy
. - Test
get_storage_at
andget_code
intest-cli.sh
and/ortest-cli-auth.sh
. - Improve testing:
- Test the new functionality.
- Read test settings from
settings.ini
.
Full Changelog: v0.1.7...v0.1.8