This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Decoding headers can fail #8553
Labels
F6-refactor 📚
Code needs refactoring.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
In ethcore, encoder.rs does not handle decoding errors. Make
Header::decode
,Block::decode
returnResult
and fix the resulting problems in consuming code.Header::decode
returnsResult
(PR Rlp decode returns Result #8527)Block::decode
returnsResult
The text was updated successfully, but these errors were encountered: