Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Remove bytes field type #834

Open
Serial-ATA opened this issue Nov 29, 2024 · 0 comments
Open

[TASK] Remove bytes field type #834

Serial-ATA opened this issue Nov 29, 2024 · 0 comments
Labels
Breaking Change Breaking change for any dependent apps (gadget, relayer etc..) optimization ⚙️ p1 🟠 task ✔️

Comments

@Serial-ATA
Copy link
Contributor

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.

@github-project-automation github-project-automation bot moved this to Not Started 🕧 in Webb Universe Nov 29, 2024
@Serial-ATA Serial-ATA moved this from Not Started 🕧 to Planning 🗺️ in Webb Universe Nov 29, 2024
@Serial-ATA Serial-ATA added optimization ⚙️ Breaking Change Breaking change for any dependent apps (gadget, relayer etc..) labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Breaking change for any dependent apps (gadget, relayer etc..) optimization ⚙️ p1 🟠 task ✔️
Projects
Status: Planning 🗺️
Development

No branches or pull requests

1 participant