Skip to content

v0.15.1

Choose a tag to compare

@brbrr brbrr released this 25 Jul 08:44
· 114 commits to main since this release
d7fda3d

This release improves the stability of the client

Added

  • Support to RPC specs 0.9.0-rc2. Blocks can be queried by the l1_accepted block tag to get the latest Starknet block which is part of the finalized Ethereum state.
  • Dynamic timeout doesn't increase on bad request error response from feeder gateway.

Fixed

  • Increased constraints on when to warn when dynamic timeout increases beyond certain threshold
  • Fixed an edge case in TransactionByBlockIDAndIndex RPC endpoint.
  • Pending block now gets assigned latest block num + 1. Before it was 0, causing transaction that depend on it this info fail when estimating fee.

Full Changelog: v0.15.0...v0.15.1