Consensys / corset

4 stars 10 forks source link

Display `:bytes` in big endian #113

Closed DavePearce closed 1 month ago

DavePearce commented 1 month ago

Previously, columns marked as :bytes were displayed in the inspector in little endian form. However, this was awkward for comparing with normal hexadecimal values. For example, 0x1023 was shown as 23 10.

Therefore, have changed the display option to show :bytes in big endian notation. Thus, the example above shows as 10 23.