This release fixes a race condition in starknet_estimateFee and starknet_simulateTransactions sometimes using CALLDATA L1 DA mode instead of BLOB.
Fixed
starknet_estimateFeeandstarknet_simulateTransactionsalways uses CALLDATA L1 DA mode if there is no pending block.starknet_getTransactionStatusreports gateway errors asTxnNotFound. These are now reported as internal errors.starknet_addXXXrequests 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.