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

See if gas cost of invalidateHash can be reduced #346

Open
area opened this issue Sep 12, 2018 · 0 comments
Open

See if gas cost of invalidateHash can be reduced #346

area opened this issue Sep 12, 2018 · 0 comments

Comments

@area
Copy link
Member

area commented Sep 12, 2018

When we call invalidateHash, we shouldn't need information of the invalidated hash any more. We might therefore be able to reduce the gas costs for calling invalidateHash by deleting the data we don't need related to the hash and freeing the relevant storage slots.

TODO1 TODO2

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

No branches or pull requests

1 participant