This release improves the stability of the client
Added
- Support to RPC specs
0.9.0-rc2
. Blocks can be queried by thel1_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