Skip to content

Commit a152775

Browse files
authored
chore: upgrade nitro to v3.6.4-28199cd (#128)
1 parent 74f69b2 commit a152775

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

charts/das/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintainers:
77

88
type: application
99

10-
version: 0.6.1
10+
version: 0.6.2
1111

12-
appVersion: "v3.6.2-5b41a2d"
12+
appVersion: "v3.6.4-28199cd"

charts/das/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Option | Description | Default
311311
`data-availability.migrate-local-db-to-file-storage` | daserver will migrate all data on startup from local-db-storage to local-file-storage, then mark local-db-storage as unusable | None
312312
`data-availability.panic-on-error` | whether the Data Availability Service should fail immediately on errors (not recommended) | None
313313
`data-availability.parent-chain-connection-attempts` | int parent chain RPC connection attempts (spaced out at least 1 second per attempt, 0 to retry infinitely), only used in standalone daserver; when running as part of a node that node's parent chain configuration is used | `15`
314-
`data-availability.parent-chain-node-url` | string URL for parent chain node, only used in standalone daserver; when running as part of a node that node's L1 configuration is used | None
314+
`data-availability.parent-chain-node-url` | string URL for parent chain node, only used in standalone daserver and daprovider; when running as part of a node that node's L1 configuration is used | None
315315
`data-availability.redis-cache.enable` | enable Redis caching of sequencer batch data | None
316316
`data-availability.redis-cache.expiration` | duration Redis expiration | `1h0m0s`
317317
`data-availability.redis-cache.key-config` | string Redis key config | None

charts/nitro/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintainers:
77

88
type: application
99

10-
version: 0.7.3
10+
version: 0.7.4
1111

12-
appVersion: "v3.6.2-5b41a2d"
12+
appVersion: "v3.6.4-28199cd"

charts/nitro/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,24 @@ Option | Description | Default
583583
`node.bold.strategy` | string define the bold validator staker strategy, either watchtower, defensive, stakeLatest, or makeNodes | `Watchtower`
584584
`node.bold.track-challenge-parent-assertion-hashes` | strings only track challenges/edges with these parent assertion hashes | None
585585
`node.consensus-execution-syncer.sync-interval` | duration Interval in which finality data is pushed from consensus to execution | `1s`
586+
`node.da-provider.enable` | enable daprovider client | None
587+
`node.da-provider.rpc.arg-log-limit` | uint limit size of arguments in log entries | `2048`
588+
`node.da-provider.rpc.connection-wait` | duration how long to wait for initial connection | None
589+
`node.da-provider.rpc.jwtsecret` | string path to file with jwtsecret for validation - ignored if url is self or self-auth | None
590+
`node.da-provider.rpc.retries` | uint number of retries in case of failure(0 mean one attempt) | `3`
591+
`node.da-provider.rpc.retry-delay` | duration delay between retries | None
592+
`node.da-provider.rpc.retry-errors` | string Errors matching this regular expression are automatically retried | `websocket: close.*|dial tcp .*|.*i/o timeout|.*connection reset by peer|.*connection refused`
593+
`node.da-provider.rpc.timeout` | duration per-response timeout (0-disabled) | None
594+
`node.da-provider.rpc.url` | string url of server, use self for loopback websocket, self-auth for loopback with authentication | None
595+
`node.da-provider.rpc.websocket-message-size-limit` | int websocket message size limit used by the RPC client. 0 means no limit | `268435456`
596+
`node.da-provider.with-writer` | implies if the daprovider rpc server supports writer interface | None
586597
`node.dangerous.disable-blob-reader` | DANGEROUS! disables the EIP-4844 blob reader, which is necessary to read batches | None
587598
`node.dangerous.no-l1-listener` | DANGEROUS! disables listening to L1. To be used in test nodes only | None
588599
`node.dangerous.no-sequencer-coordinator` | DANGEROUS! allows sequencing without sequencer-coordinator | None
589600
`node.data-availability.enable` | enable Anytrust Data Availability mode | None
590601
`node.data-availability.panic-on-error` | whether the Data Availability Service should fail immediately on errors (not recommended) | None
591602
`node.data-availability.parent-chain-connection-attempts` | int parent chain RPC connection attempts (spaced out at least 1 second per attempt, 0 to retry infinitely), only used in standalone daserver; when running as part of a node that node's parent chain configuration is used | `15`
592-
`node.data-availability.parent-chain-node-url` | string URL for parent chain node, only used in standalone daserver; when running as part of a node that node's L1 configuration is used | None
603+
`node.data-availability.parent-chain-node-url` | string URL for parent chain node, only used in standalone daserver and daprovider; when running as part of a node that node's L1 configuration is used | None
593604
`node.data-availability.request-timeout` | duration Data Availability Service timeout duration for Store requests | `5s`
594605
`node.data-availability.rest-aggregator.enable` | enable retrieval of sequencer batch data from a list of remote REST endpoints; if other DAS storage types are enabled, this mode is used as a fallback | None
595606
`node.data-availability.rest-aggregator.max-per-endpoint-stats` | int number of stats entries (latency and success rate) to keep for each REST endpoint; controls whether strategy is faster or slower to respond to changing conditions | `20`

charts/relay/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintainers:
77

88
type: application
99

10-
version: 0.6.1
10+
version: 0.6.2
1111

12-
appVersion: "v3.6.2-5b41a2d"
12+
appVersion: "v3.6.4-28199cd"

0 commit comments

Comments
 (0)