eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
619 stars 227 forks source link

fix(pathfinder/sync/headers): fix header sync #2061

Closed kkovaacs closed 2 months ago

kkovaacs commented 3 months ago

This PR fixes a few unrelated issues in header sync:

It also temporarily disables signature verification as the signatures produced by the feeder gateway are invalid for some state diffs we produce due to feeder gateway bugs.

This is probably the easiest to review commit-by-commit.