Open fbozic opened 3 months ago
At the moment calimero stream protocol Message has data field which is Vec<u8> type. Convert data type to generic so we can rely on the type system.
Message
data
Vec<u8>
Original PR comment: https://github.com/calimero-network/core/pull/452#discussion_r1670455130
Initial estimation: ~2 days
At the moment calimero stream protocol
Message
hasdata
field which isVec<u8>
type. Convertdata
type to generic so we can rely on the type system.Original PR comment: https://github.com/calimero-network/core/pull/452#discussion_r1670455130