This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
v0.8.0
Highlights ✨
- Added support for Cairo v0.9.1
- Added
--lite_mode
fornile node
- Improve overall error/exception handling and messages
What's Changed
- Fix passing optional args in
_compile_contract
by @andrew-fleming in #150 - Fix failing build deps in python3.7 by @andrew-fleming in #156
- Add CONTRIBUTING.md by @andrew-fleming in #152
- Add support for cairo v0.9.1 with
--no_wallet
by @andrew-fleming in #154 - Add lite-mode by @andrew-fleming in #153
- Add no-wallet to account command by @andrew-fleming in #160
- Improve error handling of account init with invalid key by @andrew-fleming in #158
- Reduce
subprocess
verbosity on call, or invoke, error by @ca11ab1e in #126
New Contributors
Full Changelog: v0.7.1...v0.8.0