Commit de28b86
committed
Remove FinalizedStateCheckFailureThreshold from shared MultiNode config
Move this field out of the shared MultiNode struct to avoid imposing it
on chains that don't use finalized state checking (e.g. Solana). The EVM
side provides this value through its own NodePool config, and the
framework's optional FinalizedStateCheckConfig interface handles the
type assertion in node_lifecycle.go.1 parent d499e3e commit de28b86
1 file changed
Lines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 101 | | |
112 | 102 | | |
113 | 103 | | |
| |||
164 | 154 | | |
165 | 155 | | |
166 | 156 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 157 | | |
0 commit comments