v0.17.0-beta.3
Pre-release
Pre-release
·
1253 commits
to main
since this release
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.
Fixed
- JSON-RPC v0.8.1
starknet_estimateFeemethod call fails if the account balance is zero.
Changed
- The default value of the
--sync.poll-intervalconfiguration 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_getClassProofandpathfinder_getTransactionStatus(obsoleted by standardizedstarknet_*APIs).