github NethermindEth/juno v0.14.3-rc2

latest releases: v0.15.16, v0.15.15, v0.15.15-rc0...
pre-release8 months ago

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

Don't miss a new juno release

NewReleases is sending notifications on new releases.