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
feat: interpret tx as pending conditionally (#425)
In the upcoming Starknet version 0.12.0, the `PENDING` transaction
status will be removed. However, transactions can still live in a
pending block, and hence not have a block hash. Per JSON-RPC specs
transactions that do not have a block hash shall still be considered
`PENDING`.
0 commit comments