|
1 | 1 | Migration guide
|
2 | 2 | ===============
|
3 | 3 |
|
| 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 | + |
4 | 30 | ******************************
|
5 | 31 | 0.23.0 Migration guide
|
6 | 32 | ******************************
|
@@ -31,8 +57,6 @@ Version 0.23.0 of **starknet.py** comes with support for `SNIP-12 <https://githu
|
31 | 57 | 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`
|
32 | 58 | 3. :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` has been added
|
33 | 59 |
|
34 |
| -3. :class:`CompiledContract`, :class:`ContractClass` and :class:`ContractClassSchema` have been renamed to :class:`DeprecatedCompiledContract`, :class:`DeprecatedContractClass` and :class:`DeprecatedContractClassSchema` |
35 |
| - |
36 | 60 | ******************************
|
37 | 61 | 0.22.0 Migration guide
|
38 | 62 | ******************************
|
|
0 commit comments