446 B
446 B
-
Check whether
HashKey
can be reduced to a simple 32 byte array (see desc_identifiers.nim) -
Remove the
RlpData
accounts payload type. It is not needed as a separate data type. An application must know the layout. So it can be subsumed underRawData
(which could be renamedPlainData
.) -
Currently, the data save/store logic only works when there is s VertexID(1) root. In tests without a VertexID(1) a dummy node is set up.