You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* schemas moved to trace_api.py
* schemas moved to transactions.py
* add schemas/rpc/block.py
* delete duplicates
* file rename
* rename ContractClass -> DeprecatedContractClass
* event schema moved to event.py
* everything moved from gateway.py
* rm gateway.py
* styling
* StarknetBlockWithTxHashesSchema moved to block.py
* lint
* change List field type in SierraContractClassSchema
* add breaking changes in migration guide
* circular import fix, general.py added
Copy file name to clipboardExpand all lines: docs/migration_guide.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Version 0.23.0 of **starknet.py** comes with support for `SNIP-12 <https://githu
31
31
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
32
3. :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` has been added
33
33
34
+
3. :class:`CompiledContract`, :class:`ContractClass` and :class:`ContractClassSchema` have been renamed to :class:`DeprecatedCompiledContract`, :class:`DeprecatedContractClass` and :class:`DeprecatedContractClassSchema`
0 commit comments