You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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
312
312
`data-availability.panic-on-error`| whether the Data Availability Service should fail immediately on errors (not recommended) | None
313
313
`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
315
315
`data-availability.redis-cache.enable`| enable Redis caching of sequencer batch data | None
`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
586
597
`node.dangerous.disable-blob-reader` | DANGEROUS! disables the EIP-4844 blob reader, which is necessary to read batches | None
587
598
`node.dangerous.no-l1-listener` | DANGEROUS! disables listening to L1. To be used in test nodes only | None
588
599
`node.dangerous.no-sequencer-coordinator` | DANGEROUS! allows sequencing without sequencer-coordinator | None
589
600
`node.data-availability.enable` | enable Anytrust Data Availability mode | None
590
601
`node.data-availability.panic-on-error` | whether the Data Availability Service should fail immediately on errors (not recommended) | None
591
602
`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
593
604
`node.data-availability.request-timeout` | duration Data Availability Service timeout duration for Store requests | `5s`
594
605
`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
595
606
`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`
0 commit comments