Skip to content

Releases: eqlabs/pathfinder

v0.1.10-alpha

12 May 12:20
b3671fe
Compare
Choose a tag to compare

Fixes

  • Sync status highest block number not updating

Full Changelog: v0.1.9-alpha...v0.1.10-alpha

v0.1.9-alpha

11 May 11:01
Compare
Choose a tag to compare

Features

  • Support StarkNet 0.8.2 changes
  • Pathfinder release monitoring
    • Pathfinder actively monitors github for new releases
    • A warning level log will be emitted if a new release is detected
  • Support data directory config item
  • Set user-agent in L1 and L2 queries
    • the Ethereum user-agent config item is now deprecated
  • Add block numbers to sync status API
  • Improve readme documentation
  • Support deploy and invoke transactions via RPC API

Fixes

  • Fix transaction receipts not containing events
  • Dramatically improve RPC performance for block-related queries
  • Improve retry logic for L1 and L2 queries
    • Drastically reduces how much pathfinder nodes spam during transient network events
    • Remove a tight retry-loop for decoding
    • Adhere to rate-limiting
  • Change reorg events severity from warn to info

Full Changelog: v0.1.8-alpha...v0.1.9-alpha

v0.1.8-alpha

14 Apr 10:10
1ae33fb
Compare
Choose a tag to compare

Features

  • Upgrade to cairo-lang 0.8.1 and fix compatibility with Starknet 0.8.1 (#230 and #231)
  • Add support for the starknet_getEvents JSON-RPC API method.

Bug Fixes

  • Remove busy loop polling for the latest L2 block in case of a deserialization error (#239)

Breaking Changes

  • The environment variable names used by the Docker container have changed. The full list is documented in the README. (#224)
  • The name of the command line argument setting the HTTP User-Agent value to use with the Ethereum API has changed from --ethereum.user to --ethereum.user-agent (#223)

Full Changelog: v0.1.7-alpha...v0.1.8-alpha

v0.1.7-alpha

13 Apr 10:43
379ded1
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.1.6-alpha...v0.1.7-alpha

v0.1.6-alpha

16 Mar 15:25
327b14e
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.1.5-alpha...v0.1.6-alpha

v0.1.5-alpha

14 Mar 14:15
b905c25
Compare
Choose a tag to compare

Features

Fixes

Internal

Full Changelog: v0.1.4-alpha...v0.1.5-alpha

v0.1.4-alpha

11 Mar 07:48
ce2cd7f
Compare
Choose a tag to compare

Features

Internal

New Contributors

Full Changelog: v0.1.3-alpha...v0.1.4-alpha

v0.1.3-alpha

09 Mar 12:15
e6be562
Compare
Choose a tag to compare

Bug Fixes

Features

Internal

New Contributors

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

v0.1.2-alpha

03 Mar 14:08
9fd6c51
Compare
Choose a tag to compare

What's Changed

v0.1.1-alpha

03 Mar 10:50
b5f539e
Compare
Choose a tag to compare

What's Changed

Internal