tangle-network / tangle

The Layer 1 blockchain for on-demand services.
https://www.tangle.tools/
GNU General Public License v3.0
51 stars 25 forks source link

[TASK] Remove bytes field type #834

Open Serial-ATA opened 2 days ago

Serial-ATA commented 2 days ago

With both Bytes and List(Field::Uint8) existing, it makes it difficult to handle de/serialization through blueprint-serde, and even pushes some work off to users (through having to use explicit bytes types).

We should just remove Bytes, and treat Vec<u8> as any other list.