This adds a couple more checks for the proof supplied via -avaproof:
- Make sure the serialized proof is not total garbage
- Make sure the master private key matches the proof master public key
Differential D9471
[avalanche] Improve proof checking at startup Fabien on May 4 2021, 06:28. Authored by
Details
This adds a couple more checks for the proof supplied via -avaproof:
ninja check-functional
Diff Detail
Event Timeline
Comment Actions Improve the error message to be more meaningful and consistent with other parts of the codebase. |