Skip to content

Commit ce3e2da

Browse files
committed
1 parent ef14ad0 commit ce3e2da

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

charts/celestia-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.7.0
18+
version: 0.7.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/celestia-node/files/config.toml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
[State]
1616
DefaultKeyName = "my_celes_key"
1717
DefaultBackendName = "test"
18-
18+
EstimatorAddress = ""
19+
EnableEstimatorTLS = false
1920
[P2P]
2021
ListenAddresses = ["/ip4/0.0.0.0/udp/2121/quic-v1", "/ip6/::/udp/2121/quic-v1", "/ip4/0.0.0.0/tcp/2121", "/ip6/::/tcp/2121"]
2122
AnnounceAddresses = []
@@ -45,15 +46,12 @@
4546
UseShareExchange = true
4647
[Share.EDSStoreParams]
4748
RecentBlocksCacheSize = 10
48-
[Share.ShrExEDSParams]
49-
ServerReadTimeout = "5s"
50-
ServerWriteTimeout = "1m0s"
51-
HandleRequestTimeout = "1m0s"
52-
ConcurrencyLimit = 10
53-
BufferSize = 32768
54-
[Share.ShrExNDParams]
55-
ServerReadTimeout = "5s"
56-
ServerWriteTimeout = "1m0s"
49+
[Share.ShrexClient]
50+
ReadTimeout = "2m0s"
51+
WriteTimeout = "5s"
52+
[Share.ShrexServer]
53+
ReadTimeout = "5s"
54+
WriteTimeout = "1m0s"
5755
HandleRequestTimeout = "1m0s"
5856
ConcurrencyLimit = 10
5957
[Share.PeerManagerParams]
@@ -70,28 +68,28 @@
7068
AdvertiseInterval = "22h0m0s"
7169

7270
[Header]
73-
TrustedHash = {{ .Values.config.trustedHash | quote }}
7471
TrustedPeers = []
7572
[Header.Store]
7673
StoreCacheSize = 4096
7774
IndexCacheSize = 16384
7875
WriteBatchSize = 2048
7976
[Header.Syncer]
80-
TrustingPeriod = "168h0m0s"
77+
SyncFromHash = {{ .Values.config.trustedHash | quote }}
78+
SyncFromHeight = {{ toString .Values.config.startHeight | replace "\"" "" }}
79+
PruningWindow = "337h0m0s"
8180
[Header.Server]
8281
WriteDeadline = "8s"
8382
ReadDeadline = "1m0s"
84-
RangeRequestTimeout = "10s"
83+
RequestTimeout = "10s"
8584
{{- if ne .Values.config.type "bridge" }}
8685
[Header.Client]
8786
MaxHeadersPerRangeRequest = 64
88-
RangeRequestTimeout = "8s"
87+
RequestTimeout = "8s"
8988
{{- end }}
9089

9190
[DASer]
9291
SamplingRange = 100
9392
BackgroundStoreInterval = "10m0s"
94-
SampleFrom = {{ toString .Values.config.startHeight | replace "\"" "" }}
9593
{{- if eq .Values.config.type "light" }}
9694
ConcurrencyLimit = 16
9795
SampleTimeout = "4m0s"
@@ -100,6 +98,3 @@
10098
ConcurrencyLimit = 6
10199
SampleTimeout = "3m0s"
102100
{{- end }}
103-
104-
[Pruner]
105-
EnableService = {{ .Values.config.enablePruner }}

charts/evm-stack/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: celestia-node
33
repository: file://../celestia-node
4-
version: 0.7.0
4+
version: 0.7.1
55
- name: evm-rollup
66
repository: file://../evm-rollup
77
version: 4.0.0
@@ -26,5 +26,5 @@ dependencies:
2626
- name: blockscout-stack
2727
repository: https://blockscout.github.io/helm-charts
2828
version: 1.6.8
29-
digest: sha256:f0119764f06b5469c2cfd4f4fb07b840e56da5f5e5799617a233f30ad5cd84a5
30-
generated: "2025-10-06T11:26:52.342817-07:00"
29+
digest: sha256:8cf03d8aab9184afeadec2837a920b81ad7be35366bba5f76d828bbaac69f199
30+
generated: "2025-10-08T19:16:01.538372+03:00"

charts/evm-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 5.0.0
18+
version: 5.0.1
1919

2020
dependencies:
2121
- name: celestia-node
22-
version: 0.7.0
22+
version: 0.7.1
2323
repository: "file://../celestia-node"
2424
condition: celestia-node.enabled
2525
- name: evm-rollup

0 commit comments

Comments
 (0)