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
Copy file name to clipboardExpand all lines: docs/learn/config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ da:
472
472
### DA Service Address
473
473
474
474
**Description:**
475
-
The network address (host:port) of the Data Availability layer service. Evolve connects to this endpoint to submit and retrieve block data.
475
+
The network address (host:port) of the Data Availability layer service. A full follower with this value unset syncs exclusively through P2P and does not create a DA client. Aggregators retain the legacy `http://localhost:7980` fallback when this value is unset.
Copy file name to clipboardExpand all lines: docs/learn/specs/da.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Evolve provides a generic [data availability interface][da-interface] for modula
6
6
7
7
`Client` can connect via JSON-RPC transports using Evolve's [jsonrpc][jsonrpc] implementations. The connection can be configured using the following cli flags:
8
8
9
-
*`--rollkit.da.address`: url address of the DA service (default: "grpc://localhost:26650")
9
+
*`--rollkit.da.address`: URL address of the DA service (default: empty for P2P-only followers; aggregators fall back to `http://localhost:7980`)
10
10
*`--rollkit.da.auth_token`: authentication token of the DA service
11
11
*`--rollkit.da.namespace`: namespace to use when submitting blobs to the DA service (deprecated)
12
12
*`--rollkit.da.header_namespace`: namespace to use when submitting headers to the DA service
Copy file name to clipboardExpand all lines: docs/reference/specs/da.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Evolve provides a generic [data availability interface][da-interface] for modula
6
6
7
7
`Client` can connect via JSON-RPC transports using Evolve's [jsonrpc][jsonrpc] implementations. The connection can be configured using the following cli flags:
8
8
9
-
*`--rollkit.da.address`: url address of the DA service (default: "grpc://localhost:26650")
9
+
*`--rollkit.da.address`: URL address of the DA service (default: empty for P2P-only followers; aggregators fall back to `http://localhost:7980`)
10
10
*`--rollkit.da.auth_token`: authentication token of the DA service
11
11
*`--rollkit.da.namespace`: namespace to use when submitting blobs to the DA service (deprecated)
12
12
*`--rollkit.da.header_namespace`: namespace to use when submitting headers to the DA service
0 commit comments