v0.2.1 deploy cmd & configuration profiles
Protostar 0.2.1
Changelog
- added
deploy
command - added support for
configuration profiles
- updated
start_prank
to support contracts deployed bydeploy_contract
cheatcode - updated
cairo-lang
to version0.8.2.1
- updated test collector to load tests to the memory before running tests, what allows working on the project and running tests at the same time
- renamed main directory from
src
toprotostar
- removed
--match
flag oftest
command - fixed exit codes (Protostar used to return exit code
0
despite failing tests)
How to upgrade Protostar
Run protostar upgrade
.
In case of issues, run the following script:
curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash