v0.14.3-rc2
Pre-release
Pre-release
This release focuses on RPC accuracy improvements and smarter handling of feeder gateway request timeouts.
Added
- Flexible Feeder Gateway Timeouts: The
--gw-timeouts
flag now offers flexible configuration for request timeouts. You can specify timeouts in three ways:- Single value (e.g., 5s): After each failed request, the timeout will increase dynamically.
- Comma-separated list (e.g., "5s,10s,20s"): Each timeout value in the list will be used sequentially after failures.
- Single value with a trailing comma (e.g., 5s,): A fixed timeout will be used for all requests without dynamic adjustments. (#2691)
Fixed
- Incorrect gas estimation when
l2_gas
is set: Fixed a bug wherestarknet_estimateFee
returned wronggas_consumed
ifresource_bounds.l2_gas
wasn't 0. Affected RPC v6 and v7 (#2703).
Full Changelog: v0.14.3-rc1...v0.14.3-rc2