Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@ jobs:
# Stock image ships the default `kb` namespace; that's all the
# adapter needs (it isolates per-test via unique GRAPH IRIs).
BLAZEGRAPH_TEST_URL: http://127.0.0.1:9999/bigdata/namespace/kb/sparql
run: pnpm --filter @origintrail-official/dkg-storage exec vitest run test/blazegraph.integration.test.ts
# term-canon-blazegraph-oracle: cross-backend V10 leaf agreement (#1386) —
# proves an oxigraph node and a Blazegraph node compute the SAME merkle
# leaf for the same typed literal (else RandomSampling forks).
run: pnpm --filter @origintrail-official/dkg-storage exec vitest run test/blazegraph.integration.test.ts test/term-canon-blazegraph-oracle.test.ts

# ------------------------------------------------------------------
# Tornado publisher lane — sharded across 4 parallel runners.
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ packages/evm-module/typechain/
# .devnet/ is a runtime workspace (Hardhat data dir, per-node DKG_HOME
# state, daemon logs). Not checked in.
.devnet/
# devnet suite `turns/` dirs hold n-quads files generated at test runtime.
devnet/**/turns/
# .dkg-testnet-node/ is a default DKG_HOME a daemon writes into when
# started without --data-dir against a testnet. Runtime state only.
.dkg-testnet-node/
Expand Down Expand Up @@ -53,3 +55,6 @@ snapshots/_cache_phase1_neuroweb_epoch16.json

# isolated admin-demo devnet runtime dir (see DKG-NODE-UI-ADMIN-PAGE-PLAN.md)
.devnet-admin/
# OKF export test writes reconstructed bundles here at runtime.
devnet/**/.okf-export-*/
devnet/**/.okf-manifest-*.json
Loading
Loading