github eqlabs/pathfinder v0.2.3-alpha

latest releases: v0.14.4, v0.14.3, v0.14.2...
2 years ago

Big feature release, added new rpc endpoints and configurability.

Added

  • feat(rpc): starknet_estimateFee #388 #400
    • Note: there is a known issue where contracts involving a library_call are currently not supported. This limitation also applies to starknet_call. A fix for this is planned for the next release.
  • feat(sync): Verify block hashes #308
  • feat(rpc): starknet_{call,estimateFee} will now return INVALID_ENTRY_POINT errors #396
  • feat(storage): use a connection pool for RPC queries #347
    • This improves the performance of the RPC server significantly, and should see a large CPU usage reduction when under load.
  • feat(sync): support sequencer url configuration #379
    • This is useful if using a proxy in front of the Starknet Gateway.
  • feat(rpc): starknet_{getClass,getClassHashAt,getClassAt} #350
  • feat(cli): --python-subprocesses <NUM> configuration option #385

Changed

  • feat(sync): accounting for L1 reorg bug tracking #382 related to #381

Full Changelog: v0.2.2-alpha...v0.2.3-alpha

Don't miss a new pathfinder release

NewReleases is sending notifications on new releases.