All changes are relative to v0.8.0-alpha.1.
Usage related changes
- Expanded type support in parsing Cairo 1 function input and output
- ClassHash, EthAddress, u256, u32
- Fixed event support for Cairo 1 contracts
- Supported fee estimation of Cairo 1 contract declaration (declare v2)
- Documentation fixes
Merged PRs
- adapt.ts: fix core::integer::u32 by @cfal in #360
- fix reading cairo 1.0 input specs by @cfal in #359
- adapt.ts: add support for core::integer::u256 by @cfal in #358
- Add support for class_hash::ClassHash by @augustbleeds in #362
- Support estimate fee on declare v2 by @Nathan-SL in #361
- Support eth address by @FabijanC in #364
New Contributors
- @augustbleeds made their first contribution in #362
Full Changelog: v0.8.0-alpha.1...v0.8.0-alpha.2