ralexstokes / ssz-rs

Implementation of ethereum's `ssz`
Apache License 2.0
102 stars 40 forks source link

unify handling of bytes #15

Closed ralexstokes closed 1 year ago

ralexstokes commented 2 years ago

across this repo and https://github.com/ralexstokes/ethereum-consensus

there are many bytes-like types that have specific ways of printing/serializing/deserializing

let's unify across both repos

ralexstokes commented 2 years ago

e.g. the leading 0x appears to be missing from the Node type

ralexstokes commented 2 years ago

related: #14.

ralexstokes commented 1 year ago

fixed in #48