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

VIP: ByteArray type #3560

Open
charles-cooper opened this issue Aug 18, 2023 · 1 comment
Open

VIP: ByteArray type #3560

charles-cooper opened this issue Aug 18, 2023 · 1 comment

Comments

@charles-cooper
Copy link
Member

Simple Summary

Add a "mutable bytes" type to Vyper for helping build bytestrings, analogous to python's bytearray.

Motivation

The motivation is critical for VIPs that add or change Vyper's functionality. It should clearly explain why the existing Vyper functionality is inadequate to address the problem that the VIP solves as well as how the VIP is in line with Vyper's goals and design philosophy.

TBD

Specification

The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow any developer to implement the functionality

TBD

Backwards Compatibility

None known

Dependencies

If this VIP depends on any other VIPs being implemented, please mention them.

References

Add any references that this VIP might reference (other VIPs/issues, links to blog posts, etc.)

Copyright

Copyright and related rights waived via CC0

@charles-cooper
Copy link
Member Author

related: #4345 and #3562

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant