Closed ralexstokes closed 1 year 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
e.g. the leading 0x appears to be missing from the Node type
0x
Node
related: #14.
fixed in #48
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