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
eip7732: swap beacon_block_root and slot in places in DataColumnSidecar (#4656)
This PR swaps `beacon_block_root` and `slot` in places in
`DataColumnSidecar`.
Motivation: There are currently two versions of `DataColumnSidecar`.
During deserialization from SSZ, it can be tricky to determine which
container version to deserialize into. Having the same byte offset for
the `slot` field in both versions allows clients to read the `slot`
value from the bytes (and thus gain insight into the container version)
before full deserialization.
0 commit comments