Skip to content

v10.0.2

Choose a tag to compare

@branarakic branarakic released this 07 Jul 14:31
ba0f006

DKG v10.0.2 — Google OKF, PCA management, backend-independent Random Sampling

Live on npm as @origintrail-official/dkg@10.0.2 and tracked by the mainnet (Base / Gnosis / NeuroWeb) and testnet auto-update channels. Contracts for this release were deployed and verified on Base, Gnosis, and Base Sepolia (registries #1405).

Added — Google Open Knowledge Format (OKF) → DKG (#1388)

  • dkg okf import ./bundle maps a Google OKF bundle (Markdown + YAML frontmatter + untyped cross-links) to owned, verifiable Knowledge Assets — deterministic and offline (no LLM, no network). --share finalizes into Shared Working Memory; dkg okf verify gates the shared Context Graph against the source bundle per-predicate; dkg okf export <graph> ./out is a clean inverse. Ships as a new published package, @origintrail-official/dkg-okf.

Added — PCA agent & operational-wallet management (#1387, #1384, #1370)

  • Bulk registerAgents(uint256, address[]) (#1387); registered agents preserved across PCA ownership transfer (#1384); a Node UI Admin page to manage operational wallets, PCAs and agent encryption keys via wallet-connect, gated to node-admin callers (#1370).

Added — Context-Graph registration deposit waiver (#1366)

  • An anti-spam Context-Graph registration deposit with a waiver for accounts holding a sufficient active PublishingConviction commitment.

Fixed

  • Backend-independent V10 leaf canonicalization (#1386, #1399) — nodes on any SPARQL 1.1 store (Oxigraph, Blazegraph, …) produce identical Random Sampling leaves for the same triple (OT-RFC-57).
  • Sub-graph Random Sampling extraction (#1385) — a KA published into a named sub-graph is extractable and provable (no KCDataMissingError stall).

Changed

  • Node UI — hide the Admin page entry point (/admin route + icon) by default (#1391).

Full changelog: v10.0.1...v10.0.2