Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(l1): full sync #1312
feat(l1): full sync #1312
Changes from all commits
6c04bb6
05c9a5e
f011aa6
8ea2644
42049ab
34e0d9c
940b6f3
8047f41
f474617
1d5223b
80329c7
297a37b
f25fb1a
0fdf562
c989418
12010b3
ed0186f
42f2af3
61ad329
13c44cf
ecb682f
f8bd1dc
b890f60
31aa8ac
34d8d84
9b85c69
013a977
66f759a
67cb57a
b1ea882
58da873
fe2fb77
50ca190
7062b1b
d609cae
c69690d
65f8c77
b7c0211
74173d2
777732a
0e3e276
abb28cf
fea174d
dc6752c
03d9928
c791a89
9fd88d3
2b9d207
37becaa
a6d2f08
c502f06
242502e
3b7d70e
384eff7
fa4be1b
1cf1e9b
349d05f
4fd0ee5
d02e8f2
0575a44
aa29e5f
89e144a
1d8c3f9
ea34fbc
e57f386
0a31fc9
2c0e30e
b3c4816
80bbc30
b7b978a
f02d29a
0e5a005
003d445
23974bb
b159f7d
12b0268
8e4c884
b80f19f
f03ef1e
098a584
9a57e37
f54af1d
b307261
9da6ec9
8a0fbbb
200d014
2332889
1805ef6
b270580
6af2d6e
9ec2129
2be03ee
09f688b
f494ad9
64610c3
d3acbd4
824afbc
19c0bf0
d32bb4e
7cad9b6
3b69cd7
16d1432
d7c036f
a2afdfd
3a65df9
43ae680
e69e954
998ed51
3cfd7c4
ad40f23
a41cf2b
68d5f83
275659a
6e1b4b7
167c591
aad0bcf
71357dd
cd847b9
37c93d7
92313f0
3eb5ee9
eb4fd0c
d50e0ff
856224d
f713657
30ba82f
21537d4
28bd344
c56ad04
bebce62
08c6668
e1f032f
9dc2752
bbe367d
63f1645
237f291
d5dfa30
55b0c37
01090b4
e1be0c6
bed25f7
f2c2eef
9050b0c
345ae96
0fa490f
df62fab
de3695f
cb92b60
87994d3
ec31d42
439a010
69f583c
58d7cb0
797d486
f2ea85f
34e2535
5b3f4b9
b0beea8
52fec40
39b9d19
b2375ca
04f94a3
fc3ecc8
774e1d1
827439e
377b794
185b884
2c8bb52
76d719a
9254ce8
0a27aab
68661c9
fdcbc99
6f1e304
925f536
f7f0bdb
0023b8a
8e8dba3
1a534cc
6a9db29
ff88780
7583488
849a354
0908bd5
c445edc
ec13ce5
2445f53
16cb1b6
8151cef
a7d5415
6c9dd01
87f2445
ad0f921
4fc5244
dab6172
d02c374
07e1f46
2b36bbb
2d711b6
56a4ee9
c444a01
d59b09a
8dd7c6d
7e4205c
c59b8be
03b73c8
e7d3dc4
5d4ad34
a3820e4
afcdc5a
c3d5106
fa275ec
c88d114
798fb05
a875680
356eaf0
a6d64f9
3f6df84
fc9cc3e
6b33d11
e6c2a08
da6cff8
64835f3
c798c35
62084e8
02a89b2
a60948d
cc4452e
c86b553
05848a2
9d608f9
57f1e29
a7350d8
eb3ff59
dc6fdf1
0a8d4e8
cfce53d
493fa91
c6d6767
95a9af2
fd90f18
3191ddd
576ee33
a0cc0a1
e4ef02d
0c21b5e
dd934f5
d563140
75be452
228dfb3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Full sync will only work for a network with a post-merge genesis, right?
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.
For the sync itself here is no check specifically preventing it from happening, we would get an error when trying to execute pre-merge blocks as we don't support them.