This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
v0.11.0
What's Changed
- Refactor tests and change network in tests to
localhost
by @andrew-fleming in #270 - Support hex parameters in Account.send by @martriay in #253
- Update universal deployer address by @martriay in #255
- Create .env with
nile init
and remove example.env by @andrew-fleming in #265 - Support mainnet chain_id by @martriay in #275
- Add support for goerli2 and integration testnets by @martriay in #272
- Add cairo_path to compile command (CLI and NRE) by @ericnordelo in #241
- Support starknet token for mainnet deployments by @ericnordelo in #263
- Set default max_fee in account functions by @ericglau in #262
- Make get_hash return hex by @martriay in #257
- Add
status
command and chaining. by @trevis-dev in #122 - Add hex int pattern entry to CONTRIBUTING by @ericnordelo in #279
- Separate CLI and NRE scopes when integrating plugins by @ericnordelo in #273
- Small update to hex/int pattern. by @ericnordelo in #282
- Change
register_class_hash
to take int by @ericglau in #288 - Log address as hex in
update_abi
by @ericglau in #290 - Update README.md by @ericnordelo in #286
- Log as alias or address in
update_abi
by @ericglau in #292 - Replace subprocess by @andrew-fleming in #236
- Deploy through Accounts by @ericnordelo in #276
- Support Cairo 0.10.1 by @martriay in #268
New Contributors
- @trevis-dev made their first contribution in #122
Full Changelog: v0.10.0...v0.11.0