Skip to content

feat: create ChainHead#1832

Merged
morph-dev merged 2 commits into
ethereum:masterfrom
morph-dev:chain_head
May 17, 2025
Merged

feat: create ChainHead#1832
morph-dev merged 2 commits into
ethereum:masterfrom
morph-dev:chain_head

Conversation

@morph-dev
Copy link
Copy Markdown
Collaborator

What was wrong?

We need a structure that will handle head of the chain data, including:

  • latest block
  • latest finalized block
  • latest historical summaries
  • ephemeral history content (to be added in the future PRs)

How was it fixed?

Created structure and added some simple ways for handling data.

Structure is currently not initialized or updated. I started working on this but it's getting more complicated than expected and I decided to split it into separate PR.

@morph-dev morph-dev requested a review from KolbyML May 16, 2025 13:25
@morph-dev morph-dev self-assigned this May 16, 2025
Copy link
Copy Markdown
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

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

:shipit: looks fine I wish it was used though

@morph-dev morph-dev merged commit a978748 into ethereum:master May 17, 2025
16 checks passed
@morph-dev morph-dev deleted the chain_head branch May 17, 2025 09:30
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