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

dev: refactor Stack to use Nullable<u256> instead of storing (low, high) manually #45

Closed
enitrat opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@enitrat
Copy link
Collaborator

enitrat commented Aug 2, 2023

The current implementation of the stack stores u256 by storing both the low and high part in two consecutive dict locations. We should refactor it to store Nullable<u256> in the dict instead.

@enitrat enitrat added the enhancement New feature or request label Aug 2, 2023
@enitrat enitrat self-assigned this Aug 2, 2023
@enitrat enitrat closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant