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

refactor: rename era2 to e2ss #1656

Merged
merged 2 commits into from
Feb 5, 2025
Merged

refactor: rename era2 to e2ss #1656

merged 2 commits into from
Feb 5, 2025

Conversation

KolbyML
Copy link
Member

@KolbyML KolbyML commented Jan 31, 2025

What was wrong?

So I talked with @arnetheduck and we will be renaming era2 to e2ss for 2 reasons

  • so era will be reserved for Ethereum chain history whether that is EL/CL/Both
  • era2 store didn't follow the era format, era refers to a period of 8192 blocks or slots, era2 was a 1 block snapshot of the state.

How was it fixed?

renaming era2 to e2ss

Paul will be updating era2.ethportal.net to e2ss.ethportal.net and updating the file type to e2ss, I won't merge this PR until that is done

@KolbyML KolbyML self-assigned this Jan 31, 2025
Copy link
Collaborator

@njgheorghita njgheorghita left a comment

Choose a reason for hiding this comment

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

nitpick I'm not a huge fan of E2ss... I'd prefer to user either e2ss or E2SS depending on the context / usecase

@@ -15,20 +15,20 @@ era is a format for storing beacon chain data more information can be found here

era1 is a format for storing all of Ethereum's pre merge blocks. It contains block headers, block bodies, and receipts for pre-merge block history which ranges block 0-15537394

## What is era2?
## What is e2ss?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Like here we use e2ss...


TODO: Add chart of snapshot size at every million block interval.

### Era2 analysis tool
### E2ss analysis tool
Copy link
Collaborator

Choose a reason for hiding this comment

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

And here we use E2ss... Though, I get it's the first word which is usually capitalized... but, I'd still rather see e2ss or E2SS here

Copy link
Collaborator

@morph-dev morph-dev left a comment

Choose a reason for hiding this comment

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

🚢

Not blocking, but just wondering. Should we maybe add in the README file what e2ss stands for?

@KolbyML KolbyML merged commit f0187cb into ethereum:master Feb 5, 2025
11 checks passed
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.

3 participants