What is wrong?
In ethereum/trinity#1918, we copied https://github.com/protolambda/eth2fastspec into our repo and made the minimal changes required for compatibility. A major improvement in code quality would be to replace the existing helper functions with their optimized versions.
How can it be fixed
What is wrong?
In ethereum/trinity#1918, we copied https://github.com/protolambda/eth2fastspec into our repo and made the minimal changes required for compatibility. A major improvement in code quality would be to replace the existing helper functions with their optimized versions.
How can it be fixed
ValidationErrorsinstead ofAssertionErrorswhen validation fails Eth2fastspec validation cleanup. trinity#1977