Commit d561a3a
authored
chore: add reth persistence and conditional rollkit init (#2330)
This PR adds two modifications on docker compose stacks :
1. **Reth block persistence**: Added flags to persist latest blocks on
disk for better data durability
2. **Conditional rollkit initialization**: Added configuration condition
to control rollkit initialization flow, to prevent issues on container
restarts
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added new configuration options to Ethereum client services for
enhanced customization.
- **Chores**
- Improved initialization logic to prevent redundant configuration setup
when starting services.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 2a732cf commit d561a3a
3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments