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
Copy file name to clipboardExpand all lines: docs/development.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ To install `starknet-devnet-rs <https://github.com/0xSpaceShard/starknet-devnet-
23
23
Environment variables
24
24
^^^^^^^^^^^^^^^^^^^^^
25
25
26
-
In order to be able to run tests on testnet and integration networks (``starknet_py/tests/e2e/tests_on_networks/``), you must set some environmental variables:
26
+
In order to be able to run devnet client tests (``starknet_py/tests/e2e/client_devnet``) you must set environmental variable:
27
27
28
-
- ``SEPOLIA_INTEGRATION_RPC_URL``
29
28
- ``SEPOLIA_RPC_URL``
30
-
- ``SEPOLIA_INTEGRATION_ACCOUNT_PRIVATE_KEY``
31
-
- ``SEPOLIA_INTEGRATION_ACCOUNT_ADDRESS``
29
+
30
+
To run tests on testnet network (``starknet_py/tests/e2e/tests_on_networks/``) additionally you must set:
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