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: Separate gas type for calldata #8552

Merged
merged 6 commits into from
May 28, 2024
Merged

Add EIP: Separate gas type for calldata #8552

merged 6 commits into from
May 28, 2024

Conversation

vbuterin
Copy link
Contributor

Add a new type of gas for transaction calldata. Add a new transaction type that provides max_basefee and priority_fee as a vector, providing values for execution gas, blob gas and calldata gas. Modify EIP-1559 to use the same mechanism for the three types of gas.

@vbuterin vbuterin requested a review from eth-bot as a code owner May 13, 2024 14:22
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-core labels May 13, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented May 13, 2024

✅ All reviewers have approved.

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels May 13, 2024
@eth-bot eth-bot changed the title New EIP: separate gas type for calldata Add EIP: Separate gas type for calldata May 13, 2024
Copy link

The commit 513d424 (as a parent of 5ea7da6) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci Waiting on CI to pass label May 13, 2024
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label May 13, 2024
EIPS/eip-7704.md Outdated Show resolved Hide resolved
EIPS/eip-7704.md Outdated Show resolved Hide resolved
vbuterin and others added 3 commits May 14, 2024 09:50
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
EIPS/eip-7706.md Outdated Show resolved Hide resolved
Co-authored-by: Etan Kissling <etan@status.im>
@eth-bot eth-bot enabled auto-merge (squash) May 28, 2024 16:47
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 6951db5 into master May 28, 2024
10 checks passed
@eth-bot eth-bot deleted the vbuterin-patch-1 branch May 28, 2024 16:47
Copy link

@VersoriumX VersoriumX left a comment

Choose a reason for hiding this comment

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

VersoriumX

@@ -63,7 +63,7 @@ def get_max_fees(tx: Transaction) -> [int, int, int]:
elif tx.type == BLOB_TX_TYPE:
return [tx.max_fee_per_gas, tx.max_fee_per_blob_gas, tx.max_fee_per_gas]
elif is_eip_1559(tx.type):
return [tx.max_fee_per_gas, 0, max_fee_per_gas]

Choose a reason for hiding this comment

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

commit 9eb41928548665e15617b27d258ac13379390acc

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.

None yet

6 participants