filecoin-saturn / L1-node

Filecoin Saturn L1 Node • The edge cache layer of Filecoin's decentralized CDN 🪐
Other
140 stars 50 forks source link

make validateCarBlock throw errors instead of returning bool, so errors get propagated to logging #356

Closed guanzo closed 1 year ago

guanzo commented 1 year ago

Currently validation errors get printed to stdout, but we should report them in the logs for better visibility

Also, validateCarBlock was missing await this whole time XD, so it would always return truthy.