eqlabs / pathfinder

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

Audit error types propagated from p2p client to checkpoint sync #2302

Open CHr15F0x opened 2 weeks ago

CHr15F0x commented 2 weeks ago

Any errors coming from p2p::peer_agnostic::Client::*_stream should be irrecoverable errors.

For example:

CHr15F0x commented 2 weeks ago

More concrete steps: