ferranbt / fastssz

Fast Ethereum2.0 SSZ encoder/decoder
MIT License
74 stars 44 forks source link

Add the version of `sszgen` in the generated code #101

Closed ferranbt closed 2 years ago

ferranbt commented 2 years ago

As of now, sszgen only includes the hash of the input code in the header of the generated code. It helps to figure out when the input code has been updated.

Sszgen should also include the version of the generator in the header.