From dac76493cf0c819fb4a50500f3fe247fa95610f7 Mon Sep 17 00:00:00 2001 From: Alec Thomas <112640918+a-thomas-22@users.noreply.github.com> Date: Wed, 28 May 2025 10:02:19 -0500 Subject: [PATCH] chore: upgrade nitro to v3.6.4-28199cd --- charts/das/Chart.yaml | 4 ++-- charts/das/README.md | 2 +- charts/nitro/Chart.yaml | 4 ++-- charts/nitro/README.md | 13 ++++++++++++- charts/relay/Chart.yaml | 4 ++-- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/charts/das/Chart.yaml b/charts/das/Chart.yaml index 70dcc1e..19b4103 100644 --- a/charts/das/Chart.yaml +++ b/charts/das/Chart.yaml @@ -7,6 +7,6 @@ maintainers: type: application -version: 0.6.1 +version: 0.6.2 -appVersion: "v3.6.2-5b41a2d" +appVersion: "v3.6.4-28199cd" diff --git a/charts/das/README.md b/charts/das/README.md index 6abc714..5c852bc 100644 --- a/charts/das/README.md +++ b/charts/das/README.md @@ -311,7 +311,7 @@ Option | Description | Default `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 `data-availability.panic-on-error` | whether the Data Availability Service should fail immediately on errors (not recommended) | None `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` -`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 +`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 `data-availability.redis-cache.enable` | enable Redis caching of sequencer batch data | None `data-availability.redis-cache.expiration` | duration Redis expiration | `1h0m0s` `data-availability.redis-cache.key-config` | string Redis key config | None diff --git a/charts/nitro/Chart.yaml b/charts/nitro/Chart.yaml index 29e2ba1..7ae2fad 100644 --- a/charts/nitro/Chart.yaml +++ b/charts/nitro/Chart.yaml @@ -7,6 +7,6 @@ maintainers: type: application -version: 0.7.3 +version: 0.7.4 -appVersion: "v3.6.2-5b41a2d" +appVersion: "v3.6.4-28199cd" diff --git a/charts/nitro/README.md b/charts/nitro/README.md index f88b2a3..e367185 100644 --- a/charts/nitro/README.md +++ b/charts/nitro/README.md @@ -583,13 +583,24 @@ Option | Description | Default `node.bold.strategy` | string define the bold validator staker strategy, either watchtower, defensive, stakeLatest, or makeNodes | `Watchtower` `node.bold.track-challenge-parent-assertion-hashes` | strings only track challenges/edges with these parent assertion hashes | None `node.consensus-execution-syncer.sync-interval` | duration Interval in which finality data is pushed from consensus to execution | `1s` +`node.da-provider.enable` | enable daprovider client | None +`node.da-provider.rpc.arg-log-limit` | uint limit size of arguments in log entries | `2048` +`node.da-provider.rpc.connection-wait` | duration how long to wait for initial connection | None +`node.da-provider.rpc.jwtsecret` | string path to file with jwtsecret for validation - ignored if url is self or self-auth | None +`node.da-provider.rpc.retries` | uint number of retries in case of failure(0 mean one attempt) | `3` +`node.da-provider.rpc.retry-delay` | duration delay between retries | None +`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` +`node.da-provider.rpc.timeout` | duration per-response timeout (0-disabled) | None +`node.da-provider.rpc.url` | string url of server, use self for loopback websocket, self-auth for loopback with authentication | None +`node.da-provider.rpc.websocket-message-size-limit` | int websocket message size limit used by the RPC client. 0 means no limit | `268435456` +`node.da-provider.with-writer` | implies if the daprovider rpc server supports writer interface | None `node.dangerous.disable-blob-reader` | DANGEROUS! disables the EIP-4844 blob reader, which is necessary to read batches | None `node.dangerous.no-l1-listener` | DANGEROUS! disables listening to L1. To be used in test nodes only | None `node.dangerous.no-sequencer-coordinator` | DANGEROUS! allows sequencing without sequencer-coordinator | None `node.data-availability.enable` | enable Anytrust Data Availability mode | None `node.data-availability.panic-on-error` | whether the Data Availability Service should fail immediately on errors (not recommended) | None `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` -`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 +`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 `node.data-availability.request-timeout` | duration Data Availability Service timeout duration for Store requests | `5s` `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 `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` diff --git a/charts/relay/Chart.yaml b/charts/relay/Chart.yaml index f2e85f1..e85b59e 100644 --- a/charts/relay/Chart.yaml +++ b/charts/relay/Chart.yaml @@ -7,6 +7,6 @@ maintainers: type: application -version: 0.6.1 +version: 0.6.2 -appVersion: "v3.6.2-5b41a2d" +appVersion: "v3.6.4-28199cd"