Skip to content

Commit 415b6c4

Browse files
committed
fix: doc fixes after testing
1 parent c48f3f7 commit 415b6c4

3 files changed

Lines changed: 101 additions & 92 deletions

File tree

packages/subgraph-service/docs/dips/testing/LocalNetworkDetails.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Local Network — Details
22

3-
local-network runs the **full DIPS payer pipeline** (`iisa` + `dipper` + `indexer-service` + `indexer-agent`) locally — useful for development and before the payer services are live on your target network. Bring it up with the `indexing-payments` recipe.
3+
local-network runs the **full DIPS payer pipeline** (`iisa` + `dipper` + `indexer-service` + `indexer-agent`) locally — useful for development and before the payer services are live on your target network. Enable the `indexing-payments` profile in `.env` (or `.env.local`), then bring the stack up:
44

55
```bash
6-
# in the local-network checkout
7-
just up indexing-payments
6+
# in the local-network checkout — enable the profile in .env, then:
7+
COMPOSE_PROFILES=block-oracle,explorer,indexing-payments
8+
just up
89
```
910

1011
## Contract Addresses — dynamic
@@ -33,7 +34,7 @@ Chain ID is `1337`.
3334
| indexer-service | validates pushed proposals, queues `pending_rca_proposals` rows |
3435
| dipper | payer side — triggers DIPS origination; the on-chain offer is posted via RAM (`RecurringAgreementManager.offerAgreement`) |
3536
| iisa / iisa-scoring | indexer selection (the dipper calls it to choose indexers) |
36-
| escrow funding service (TBD) | funds the payer's escrow via `RecurringAgreementManager` / issuance, as part of the flow |
37+
| issuance → RAM (on-chain; no separate service) | funds the DIPS payer escrow: issuance routes GRT/block to `RecurringAgreementManager`, whose `beforeCollection()` tops up `PaymentsEscrow` before each collect. Configured by graph-contracts at deploy time. (Distinct from `graph-tally-escrow-manager`, which handles TAP query-fee escrow + signer authorization, not DIPS.) |
3738
| indexing-payments subgraph | indexes `Offer` + `indexingAgreements`; the agent's source of truth |
3839
| graph-node, postgres, ipfs | indexing, agent DB, deployment storage |
3940

0 commit comments

Comments
 (0)