This is the third pre-release for Pathfinder 0.17.0, addressing the latest Starknet 0.14.0 issues and allowing early access to JSON-RPC 0.9.0-rc.1 API.
⚠️ Please note that a new storage migration step has been added since the 0.17.0-beta.1 release. This migration step is performed once and might take multiple hours (depending on the available hardware and the database size). ⚠️
Fixed
- JSON-RPC v0.8.1
starknet_estimateFee
method call fails if the account balance is zero.
Changed
- The default value of the
--sync.poll-interval
configuration parameter has been changed to 1 seconds. Pathfinder is now polling both the latest block information and the pending/pre-confirmed block every second by default.
Removed
pathfinder_getProof
,pathfinder_getClassProof
andpathfinder_getTransactionStatus
(obsoleted by standardizedstarknet_*
APIs).