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

core: EIP-4844 part 4 #1536

Merged
merged 10 commits into from
Sep 20, 2023
Merged

core: EIP-4844 part 4 #1536

merged 10 commits into from
Sep 20, 2023

Conversation

yperbasis
Copy link
Member

@yperbasis yperbasis commented Sep 17, 2023

Implement ethereum/EIPs#7100, ethereum/EIPs#7154, ethereum/EIPs#7172, ethereum/EIPs#7354. Upgrade blst to v0.3.11 and evmone to ethereum/evmone@33c66e7 to pick up ethereum/evmone#668.

Continuation of PRs #945, #992, #1203.

@yperbasis yperbasis added the cancun The Cancun protocol upgrade label Sep 17, 2023
inline constexpr uint64_t kDataGasPerBlob{1u << 17};
inline constexpr uint64_t kMinDataGasPrice{1};
inline constexpr uint64_t kDataGasPriceUpdateFraction{2225652};
inline constexpr uint64_t kBlobGasPerBlob{1u << 17};
Copy link
Member

Choose a reason for hiding this comment

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

Maybe just kGasPerBlob can be better?

@yperbasis yperbasis merged commit 427fd07 into master Sep 20, 2023
3 checks passed
@yperbasis yperbasis deleted the eip-4844-4 branch September 20, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cancun The Cancun protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants