v0.11.3
This release fixes a race condition in starknet_estimateFee
and starknet_simulateTransactions
sometimes using CALLDATA L1 DA mode instead of BLOB.
Fixed
starknet_estimateFee
andstarknet_simulateTransactions
always uses CALLDATA L1 DA mode if there is no pending block.starknet_getTransactionStatus
reports gateway errors asTxnNotFound
. 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.