Skip to content

Releases: cartridge-gg/cainome

v0.2.3

10 Feb 18:48
Compare
Choose a tag to compare

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

Full Changelog: v0.2.2...v0.2.3

v0.2.1

16 Jan 04:00
Compare
Choose a tag to compare

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

05 Jan 18:09
Compare
Choose a tag to compare

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

19 Dec 02:18
2d4b52b
Compare
Choose a tag to compare

What's Changed

  • feat: allow loading of the entire Sierra class by @glihm in #2

Full Changelog: v0.1.6...v0.1.7

v0.1.6

18 Dec 20:14
Compare
Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

Adds support for ByteArray and bytes31 serialization/deserialization.