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
@@ -36,8 +36,8 @@ Version 0.18.3 of **starknet.py** comes with support for RPC 0.5.0!
36
36
1. :class:`StarknetBlock`, :class:`StarknetBlockWithTxHashes`, :class:`PendingStarknetBlock` and :class:`PendingStarknetBlockWithTxHashes` now have two additional fields: ``starknet_version`` and ``l1_gas_price``.
37
37
2. :class:`PendingStarknetBlock` and :class:`PendingStarknetBlockWithTxHashes` fields ``timestamp``, ``sequencer_address`` and ``parent_block_hash`` are now required, not optional.
38
38
3. :class:`TransactionReceipt` now has an additional field - ``message_hash`` (for ``L1_HANDLER_TXN_RECEIPT``).
39
-
4. All optional fields in ``TransactionTrace`` classes are now required.
40
-
5. :class:`InvokeTransactionTrace`, :class:`DeclareTransactionTrace`and :class:`DeployAccountTransactionTrace` classes now have an additional field - ``state_diff``.
39
+
4. Most fields in ``TransactionTrace`` classes are now optional.
40
+
5. :class:`InvokeTransactionTrace`, :class:`DeclareTransactionTrace`, :class:`DeployAccountTransactionTrace` and :class:`L1HandlerTransactionTrace` classes now have an additional field - ``state_diff``.
0 commit comments