Skip to content

v0.14.3-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@wojciechos wojciechos released this 07 Apr 12:45
· 46 commits to main since this release
ba76165

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 where starknet_estimateFee returned wrong gas_consumed if resource_bounds.l2_gas wasn't 0. Affected RPC v6 and v7 (#2703).

Full Changelog: v0.14.3-rc1...v0.14.3-rc2