Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoktorski committed Dec 18, 2023
1 parent b882401 commit 5a0631e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ Migration guide
1. :class:`GatewayClient` all related classes and fields have been removed.
2. Client ``net`` property has been removed.
3. :class:`TransactionReceipt` field ``execution_resources`` has been changed from ``dict`` to :class:`ExecutionResources`.
4. :class:`TransactionReceipt` fields ``status`` and ``rejection_reason`` have been removed.
5. :class:`TransactionStatus`, :class:`TransactionExecutionStatus` and :class:`TransactionFinalityStatus` have been changed to have the same structure as in RPC specification.

0.19.0 Minor changes
--------------------

1. :class:`L1HandlerTransaction` field ``nonce`` is now required.
2. :class:`TransactionReceipt` fields ``finality_status``, ``execution_status`` and ``execution_resources`` are now required.

**********************
0.18.3 Migration guide
Expand Down

0 comments on commit 5a0631e

Please sign in to comment.