ChainSafe / ssz

Typescript implementation of Simple Serialize (SSZ)
https://simpleserialize.com/
Other
50 stars 19 forks source link

Support full Uint64 in simpleserialize.com #326

Closed wemeetagain closed 1 year ago

wemeetagain commented 1 year ago

Is your feature request related to a problem? Please describe.

See https://discord.com/channels/595666850260713488/598292067260825641/1126886479898099752 "I found that tool very useful to check against something working when trying to find root mismatches but most static tests would fall out of the 53 bit limits"

Describe the solution you'd like

Support the full uint64 range on the website