-
Notifications
You must be signed in to change notification settings - Fork 995
linea genesis and network name #9436
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
Conversation
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
| * Linea network name <a href="https://docs.linea.build/get-started/how-to/run-a-node/besu">Linea | ||
| * Besu developer info</a> | ||
| */ | ||
| LINEA("/linea.json", BigInteger.valueOf(59144), true, NativeRequirement.MAINNET), |
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.
Might also want Linea Sepolia as well
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.
added linea_sepolia
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
fab-10
left a comment
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.
LGTM, have you tried to sync?
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
|
Note this does not include bootnode config so you still need to configure that separately eg https://github.com/Consensys/linea-monorepo/blob/main/docs/getting-started/linea-mainnet/execution-layer-static-nodes.json |
|
@fab-10 I think seeing it's actively syncing is sufficient - don't need to see it complete sync? |
|
@macfarla should not take too long to synchronize, are you doing a SNAP sync? |
it's full sync, bonsai, with maru. |
|
Don't think we need to see it finish syncing. Though would be nice. Snap sync shouldn't take that long though. |
|
I approve, but it will be nice if you can run a SNAP sync and ensure that the node follows the chain |
* linea genesis and network name * add linea-sepolia Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>



PR description
Add Linea mainnet to list of known networks.
So you can run
besu --network=lineagenesis from https://github.com/Consensys/linea-monorepo/tree/main/docs/getting-started/linea-mainnet/besu
linea docs https://docs.linea.build/get-started/how-to/run-a-node/
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply./gradlew build./gradlew acceptanceTest./gradlew integrationTest./gradlew ethereum:referenceTests:referenceTests