Skip to content

Releases: xJonathanLEI/starkli

v0.1.11

24 Aug 06:17
2d55098
Compare
Choose a tag to compare

This release adds support for Starknet v0.12.1.

Note

This release switches to use JSON-RPC specification v0.4.0. You need to use the v0.4.0 endpoint if you're using a JSON-RPC provider.

However, since most methods experienced no change from v0.3.0, you might be able to use certain features against a v0.3.0 endpoint.

Support for CPU parallelism has also been added for the experimental mine-udc-salt command.

Features

  • d46cd94: support starknet v0.12.1 and jsonrpc v0.4.0
  • b08191d: cpu parallelism for mine-udc-salt
  • af8b717: use compiler 2.1.0 for all networks

Full Changelog: v0.1.10...v0.1.11

v0.1.10

14 Aug 02:31
90ba98c
Compare
Choose a tag to compare

This release adds Argent X and Braavos account support. Users can now create these accounts from Starkli, or migrate existing accounts created through the official wallet applications using the starkli account fetch command.

A new starkli balance command is also added, allowing quick query of account Ether balances.

This will be the last release supporting JSON-RPC v0.3.0. Specification v0.4.0 will be used instead starting next release. Users who do not have access to v0.4.0 endpoints yet (e.g. those using API providers that do not offer an option to choose between versions) should stay on this version until they do.

Features

  • 331173c: braavos account support
  • abc8bf6: argent x account support
  • 00585c1: include jsonrpc version in verbose version
  • 00585c1: add balance command

Full Changelog: v0.1.9...v0.1.10

v0.1.9

07 Aug 18:03
38fd1dd
Compare
Choose a tag to compare

This release adds the Sierra compiler version 2.1.0 and uses it by default for testnets and the integration environment.

Features

  • 9c724ef: add sierra compiler version 2.1.0

Full Changelog: v0.1.8...v0.1.9

v0.1.8

21 Jul 13:17
d9bb4f7
Compare
Choose a tag to compare

This release adds a new lab command for accessing experimental features that have no stability guarantee. The only subcommand for now is the mine-udc-salt command, which tries to find a salt value for contract deployment that would result in an address with some specific prefix and/or suffix.

The hard-coded tx polling interval has also been decreased from 10 seconds to 5 seconds, as Starknet has become much faster.

Features

Misc

  • 5dfdeb4: change tx watching polling interval to 5s

Full Changelog: v0.1.7...v0.1.8

v0.1.7

18 Jul 09:18
b58907e
Compare
Choose a tag to compare

Fixed

  • ebcf7d5: tilde in path not expanded

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

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