calimero-network / core

Calimero 2.0
https://calimero-network.github.io/
Other
57 stars 8 forks source link

Genericize data in stream protocol `Message` #468

Open fbozic opened 3 months ago

fbozic commented 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.

Original PR comment: https://github.com/calimero-network/core/pull/452#discussion_r1670455130

fbozic commented 3 months ago

Initial estimation: ~2 days