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
I found the issue, it was introduced as part of the fix in #75.
The generator expects all the array types (including []byte) to have tags on the size even when the size is fixed (introduced in #65). I have to address that because it is confusing to have to set the size twice (one in the [n]byte and another in the tag).
It worked in bc5fefe because you have some Signature definitions with the ssz-size:"92" already and it was able to reuse them, which it should not do.
In the meantime, until the fix is done, you can set the ssz-size tag for all the Signature objects. That fixed the issue on my side.
Hi, it seems like there is a regression against
master
. I am able to runsszgen@bc5fefe
without error, butsszgen@fadd032
throws an error:This is running against
mergemock@c7e64af
.The text was updated successfully, but these errors were encountered: