You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont know if its the best to apply this across the whole repo.
Ex: Log data from the POW chain stores its integers in big-endian. It can be confusing keeping in mind all these places where it is big-endian. I am leaning towards defaulting to big-endian across our repo excluding SSZ. Afaik there is no where in our repo where we use little endian
Looks the community has favored using small endian over big endian. Let's update that in our code base: ethereum/consensus-specs#139
This applies to SSZ and another potential location is: https://github.com/prysmaticlabs/prysm/blob/master/shared/bytes/bytes.go
The text was updated successfully, but these errors were encountered: