v0.3.5
What's Changed
- Voyager contract verification by @dribeiro-ShardLabs in #25
- Change contract path handling by @dribeiro-ShardLabs in #26
Usage
- Add
starknet-verify
task: - Add
--wait
flag tostarknet-deploy
task:- Allows waiting until deployment becomes at least
PENDING
.
- Allows waiting until deployment becomes at least
- Handle error arising on using Python virtual environment without
cairo-lang
. - Improve
getContractFactory
(the function that creates a contract factory from the provided contract):- Handle ambiguous input.
- Allow specifying the contract by the path of its source.
Dev
- Replace the recursive
traverseFiles
withglob
package.
New Contributors
- @dribeiro-ShardLabs made their first contribution in #25
Full Changelog: v0.3.4...v0.3.5