-
Notifications
You must be signed in to change notification settings - Fork 108
localnet: test syncs #982
Copy link
Copy link
Open
3 / 33 of 3 issues completedLabels
status: in progressThis issue is currently being worked on. This label helps avoid duplicating workThis issue is currently being worked on. This label helps avoid duplicating workstatus: triageThis is awaiting review. Maintainers should this label once triagedThis is awaiting review. Maintainers should this label once triagedtype: enhancementThis improves existing functionalityThis improves existing functionality
Metadata
Metadata
Assignees
Labels
status: in progressThis issue is currently being worked on. This label helps avoid duplicating workThis issue is currently being worked on. This label helps avoid duplicating workstatus: triageThis is awaiting review. Maintainers should this label once triagedThis is awaiting review. Maintainers should this label once triagedtype: enhancementThis improves existing functionalityThis improves existing functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Confirmation
Problem
As of now, localnet runs multiple hemi nodes. It runs a sequencing and non-sequencing node. Both of these nodes are started at the same time, so they do not require a "sync".
We need a way to test both snap sync and full sync in localnet.
Suggested solution
Add two more Hemi l2 nodes (both running op-geth+op-node). These should be started far enough in the future from the current ones, where they'll require a "sync".
Set one to "snap sync" and the other to "full sync".
Add the following test cases:
Additional Information
as of now, let's leave this as one issue. if it becomes two large I will split it into 2. this may require #785 to be completed, but I am unsure at this time