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

Add EIP: Raise gas costs of hash functions #8367

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

vbuterin
Copy link
Contributor

Raise the gas costs of opcodes and precompiles that involve hash functions.

Raise the gas costs of opcodes and precompiles that involve hash functions.
@vbuterin vbuterin requested a review from eth-bot as a code owner March 31, 2024 05:07
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-core labels Mar 31, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Mar 31, 2024

✅ All reviewers have approved.

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Mar 31, 2024
EIPS/eip-7652.md Outdated
Comment on lines 43 to 44
| `KECCAK_BASE_COST` | 60 | 300 |
| `KECCAK_WORD_COST` | 12 | 60 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo for SHA256?

EIPS/eip-7652.md Outdated Show resolved Hide resolved
@eth-bot eth-bot enabled auto-merge (squash) April 1, 2024 15:53
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

@eth-bot eth-bot merged commit 702ece7 into master Apr 1, 2024
10 checks passed
@eth-bot eth-bot deleted the vbuterin-patch-2 branch April 1, 2024 15:53
| `KECCAK_BASE_COST` | 30 | 300 |
| `KECCAK_WORD_COST` | 6 | 60 |
| `KECCAK_BASE_COST` | 60 | 300 |
| `KECCAK_WORD_COST` | 12 | 60 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like a typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants