Release Highlights
Pathfinder 0.22.3 fixes starknet_estimateFee and starknet_simulateTransactions rejecting transactions with a non-zero tip.
Changed
starknet_getEventsnow returnsblock_numberfor events from pre-confirmed and pre-latest blocks.
Fixed
starknet_estimateFeeandstarknet_simulateTransactionsrejecting transactions with a non-zero tip when the account balance could cover the fee. The maximum L2 gas bound now accounts for the tip, matching the blockifier's fee calculation (max_amount * (max_price_per_unit + tip)).