github eqlabs/pathfinder v0.5.4

latest releases: v0.14.3, v0.14.2, v0.14.1...
16 months ago

The primary focus of this release is to provide support for Starknet v0.11.1, and will continue to work for v0.11.0. Since this release is required for v0.11.1, you should update your node before the network is updated.

Added

  • Starknet v0.11.1 support
  • CORS support via the rpc.cors-domains configuration option
  • Transaction hashes are now verified as part of the sync process. Previously, these were not verified as the exact algorithm was underdocumented and the transaction format was still evolving.

Fixed

  • RPC server panic for unprefixed unregistered method names
  • Data can temporarily appear to go missing when transitioning from PENDING to ACCEPTED ON L2
    • This was commonly seen when rapidly monitoring a new transaction, which would go from PENDING to TXN_HASH_NOT_FOUND to ACCEPTED_ON_L2 as pathfinder moved the ephemeral pending data to latest data on disk.

Full Changelog: v0.5.3...v0.5.4

Don't miss a new pathfinder release

NewReleases is sending notifications on new releases.