Uh oh!
There was an error while loading. Please reload this page.
Use consistent hash type across headers - #698
Conversation
a26bb4f to
bbb737bCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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. |
Uh oh!
There was an error while loading. Please reload this page.
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?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bc29dceManav-Aggarwal
commented
Jan 22, 2023
Do we intend to support non-32 byte hashes in the future? @tzdybal |
tzdybal
commented
Jan 22, 2023
Most projects use |
Overview
Closes#689
Checklist