Use consistent hash type across headers#698
Conversation
a26bb4f to
bbb737b
Compare
Codecov Report
@@ Coverage Diff @@
## main #698 +/- ##
==========================================
+ Coverage 54.59% 54.76% +0.16%
==========================================
Files 52 52
Lines 10372 10356 -16
==========================================
+ Hits 5663 5671 +8
+ Misses 3840 3824 -16
+ Partials 869 861 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tuxcanfly
left a comment
There was a problem hiding this comment.
I'm curious why header.Hash is not [32]byte, it seems we are changing code which was expecting an array to now expect slice instead. Would loosening this restriction have any unknown side effects, not covered by test?
bc29dce
Do we intend to support non-32 byte hashes in the future? @tzdybal |
Most projects use |
Overview
Closes #689
Checklist