Releases: cartridge-gg/cainome
Releases · cartridge-gg/cainome
v0.2.3
What's Changed
- Create LICENSE by @tarrencev in #12
- feat: add raw_call that does not deserialize the call result by @glihm in #14
- feat: add support for Cairo 0 programs by @glihm in #15
- fix: add support for more rust reserved keywords by @glihm in #16
New Contributors
- @tarrencev made their first contribution in #12
Full Changelog: v0.2.2...v0.2.3
v0.2.1
Full Changelog: v0.2.0...v0.2.1
Use now TokenizedAbi
to express a set of tokens parsed from the ABI, organized in logical manner:
- structs
- enums
- functions (standalone functions)
- interfaces with their functions
v0.1.8
Full Changelog: v0.1.7...v0.1.8
add parsing of artifacts in-place instead of only accepting a json file path.
v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
Adds support for ByteArray
and bytes31
serialization/deserialization.