eqlabs / pathfinder

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

fix(storage/block): remove code fetching parent block hash from parent block #2059

Closed kkovaacs closed 3 months ago

kkovaacs commented 3 months ago

We now have that as part of the header row. Plus, the old code fails if the parent block is not in the DB yet (possible during P2P header sync).