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): fix snap sync + add healing #1505
base: main
Are you sure you want to change the base?
feat(l1): fix snap sync + add healing #1505
Changes from all commits
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
8f7cbfe
da6cff8
64835f3
c798c35
62084e8
02a89b2
a60948d
cc4452e
c86b553
05848a2
9d608f9
57f1e29
a7350d8
eb3ff59
dc6fdf1
0a8d4e8
cfce53d
493fa91
c6d6767
95a9af2
fd90f18
3191ddd
576ee33
a069f80
2ac1135
90f9ca5
bfcff0d
e942876
b00ac70
024efc9
83999e0
7821db9
85ce202
973f2d9
cafa197
cbdeeb6
c76cfeb
586ec79
3f5bb77
98f3270
7028663
711d987
d5b1ab5
2a59cdc
e21a77a
aec4c48
e1b2c6e
317ccb5
146d767
f53646c
ec6a9d4
1c945f6
5b93fbd
776ddc8
be70833
f501b02
ca622b6
43c9309
ffb9e68
fa81f67
b7197a8
eccaf9e
559076c
a07f35e
81ae7ed
563d51b
f10e6fb
8d70af3
af20a75
2715bf5
951b208
0f55228
3e534e4
6a09461
7b544da
8b3360f
f4f8f97
ba609b3
9aeaf94
7e4fb45
fb1ae9b
1baf3dc
35a81c5
90d68f2
ae33bbe
97ea513
1c6ace8
2f5961f
581b325
5d4d2ba
4ef7f11
2238897
d00f74a
28e6229
a878cf1
5e0c501
cd755ed
161565c
bc4b9e0
8ff54d9
ef2caf2
f33584f
385e264
f002e91
52831d0
5d58c9a
e90bc1d
612deb4
86203dd
8642f53
74e0e5d
6bbbada
1351a9d
b6b28db
ba17409
b5383aa
2054458
fd0518e
78e5641
dda5e72
c272e1b
af2fb82
215ae80
d52f95d
ff1fd94
b54e408
efc967b
1b4edb7
9e41b62
7c12d7f
12b2c77
a6a52c7
b26e825
04ac9ec
d7e9eee
32be829
6f8c9e9
72b2156
b77bdff
f18ca83
bb1a7dd
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.
Haven't read the implementation for this, but it's not clear what happens if some nodes are found and others have issues (partial success). Does it return
None
or the nodes that are valid? Seems like the comment should make this clearThere 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.
If a node is invalid then the whole response would be invalid, there are no partial successes.