Commit 11f9ae0
authored
Beacon node startup cleanups (#7665)
* Beacon node startup cleanups
* KZG can now be loaded lazily - at the same time, normalise command
line parameter for using a different setup to use `--debug` prefix like
all other hidden options, allowing the option can be shared between
eth1/eth2
* move init logic around so that "main thread" / process-related
initialization has its own home that is not shared with libraries
* make init fail gracefully (instead of quitting)
* remove error handling made redundant by `async` raises
* test fixes
* more tests
* eh1 parent bb9b53a commit 11f9ae0
File tree
8 files changed
+228
-259
lines changed- beacon_chain
- networking
- sync
- tests
- consensus_spec
8 files changed
+228
-259
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
680 | 679 | | |
681 | 680 | | |
682 | 681 | | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | 682 | | |
687 | 683 | | |
688 | | - | |
689 | | - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
690 | 688 | | |
691 | 689 | | |
692 | 690 | | |
| |||
760 | 758 | | |
761 | 759 | | |
762 | 760 | | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | 761 | | |
769 | 762 | | |
770 | 763 | | |
| |||
1530 | 1523 | | |
1531 | 1524 | | |
1532 | 1525 | | |
1533 | | - | |
1534 | | - | |
1535 | | - | |
1536 | | - | |
1537 | | - | |
1538 | | - | |
1539 | | - | |
1540 | | - | |
1541 | | - | |
1542 | | - | |
1543 | 1526 | | |
1544 | 1527 | | |
1545 | 1528 | | |
| |||
0 commit comments