Release Highlights
This is a hotfix release fixing some issues that have been reported to us.
Fixed
starknet_estimateFee
fails if the validate entry point runs ouf of gas during L2 fee binary search.- Pathfinder stops syncing for a minute after logging an "L2 sync process terminated with: Download block from sequencer" error.
starknet_simulateTransactions
sometimes fails forDEPLOY_ACCOUNT
transactions if theSKIP_FEE_CHARGE
simulation flag is not set. This happens even though the account address has the sufficient funds to execute the transaction.