Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ and the

**Bulletin CID** — `bafkr4ibynaanfrddyjgpmut2qrcu6vdttocbp4feyw6vkgxkkhqndjksny`

**Gateway URL** — <https://paseo-ipfs.polkadot.io/ipfs/bafkr4ibynaanfrddyjgpmut2qrcu6vdttocbp4feyw6vkgxkkhqndjksny>
**Gateway URL** — <https://ipfs.io/ipfs/bafkr4ibynaanfrddyjgpmut2qrcu6vdttocbp4feyw6vkgxkkhqndjksny>

**DotNS name** — `dotify-test01.dev-dot.li`

Expand All @@ -128,7 +128,7 @@ Default ports:
| Artist portal | <http://localhost:5273/artists> |
| Signaling | <http://localhost:8788> |
| Backend API | <http://localhost:8790> |
| Bulletin RPC | `wss://paseo-bulletin-rpc.polkadot.io` |
| Bulletin RPC | `wss://bulletin-paseo.tservices.es:8443` |
| Asset Hub RPC | <https://eth-rpc-testnet.polkadot.io/> |

The app talks to Paseo Bulletin and Asset Hub directly from the browser. A local
Expand Down
2 changes: 1 addition & 1 deletion contracts/evm/cdm.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,5 @@
"metadataCid": "bafk2bzaceckm27ft3kvt4mjs67hzklylws5fp5d4z4nrvpa34gmzndtqz7lwg"
}
},
"registry": "0x59b0245778917af55224e5f8fb55f7f8d452619f"
"registry": "0x05662b3dbd5dd9f2ff92d67630477e84b0b37c1f"
}
5 changes: 3 additions & 2 deletions contracts/evm/tasks/cdmPublish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ function readCidIndex(): CidIndex | null {

/// Community-operated ContractRegistry for the Product `devnet` preset, i.e. Paseo
/// testnet Asset Hub (para 1000, EVM chain 420420417). Sourced from
/// paritytech/contract-dependency-manager `src/lib/env/src/registry.ts`.
/// docs.polkadotcommunity.foundation/reference/addresses after the September
/// 2026 Product DevNet registry migration.
///
/// Deliberately not the `paseo` preset registry: CDM's own docs note that `paseo`
/// targets paseo-next (para 1500), a different network that holds no Dotify contracts.
const DEVNET_REGISTRY_ADDRESS = '0x59b0245778917af55224e5f8fb55f7f8d452619f' as const;
const DEVNET_REGISTRY_ADDRESS = '0x05662b3dbd5dd9f2ff92d67630477e84b0b37c1f' as const;

const REGISTRY_ABI = [
{
Expand Down
22 changes: 11 additions & 11 deletions docs/backlog/24-access-streaming-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ P0 once approved (it redefines the production spine's access rules).

## Phases

| Phase | Scope |
| --- | --- |
| P1 | Access model v2 (contracts + UI); delete the preview machinery |
| P2 | Session auth in the key service (SIWE login, token key requests) |
| P3 | Chunked container publish + MSE playback + v1 fallback + startup metrics |
| P4 | Product SDK feasibility spikes: Host detection/signing, resource allocation, PolkaVM/CDM contract portability, Playground deployment, and Statement Store presence |
| P5 | Real Humanity / Individuality behind `human-free` (promotes ticket 11 only after research proves the live source and privacy model) |
| Phase | Scope |
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| P1 | Access model v2 (contracts + UI); delete the preview machinery |
| P2 | Session auth in the key service (SIWE login, token key requests) |
| P3 | Chunked container publish + MSE playback + v1 fallback + startup metrics |
| P4 | Product SDK feasibility spikes: Host detection/signing, resource allocation, PolkaVM/CDM contract portability, Playground deployment, and Statement Store presence |
| P5 | Real Humanity / Individuality behind `human-free` (promotes ticket 11 only after research proves the live source and privacy model) |

## Constraints

Expand Down Expand Up @@ -151,11 +151,11 @@ W08 first-sound slice:
the browser/device validation matrix, cold/warm sample collection, and the
backend read-through gateway decision.

Product SDK adaptation note (updated 2026-08-30):
Product SDK adaptation note (updated 2026-09-12):

- Product SDK 0.23.0 and deploy tooling 0.13.1 remain
prototype/reference/unaudited in Dotify's pinned baseline. npm now publishes
Product SDK 0.25.0, which is deferred to a dedicated compatibility PR.
- Product SDK 0.27.0 and deploy tooling 0.16.2 remain
prototype/reference/unaudited in Dotify's pinned baseline after the Product
DevNet DotNS/CDM/descriptors refresh.
- Root PAPI 3.0.0 is not adopted yet because the current Product SDK graph
uses PAPI 2.2.x while `@polkadot-apps` still uses PAPI 1.23.x.
- Host APIs are progressive enhancement for Product containers; standalone web
Expand Down
Loading
Loading