Skip to content

Releases: eqlabs/pathfinder

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

v0.1.0-alpha

02 Mar 12:12
526b634
Compare
Choose a tag to compare

The first pathfinder alpha release!

Feature highlights:

  • stores the full StarkNet state and history locally
    • contract code and storage, and transactions
  • verifies StarkNet state against L1
    • calculates the root hash of the state Patricia-Merkle Trie on a block-by-block basic, comparing it against L1
    • this validates contract code and storage
  • serves an RPC API
  • execute StarkNet contract functions against local state and history without requiring a StarkNet transaction