-
Notifications
You must be signed in to change notification settings - Fork 21k
Draft: New EraE implementation #32157
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint is failing, you can check on your machine with make lint
@@ -0,0 +1,91 @@ | |||
// Copyright 2024 The go-ethereum Authors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright 2024 The go-ethereum Authors | |
// Copyright 2025 The go-ethereum Authors |
@@ -0,0 +1,305 @@ | |||
package era2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
header
receiptoffsets []uint64 | ||
proofoffsets []uint64 | ||
tdoff []uint64 | ||
startTd *big.Int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are used and implemented, when I am writing sections it also appends with the offset of where item was written.
@@ -0,0 +1,429 @@ | |||
package era2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
header
No description provided.