Skip to content

Releases: xJonathanLEI/starkli

v0.1.6

17 Jul 05:59
ba83680
Compare
Choose a tag to compare

This release further improves user experience by showing better error/warning messages, adding a new --log-traffic option for debugging when things go wrong, and the ability to manually set transaction fees.

For more information regarding transaction fees, check this page in the book.

Features

  • 4b85e4a: improve provider warning messages
  • 7c197e0: allow manually specifying max_fee
  • b0d90fb: --log-traffic for logging provider traffic
  • 2d3cebd: better help when no signer option is found
  • ddfb5aa: mention STARKNET_KEYSTORE in help text

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

v0.1.5

15 Jul 08:55
ee8d240
Compare
Choose a tag to compare

This release improves the ability to debug issues with starkli by making error messages more visible and adding the possibility to inspect raw network traffic.

Features

Misc

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Jul 03:10
c2aa6bf
Compare
Choose a tag to compare

Features

  • 7d2ac2b: use compiler 2.0.1 for all networks

Fixed

  • a8d0eb7: workaround for pathfinder declare fee issue

Full Changelog: v0.1.3...v0.1.4

v0.1.3

08 Jul 18:36
39be6f6
Compare
Choose a tag to compare

This release makes starkli more scriptable by improving how it deals with stdout and exit codes.

Features

  • f426ace: auto check if class has been declared
  • 56b7838: only print address to stdout for deploy

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Jul 14:32
4f1912d
Compare
Choose a tag to compare

Features

  • 503f8f1: bump compiler version to 2.0.1
  • e60f828: better error msg for casm option conflicts
  • da201c4: manually specify salt on deploy (#6) (by @glihm)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Jul 18:24
f5cfa73
Compare
Choose a tag to compare

Features

  • 3877ff1: manually specify casm hash for declare

Fixed

  • ff4b8c0: incorrect compiler version for testnets

Misc

  • d6f05f1: bump starknet-providers to 0.4.1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Jul 13:11
7d1957b
Compare
Choose a tag to compare

This release ships with full support for Starknet v0.12.0.

Features

  • fd060d0: auto compiler version selection
  • 1503b4d: work around sierra abi deser issues
  • 5f1d2e0: use pending block for sending txs

Fixed

  • 760e30e: network identifier aliases not accepted

Misc

  • 827b642: bump starknet to 0.4.0
  • b6f8060: bump compiler version to 2.0.0

Full Changelog: v0.0.1...v0.1.0

v0.0.1

25 Jun 10:58
1930287
Compare
Choose a tag to compare

The first public release of starkli with full feature parity with the current official CLI from cairo-lang.

Full Changelog: https://github.com/xJonathanLEI/starkli/commits/v0.0.1