Skip to content

v0.11.3

Compare
Choose a tag to compare
@kkovaacs kkovaacs released this 14 Mar 07:58
· 1454 commits to main since this release
e82f5a2

This release fixes a race condition in starknet_estimateFee and starknet_simulateTransactions sometimes using CALLDATA L1 DA mode instead of BLOB.

Fixed

  • starknet_estimateFee and starknet_simulateTransactions always uses CALLDATA L1 DA mode if there is no pending block.
  • starknet_getTransactionStatus reports gateway errors as TxnNotFound. These are now reported as internal errors.
  • starknet_addXXX requests to the gateway use the configured gateway timeout, often causing these to timeout while waiting for
    a gateway response. These instead now use a much longer timeout.