Commit 3b788bf
committed
Make max_blobs_per_block a config parameter (#6329)
Squashed commit of the following:
commit 04b3743
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 17:36:58 2025 +1100
Add test
commit 440e854
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 17:24:50 2025 +1100
Move RuntimeFixedVector into module and rename
commit f66e179
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 17:17:17 2025 +1100
Fix release tests
commit e4bfe71
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 17:05:30 2025 +1100
Thread through ChainSpec
commit 063b79c
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 15:32:16 2025 +1100
Try fixing tests
commit 88bedf0
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 15:04:37 2025 +1100
Revert "Remove footgun function"
This reverts commit de01f92.
commit 32483d3
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 15:04:32 2025 +1100
Fix typo
commit 2e86585
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 15:04:15 2025 +1100
Move from preset to config
commit 1095d60
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 14:38:40 2025 +1100
Minor simplifications
commit de01f92
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 14:06:57 2025 +1100
Remove footgun function
commit 0c2c8c4
Merge: 21ecb58 f51a292
Author: Michael Sproul <[email protected]>
Date: Mon Jan 6 14:02:50 2025 +1100
Merge remote-tracking branch 'origin/unstable' into max-blobs-preset
commit f51a292
Author: Daniel Knopik <[email protected]>
Date: Fri Jan 3 20:27:21 2025 +0100
fully lint only explicitly to avoid unnecessary rebuilds (#6753)
* fully lint only explicitly to avoid unnecessary rebuilds
commit 7e0cdde
Author: Akihito Nakano <[email protected]>
Date: Tue Dec 24 10:38:56 2024 +0900
Make sure we have fanout peers when publish (#6738)
* Ensure that `fanout_peers` is always non-empty if it's `Some`
commit 21ecb58
Merge: 2fcb293 9aefb55
Author: Pawan Dhananjay <[email protected]>
Date: Mon Oct 21 14:46:00 2024 -0700
Merge branch 'unstable' into max-blobs-preset
commit 2fcb293
Author: Pawan Dhananjay <[email protected]>
Date: Fri Sep 6 18:28:31 2024 -0700
Fix test from unstable
commit 12c6ef1
Author: Pawan Dhananjay <[email protected]>
Date: Wed Sep 4 16:16:36 2024 -0700
Fix some more tests
commit d37733b
Author: Pawan Dhananjay <[email protected]>
Date: Wed Sep 4 12:47:36 2024 -0700
Fix test compilations
commit 52bb581
Author: Pawan Dhananjay <[email protected]>
Date: Tue Sep 3 18:38:19 2024 -0700
cleanup
commit e71020e
Author: Pawan Dhananjay <[email protected]>
Date: Tue Sep 3 17:16:10 2024 -0700
Fix take impl on RuntimeFixedList
commit 13f9bba
Merge: 60100fc 4e675cf
Author: Pawan Dhananjay <[email protected]>
Date: Tue Sep 3 16:08:59 2024 -0700
Merge branch 'unstable' into max-blobs-preset
commit 60100fc
Author: Pawan Dhananjay <[email protected]>
Date: Fri Aug 30 16:04:11 2024 -0700
Fix some todos
commit a9cb329
Author: Pawan Dhananjay <[email protected]>
Date: Fri Aug 30 15:54:00 2024 -0700
Use empty_uninitialized and fix warnings
commit 4dc6e65
Author: Pawan Dhananjay <[email protected]>
Date: Fri Aug 30 15:53:18 2024 -0700
Add restrictions to RuntimeVariableList api
commit 25feedf
Author: Pawan Dhananjay <[email protected]>
Date: Thu Aug 29 16:11:19 2024 -0700
First pass1 parent 2dbd3b7 commit 3b788bf
File tree
51 files changed
+559
-263
lines changed- .cargo
- .github/workflows
- beacon_node
- beacon_chain
- src
- data_availability_checker
- tests
- client/src
- execution_layer/src
- engine_api
- test_utils
- http_api
- src
- tests
- lighthouse_network
- gossipsub/src
- src/rpc
- network/src
- network_beacon_processor
- sync
- tests
- store/src
- impls
- common/eth2_network_config/built_in_network_configs
- chiado
- gnosis
- holesky
- mainnet
- sepolia
- consensus
- state_processing/src
- types
- presets/gnosis
- src
- lcli/src
- testing/node_test_rig/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+559
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1243 | 1243 | | |
1244 | 1244 | | |
1245 | 1245 | | |
1246 | | - | |
| 1246 | + | |
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 178 | | |
197 | 179 | | |
198 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
| |||
400 | 403 | | |
401 | 404 | | |
402 | 405 | | |
403 | | - | |
| 406 | + | |
404 | 407 | | |
405 | 408 | | |
406 | 409 | | |
407 | 410 | | |
408 | 411 | | |
409 | | - | |
410 | | - | |
| 412 | + | |
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
| |||
0 commit comments