We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.24.3
1 parent 57f975c commit bfcdb20Copy full SHA for bfcdb20
docs/migration_guide.rst
@@ -8,7 +8,11 @@ Migration guide
8
0.24.3 Minor changes
9
--------------------
10
11
-Updated `crypto-cpp-py <https://github.com/software-mansion-labs/crypto-cpp-py>`_ to version ``1.4.5``.
+1. Updated `crypto-cpp-py <https://github.com/software-mansion-labs/crypto-cpp-py>`_ to version ``1.4.5``.
12
+
13
+.. currentmodule:: starknet_py.net.signer.ledger_signer
14
15
+2. Ledger support (see :class:`LedgerSigner`) is now optional. To use it, install the package with ``poetry install -E ledger``.
16
17
******************************
18
0.24.2 Migration guide
0 commit comments