eqlabs / pathfinder

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

P2P sync: update class and storage tries #2111

Closed CHr15F0x closed 1 month ago

CHr15F0x commented 3 months ago

Currently both checkpoint and tracking sync do not update class and storage tries. As a result storage and class commitments are stored as 0s when syncing via p2p.

sistemd commented 1 month ago

Closed via https://github.com/eqlabs/pathfinder/pull/2159.