[TASK] Remove bytes field type #834
Labels
Breaking Change
Breaking change for any dependent apps (gadget, relayer etc..)
optimization ⚙️
p1 🟠
task ✔️
With both
Bytes
andList(Field::Uint8)
existing, it makes it difficult to handle de/serialization throughblueprint-serde
, and even pushes some work off to users (through having to use explicit bytes types).We should just remove
Bytes
, and treatVec<u8>
as any other list.The text was updated successfully, but these errors were encountered: