Skip to content

Commit 21c87f2

Browse files
kkawulafranciszekjobddoktorski
authored
Update migration guide before 0.24.0 release (#1390)
* migration guide 0.24.0 record added * Add 'DevnetClient' to migration guide * Update migration guide with ledger signer info * Update docs/migration_guide.rst Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com> * Update docs/migration_guide.rst Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com> --------- Co-authored-by: Franciszek Job <54181625+franciszekjob@users.noreply.github.com> Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
1 parent e0178e3 commit 21c87f2

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/migration_guide.rst

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Migration guide
22
===============
33

4+
******************************
5+
0.24.0 Migration guide
6+
******************************
7+
8+
.. currentmodule:: starknet_py.devnet_utils.devnet_client
9+
10+
1. :class:`DevnetClient` has been implemented to interact with additional features of the `starknet-devnet-rs <https://github.com/0xSpaceShard/starknet-devnet-rs>`_
11+
12+
.. currentmodule:: starknet_py.net.signer.ledger_signer
13+
14+
2. :class:`LedgerSigner` has been implemented to enable signing with Ledger hardware wallet
15+
16+
0.24.0 Targeted versions
17+
------------------------
18+
19+
- Starknet - `0.13.1.1 <https://docs.starknet.io/documentation/starknet_versions/version_notes/#version0.13.1.1>`_
20+
- RPC - `0.7.1 <https://github.com/starkware-libs/starknet-specs/releases/tag/v0.7.1>`_
21+
22+
0.24.0 Breaking changes
23+
-----------------------
24+
25+
.. currentmodule:: starknet_py.net.client_models
26+
27+
1. :class:`CompiledContract` and :class:`ContractClass` have been renamed to :class:`DeprecatedCompiledContract` and :class:`DeprecatedContractClass`.
28+
2. :class:`ContractClassSchema` have been renamed to :class:`DeprecatedContractClassSchema`
29+
430
******************************
531
0.23.0 Migration guide
632
******************************
@@ -31,8 +57,6 @@ Version 0.23.0 of **starknet.py** comes with support for `SNIP-12 <https://githu
3157
2. :meth:`Account.verify_message` now accepts parameter ``typed_data`` as both :class:`~starknet_py.utils.typed_data.TypedData` and :class:`~starknet_py.net.models.typed_data.TypedDataDict`
3258
3. :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` has been added
3359

34-
3. :class:`CompiledContract`, :class:`ContractClass` and :class:`ContractClassSchema` have been renamed to :class:`DeprecatedCompiledContract`, :class:`DeprecatedContractClass` and :class:`DeprecatedContractClassSchema`
35-
3660
******************************
3761
0.22.0 Migration guide
3862
******************************

0 commit comments

Comments
 (0)