Commit e690e3c
Send FCUs to L2/Builder concurrently (#206)
* Make FCU calls concurrent
* Fix
* Fix tests
* Remove debug statement
* More fixes
* Remove print statement
* Remove from README
* Update flag
* Fix lint
* chore: simplify concurrent fcu logic (#208)
* chore: simplify concurrent fcu logic
* fix: remove duplicate file
* chore: remove unused function
* docs: document when fcu does not contain payload attrs
* docs: fix comments
* docs: use l2 client instead of execution client
---------
Co-authored-by: 0xKitsune <[email protected]>1 parent 931d4d2 commit e690e3c
File tree
5 files changed
+109
-162
lines changed- src
- tests
5 files changed
+109
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 101 | | |
110 | 102 | | |
111 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 158 | | |
168 | 159 | | |
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
172 | | - | |
173 | 163 | | |
174 | 164 | | |
175 | 165 | | |
| |||
0 commit comments