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
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
A little food for thought: Would it be valuable to have the option to encode integers in big endian? SSZ has some really nice properties that others might want to leverage in other projects that may or may not be related to Ethereum. They might require integers encoded in big endian. This could be a future feature and will not be a priority within the next few months.
ethereum/consensus-specs#139 got merged.
Integers should now be encoded in little-endian format.
This includes prefixed lengths and encoded integers.
The text was updated successfully, but these errors were encountered: