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

feat: require explicit types for mutable collections using base python types #325

Closed
enitrat opened this issue Dec 31, 2024 · 0 comments · Fixed by #326
Closed

feat: require explicit types for mutable collections using base python types #325

enitrat opened this issue Dec 31, 2024 · 0 comments · Fixed by #326
Assignees

Comments

@enitrat
Copy link
Collaborator

enitrat commented Dec 31, 2024

bytearray and list classes are used in EELS for types that don't necessarily require to be mutable. as done for #307, treat the list type like a regular array, and create a Stack type that inherits List[U256] for a specific mutable collection usage

@enitrat enitrat self-assigned this Dec 31, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Keth Dec 31, 2024
@enitrat enitrat moved this from Backlog to Todo in Keth Dec 31, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Keth Dec 31, 2024
@ClementWalter ClementWalter added this to the EELS migration milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants