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

fix(gas): add utils for protected storage gas cost #110

Merged
merged 1 commit into from
May 15, 2024

Conversation

dartdart26
Copy link
Collaborator

Utils in this PR are to be used in go-ethereum in order to charge gas for protected storage - on SSTORE and SLOAD of handles.

@dartdart26 dartdart26 self-assigned this May 9, 2024
@dartdart26
Copy link
Collaborator Author

I am actually not 100% sure if gas costs themselves are correct, please double check.

Utils in this PR are to be used in go-ethereum in order to charge gas
for protected storage - on SSTORE and SLOAD of handles.
@dartdart26 dartdart26 force-pushed the petar/add-gas-cost-for-privileged-storage branch from 956f729 to 0dfd811 Compare May 10, 2024 12:49
@dartdart26 dartdart26 merged commit 61ae01d into main May 15, 2024
2 checks passed
@dartdart26 dartdart26 deleted the petar/add-gas-cost-for-privileged-storage branch May 15, 2024 14:16
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

Successfully merging this pull request may close these issues.

2 participants