Skip to content

Releases: cartridge-gg/cainome

v0.3.0

05 Jul 22:58
6c82c5b
Compare
Choose a tag to compare

What's Changed

  • fix: don't consume self by @lambda-0x in #34
  • feat: import serde 1 by @glihm in #35
  • fix: add missing PartialOrd trait by @glihm in #36
  • fix: restore with_block to initialize a contract and a reader by @glihm in #37
  • Update README.md by @tarrencev in #39
  • ⚠️ breaking ⚠️ : bump starknet-rs to 0.11.0 + migrate to the new Felt type by @kariy in #40
  • feat: add execution v1 or v3 as a parameter by @glihm in #42

New Contributors

Full Changelog: v0.2.9...v0.3.0

v0.2.9

03 May 02:17
33f054d
Compare
Choose a tag to compare

What's Changed

  • fix: use set_block instead of with_block for better usage by @glihm in #33

Full Changelog: v0.2.8...v0.2.9

v0.2.8

02 May 22:00
a3ef5bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

24 Apr 20:08
bed53f7
Compare
Choose a tag to compare

What's Changed

  • feat: cainome cli update and new config parsing by @glihm in #22
  • chore: bump starknet-rs to 0.10.0 by @glihm in #28
  • feat: add Abigen to generate bindings without macro by @glihm in #29

Full Changelog: v0.2.6...v0.2.7

v0.2.6

24 Apr 05:05
07ba9c9
Compare
Choose a tag to compare

What's Changed

  • feat: add trait partial ord by @ybensacq in #20
  • fix: update examples and add with_block_id to the Contract by @glihm in #25
  • fix: ensure empty cairo0 array can be deserialized by @glihm in #26

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

14 Feb 18:20
54df2a4
Compare
Choose a tag to compare

What's Changed

  • chore: bump starknet-rs to 0.9.0 by @glihm in #17

Full Changelog: v0.2.4...v0.2.5

v0.2.4

14 Feb 18:18
a30cc79
Compare
Choose a tag to compare

What's Changed

  • chore: ensure tokio is only used for the binary by @glihm in #18

Full Changelog: v0.2.3...v0.2.4

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.