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

Cancun upgrade #911

Merged
merged 24 commits into from
Feb 27, 2024
Merged

Cancun upgrade #911

merged 24 commits into from
Feb 27, 2024

Conversation

karim-en
Copy link
Collaborator

@karim-en karim-en commented Jul 14, 2023

Handle upcoming Cancun upgrade:

  • Add new fields to the block header
pub blob_gas_used: Option<u64>,
pub excess_blob_gas: Option<u64>,
pub parent_beacon_block_root: Option<H256>,
  • Use the workspace version for near contracts.
  • Get rid of lighthouse dependencies in the eth-types crate and light client contract.
  • Reduce gas usage by removing the convert_branch step
  • Update lighthouse dependency for the blocks relayer

@karim-en karim-en marked this pull request as ready for review January 15, 2024 17:04
@karim-en karim-en merged commit 6620a56 into master Feb 27, 2024
20 of 27 checks passed
@karim-en karim-en deleted the cancun-upgrade branch February 27, 2024 17: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