Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 06:18
· 21 commits to master since this release
89690d4

This release brings Ledger support to Starkli. Users can now use Ledger as a signer for any command expecting one. This is now the recommended way of managing accounts with a significant amount of funds:

Starknet Ledger app

A new page on the Starkli book has been added as a complete guide on using Ledger with Starkli. Check out the page for more details.

Support for OpenZeppelin account contract v0.14.0 has also been added.

Features

  • 4fc808d: read public key from Ledger wallet
  • 721c433: get ledger app version
  • 825adea: raw hash blind signing with Ledger
  • 0c1627c: use Ledger as signer via --ledger-path
  • 2a2e672: oz account contract 0.14.0
  • 92d3897: user-friendly EIP-2645 path parsing
  • 05172e0: eip-2645 echo command
  • b4eea71: display public key on Ledger by default

Fixed

  • dca7d91: ledger path from env var not using extension

Misc

  • c83b648: use latest starknet-rs rev

Full Changelog: v0.3.1...v0.3.2