Usage related changes
- Adapted to cairo-lang v0.8.1.
- Introduced
--disable-hint-validation
flag to thehardhat starknet-compile
command:- Allows compiling contracts with e.g. printing in hints (useful when executing on Devnet).
- Introduced
--token
option to thehardhat starknet-deploy
:- Allows whitelisted deployment on mainnet.
Development related changes
- Improved testing.
- Use stable version of devnet in testing (instead of latest GitHub commit).
Merged PRs
- Add assert-contains.py script by @FabijanC in #86
- --disable-hint-validation flag by @LucasLvy in #85
- Fix paths in compilation-option tests by @FabijanC in #87
- Release v0.5.3 by @FabijanC in #91
- Introduce --token flag for whitelisted deployment by @FabijanC in #92
- Adapt 0.8.1 by @badurinantun in #90
- Fix fee estimate by @badurinantun in #94
New Contributors
Full Changelog: v0.5.2...v0.5.3