ferranbt / fastssz

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

Add missing PutUint32 to HashWalker #84

Closed bboris-dev closed 2 years ago

bboris-dev commented 2 years ago

Code generation uses method PutUint32 for interface HashWalker but it is not present there.

ferranbt commented 2 years ago

Hi, PutUin32 has not been required yet by any user of the library. Do you feel you need it? Also, are you aware that your PR changed all the import paths to your personal repo? It could not be merged like that.

bboris-dev commented 2 years ago

Hi, yes I need PutUint32 support because of several my types use it. I fixed my repo.