Skip to content

Sorcha Platform - Development Status Report

Date: 2026-03-16 Version: 4.3 (Updated after Feature 058 Platform Organisation Topology) Overall Completion: 100% MVD


Executive Summary

This document provides an accurate, evidence-based assessment of the Sorcha platform's development status. Updated after Feature 058 (Platform Organisation Topology, 10 phases, 81 tasks) on 2026-03-16.

Key Findings:

  • Blueprint-Action Service is 100% complete with full orchestration and JWT authentication (123 tests)
  • Wallet Service is 95% complete with full API implementation, JWT authentication, and EF Core persistence
  • Register Service is 100% complete with comprehensive testing, JWT authentication, and decentralized governance (234 tests)
  • Peer Service 95%: P2P topology, JWT auth, EF Core, 7 gRPC RPCs, register replication, live subscriptions, circuit breaking, PostgreSQL queue
  • Validator Service 100% MVD: Memory pool, docket building, consensus, gRPC, duplicate detection cross-check (620+ tests)
  • Tenant Service 97%: Auth, orgs, OIDC integration, identity management, role consolidation, admin console, platform org topology
  • AUTH-002 complete: All services now have JWT Bearer authentication with authorization policies
  • Quantum-Safe Cryptography 100% complete: ML-DSA-65, ML-KEM-768, SLH-DSA-128s, BLS12-381 threshold signatures, ZK proofs (Pedersen commitments, range proofs), per-register crypto policy, ws2 Bech32m addresses (270+ new tests)
  • System Admin Tooling (Feature 049): Service principal CRUD, register policy management, validator consent/metrics/threshold, system register page, 17 CLI subcommands (29 new components)
  • UI Modernization 100% complete: Comprehensive overhaul — admin panels, workflow management, cloud persistence, dashboard stats, wallet/transaction integration, template library, explorer enhancements, consistent ID truncation
  • UI Register Management 100% complete: Wallet selection wizard, search/filter, transaction query
  • Verifiable Credentials 100% complete: SD-JWT VC format, credential gating on actions, blueprint-as-issuer, cross-blueprint composability, selective disclosure, revocation (53 engine + 6 crypto + 4 endpoint tests)
  • CLI Register Commands 100% complete: Two-phase creation, dockets, queries with System.CommandLine 2.0.2
  • Peer Router & Peer Service Completion (Feature 053) 100% complete: PeerRouter standalone app, circuit breaking, SQLite removed, PostgreSQL queue migration, Phases 1-8 delivered
  • Organization Admin & Identity Management (Feature 054) complete: OIDC discovery-first integration, multi-tenant URL resolution, 5-role model, 7 Blazor admin pages, social login, TOTP 2FA, invitation system, progressive lockout
  • Encryption Integration (Feature 052) 100% complete: End-to-end async encryption pipeline wired to UI and CLI — EncryptionProgressIndicator with SignalR push + polling fallback, retry on failure, cross-page toast notifications via EventsHub, operations history page with pagination, CLI action execute with blocking spinner and --no-wait mode (63+ new tests)
  • Total actual completion: 100% MVD (all feature gaps closed, auth policies on all API routes)

Detailed Status by Service

For detailed implementation status, see the individual section files:

ServiceStatusDetails
Blueprint-Action Service100%Full orchestration, SignalR, JWT auth
Wallet Service95%EF Core, API complete, HD wallets
Register Service100%20 REST endpoints, OData, SignalR
Peer Service95%P2P, 7 gRPC RPCs, replication, circuit breaking, PostgreSQL queue
Sorcha.PeerRouter100%Standalone P2P network bootstrap and debug tool
Validator Service100% MVDConsensus, mempool, dedup cross-check
Tenant Service97%Auth, orgs, OIDC, identity mgmt, admin console, platform org topology
Authentication (AUTH-002)100%JWT Bearer for all services
Core Libraries & Infrastructure95%Engine, Crypto, Gateway
Sorcha.UI (Unified)100%Register management, designer, consumer pages
Issues & Actions-Resolved issues, next steps

Completion Metrics

By Component

ComponentCompletionStatusBlocker
Blueprint.Engine100%CompleteNone
Blueprint.Service100%CompleteNone
Wallet.Service95%Nearly CompleteAzure Key Vault
Register.Service100%CompleteNone
Peer.Service95%CompleteNone (deferred: BLS threshold)
Sorcha.PeerRouter100%CompleteNone
Validator.Service100% MVDCompleteNone (deferred: enclave, fork detection)
Tenant.Service97%CompleteNone (deferred: Phase 10 polish)
Authentication (AUTH-002)100%CompleteNone
Sorcha.Cryptography (PQC)100%CompleteNone
ApiGateway100% MVDCompleteNone
Sorcha.UI (Unified)100%CompleteNone
Sorcha.CLI100%CompleteNone
CI/CD95%CompleteProd validation

By Phase (MASTER-PLAN.md)

PhaseCompletionStatus
Phase 1: Blueprint-Action Service100%Complete (Sprint 10 Orchestration)
Phase 2: Wallet Service95%Nearly Complete
Phase 3: Register Service100%Complete
Authentication Integration (AUTH-002)100%Complete
Overall Platform100% MVDFeature Complete

Test Coverage

ComponentUnit TestsIntegration TestsCoverage
Blueprint.Engine102 testsExtensive>90%
Blueprint.Service123 testsComprehensive>90%
Wallet.Service60+ tests20+ tests>85%
Register.Service112 testsComprehensive>85%
Validator.Service16 test filesComprehensive~80%
Tenant.ServiceN/A479+ tests~85%

Recent Completions

2026-03-16

  • 058-Platform-Organisation-Topology (Phases 1-10 complete, 81 tasks)
    • Three-tier org topology: system admin, public, private organisations
    • PlatformUser cross-org identity with social login (Google, GitHub, Microsoft, Apple)
    • Email/password signup with BCrypt + NIST SP 800-63B password policy
    • Blueprint-driven self-service org creation
    • Organisation switching with JWT re-issuance
    • Platform governance: org audit, suspension/activation, settings management
    • Admin-initiated org creation with invitation
    • Platform Organisations management UI page
    • YARP gateway routes for all new endpoints

2026-03-09

  • 054-Org-Identity-Admin (Phases 1-9 complete, T001-T082)
    • Tenant Service upgraded to 95%: Full organization admin and identity management
    • OIDC integration: Discovery-first configuration with top-5 provider shortcuts (Microsoft Entra, Google, Okta, Apple, Cognito)
    • Multi-tenant URL resolution: 3-tier scheme — path (/org/{sub}), subdomain ({sub}.sorcha.io), custom domain (CNAME)
    • Role consolidation: 8 roles reduced to 5 (SystemAdmin, Administrator, Designer, Auditor, Member)
    • Admin console: 7 Blazor WASM pages for identity management (dashboard, users, IDP config, invitations, domains, audit, org settings)
    • Auto-provisioning: Automatic user provisioning on first OIDC login with configurable domain restrictions
    • Email verification: Required for all users; trusts IDP email_verified claim
    • Social login support: Microsoft, Google, Apple + optional email/password registration
    • TOTP 2FA: Time-based one-time password with setup/verify/disable flow
    • Invitation system: Email-based invitations with role assignment and expiration
    • Progressive account lockout: 5 fails=5min, 10=30min, 15=24h, 25=admin unlock
    • NIST password policy: Min 12 chars, no complexity rules, breach list check
    • Audit retention: 12 months default, admin-configurable
    • Test results: 479 Tenant tests pass, 27 Gateway tests pass

2026-03-07

  • 053-Peer-Router-App-and-Peer-Service-Completion (Phases 1-8 complete)
    • Peer Service upgraded to 95%: Circuit breaking wired, SQLite removed, PostgreSQL queue migration complete
    • PeerRouter application (100%): Standalone P2P network bootstrap and debug tool for peer network diagnostics
    • All 8 phases delivered (T001-T056)

2026-03-06

  • 051-Operations-Monitoring-Admin (65 tasks, 10 phases — operational admin UI & CLI)
    • Dashboard auto-refresh: 30-second timer on Home.razor with refresh indicator, graceful "data unavailable" states
    • Alert dismissal: Per-user alert dismissal via localStorage-based AlertDismissalService
    • Wallet access delegation: WalletAccessTab component (grant/list/revoke/check), CLI wallet access subcommands
    • Schema provider CLI: schema providers list|refresh commands via IBlueprintServiceClient
    • Events admin: EventsAdmin.razor with server-side pagination, severity filters, delete with confirmation; CLI admin events list|delete
    • Push notifications: NotificationSettings.razor with MudSwitch toggle, browser permission request via JS interop, status chips
    • Encryption progress: EncryptionProgressIndicator.razor with auto-poll timer, stage labels; CLI operation status
    • Presentation admin UX: Replaced comma-separated text inputs with chip-based tag inputs for AcceptedIssuers and RequiredClaims; 5-second auto-refresh for pending presentation requests
    • Credential lifecycle errors: Typed CredentialOperationResult with specific messages for 403/404/409/500; CredentialStatus constants replacing magic strings
    • Code quality: Shared JsonSerializerOptions, CredentialStatus constants, CredentialOperationResult typed errors
    • Test results: 38+ new unit tests (services, error handling, auto-refresh polling), 4 E2E test suites

2026-03-04

  • 048-Register-Policy-Model (54 tasks, 9 phases — unified register policy & system register)
    • RegisterPolicy model: Governance (quorum formula), Validators (registration mode, approved list, operational TTL), Consensus (thresholds, docket limits), LeaderElection (mechanism, heartbeat, term duration)
    • Policy on genesis: RegisterCreationOrchestrator embeds RegisterPolicy in control record; GenesisConfigService reads policy with 3-tier fallback (policy → legacy → defaults)
    • System Register: Deterministic singleton register bootstrapped on startup with governance blueprints; SystemRegisterBootstrapper + SystemRegisterEndpoints
    • Approved validators: Consent-mode registration with on-chain approved validator list; ValidatorRegistry checks DID/PublicKey against policy
    • Policy updates: control.policy.update Control transactions; ControlDocketProcessor validates version, transition rules, min/max constraints
    • Governance quorum: Parameterized quorum calculation (strict-majority, supermajority, unanimous) on RegisterControlRecord
    • Operational presence: Policy-driven TTL for validator heartbeat (OperationalTtlSeconds); DocketBuildTriggerService enforces minValidators before building
    • FluentValidation: RegisterPolicyValidator with nested validators for all policy sections
    • YARP routes: 9 new routes for policy, system register, and validator query endpoints
    • Test results: 25+ new tests across Register and Validator test projects

2026-03-02

  • 045-Encrypted-Payload-Integration (67 tasks, 10 phases — envelope encryption for action transactions)
    • Envelope encryption: XChaCha20-Poly1305 symmetric + per-recipient asymmetric key wrapping (ED25519, P-256, RSA-4096, ML-KEM-768)
    • Disclosure grouping: DisclosureGroupBuilder optimizes M groups (by unique field set) instead of N per-recipient ciphertexts
    • Async pipeline: Channel<T> + BackgroundService with 4-step progress (ResolvingKeys → Encrypting → BuildingTransaction → Submitting)
    • SignalR notifications: EncryptionProgress, EncryptionComplete, EncryptionFailed events to wallet groups
    • Operations polling: GET /api/operations/{operationId} fallback for clients without SignalR
    • Public key resolution: Batch register lookup with external key override, revoked → hard fail, not-found → skip with warning
    • Pre-flight size estimation: CheckSizeLimit with 4MB default, hot-reloadable via IOptionsMonitor
    • Recipient decryption: TransactionRetrievalService unwraps key → decrypts → verifies SHA-256 integrity hash
    • Backward compatibility: Legacy unencrypted transactions detected and returned as-is
    • OpenTelemetry: ActivitySource traces on EncryptionPipelineService and EncryptionBackgroundService
    • Test results: 44+ new tests across Blueprint Service and TransactionHandler

2026-02-26

  • 043-UI-CLI-Modernization (66 tasks, 11 phases — UI polish and CLI expansion)
    • Activity Log: EventEntity + EventService + SignalR EventHub, ActivityLogPanel with bell icon notification badge, 49 endpoint/service tests
    • Sidebar: Consolidated ADMINISTRATION section, mini drawer with OpenMiniOnHover
    • StatusFooter: 30s health polling, connectivity indicator, pending action count, 9 bunit tests
    • Wallet Management: List/grid view toggle, default wallet star, QR address dialog, PQC algorithm support in CreateWallet, WalletPreferenceService migrated to server-side with localStorage fallback (14 tests)
    • Dashboard Wizard: Conditional wizard/KPI display on Home.razor, auto-set default wallet on creation
    • Validator Dashboard: ValidatorPanel with 3s polling, throughput sparkline visualization, register health table (16 tests)
    • Settings: 6-tab Settings.razor (Appearance, Language, Security, Notifications, Connections, About), TOTP 2FA backend (TotpConfiguration encrypted entity, ITotpService, setup/verify/disable/status endpoints with rate limiting, loginToken 2FA flow), ThemeService dark mode with OS detection, LocalizationService JSON i18n (fr/de/es), TimeFormatService, push notification service worker + subscription endpoints
    • CLI Commands: BlueprintCommands, ParticipantCommands, CredentialCommands, ValidatorCommands, AdminCommands — all using Refit HTTP clients + Spectre.Console rich output
    • UserPreferences API: 5 CRUD endpoints with DTOs and UI client integration (17 endpoint tests)
    • Test results: TOTP endpoint tests + CLI command tests committed

2026-02-25

  • 040-Quantum-Safe-Crypto (74 tasks, 10 phases — post-quantum cryptography with CNSA 2.0 compliance)
    • Algorithm Support Matrix:
      AlgorithmTypeSecurity LevelKey SizeSignature Size
      ML-DSA-65Lattice signatureNIST Level 31,952 bytes3,309 bytes
      ML-KEM-768Lattice KEMNIST Level 31,184 bytes1,088 bytes
      SLH-DSA-128sHash-based sigNIST Level 132 bytes7,856 bytes
      BLS12-381Pairing signature128-bit48 bytes96 bytes
    • Hybrid signing: classical (ED25519/P-256) + PQC (ML-DSA-65) dual signatures for quantum resistance
    • Per-register crypto policy: governance-controlled algorithm acceptance, required algorithms, and migration deadlines
    • SLH-DSA-128s: stateless hash-based signatures as conservative fallback for lattice cryptanalysis concerns
    • ws2-prefixed Bech32m addresses: quantum-safe wallet addresses with error-correcting encoding
    • ML-KEM-768 payload encryption: quantum-safe KEM + AES-256-GCM hybrid for confidential payloads
    • BLS12-381 threshold signatures: t-of-n distributed docket validation with Shamir secret sharing
    • Zero-knowledge proofs: Pedersen commitments on secp256k1 with Schnorr proofs (inclusion), OR proofs (range)
    • Register Service ZK proof API: generate/verify inclusion proofs, YARP gateway routes
    • Test results: 270+ new tests across Cryptography, Wallet, Validator, Register test projects

2026-02-21

  • 039-Verifiable-Presentations (82 tasks, 11 phases — verifiable credential lifecycle & presentations)

    • W3C Bitstring Status List: GZip+Base64 compressed bitstrings, MSB-first bit ordering, public GET endpoint for verifiers
    • Credential lifecycle state machine: Active/Suspended/Revoked/Expired/Consumed with valid transition enforcement
    • OID4VP presentation flow: request creation, credential matching, selective claim disclosure, verification result polling
    • QR code presentation: openid4vp:// deep link generation for physical credential presentation
    • DID resolution registry: pluggable resolvers (did:sorcha, did:web, did:key) with ActivitySource tracing
    • Cross-blueprint credential issuance: usage policy (SingleUse/LimitedUse/Reusable), display config, status list allocation
    • Credential wallet UI: card list with issuer-styled cards, status filter, search, detail dialog, export
    • Presentation inbox UI: tabbed interface with badge count, credential selection, claim disclosure checkboxes
    • YARP routes for presentation endpoints → wallet-cluster
    • Structured logging and ActivitySource tracing for credential and DID operations
    • Test results: Engine 323+ pass, Wallet Service 251+ pass, Blueprint Service 300+ pass, UI Core 517+ pass
  • 038-Content-Type-Payload (69 tasks, 9 phases — content-type aware payload encoding)

    • Added ContentType and ContentEncoding metadata fields to PayloadModel and PayloadInfo
    • Created PayloadEncodingService: centralized Base64url/identity/Brotli/Gzip encode/decode with configurable compression threshold (4KB default)
    • Migrated ~128 call sites from legacy Base64 (Convert.ToBase64String/FromBase64String) to Base64Url (RFC 4648 §5)
    • MongoDB BSON Binary storage: MongoTransactionDocument stores Signature/Data/Hash as BSON Binary subtype 0x00 (~33% storage reduction). Dual-format reads via BinaryAwareStringSerializer (handles both BsonBinary and BsonString)
    • JsonTransactionSerializer emits native JSON objects for identity-encoded payloads (ContentEncoding: "identity")
    • Cryptographic conformance: Base64url encoding produces correct bytes, legacy Base64 auto-detected and normalized
    • 23 MongoDocumentMapper tests, 12 JsonTransactionSerializer tests, 40 PayloadEncodingService tests, 6 CryptoEncodingConformance tests
    • Test results: TransactionHandler 183 pass, Register Core 234 pass, Cryptography 122 pass, Validator 639 pass

2026-02-18

  • 037-New-Submission-Page (31 tasks, 8 phases — user activity: new submission service directory)

    • Redesigned MyWorkflows.razor from workflow instance list into service directory grouped by register
    • Created WalletPreferenceService: localStorage-backed smart default wallet selection
    • New components: WalletSelector.razor (inline, auto-hides for single wallet), NewSubmissionDialog.razor (create instance + execute Action 0)
    • Added GetAvailableBlueprintsAsync (IBlueprintApiService), CreateInstanceAsync + SubmitActionExecuteAsync (IWorkflowService) with X-Delegation-Token
    • Fixed Pending Actions page: wired wallet into ActionForm, actual backend submission after dialog
    • Swapped nav order: New Submission before Pending Actions
    • 10 new WalletPreferenceService tests, all UI projects build 0w/0e
  • 036-Unified-Transaction-Submission (26 tasks, 7 phases — single transaction submission path)

    • Created ISystemWalletSigningService: singleton with wallet caching, derivation path whitelist, sliding-window rate limiting, structured audit logging
    • Unified all transaction types (genesis, control, action) through POST /api/v1/transactions/validate
    • Removed signature verification skip for genesis/control transactions — all types now require valid signatures
    • Migrated register creation (RegisterCreationOrchestrator) from legacy genesis endpoint to signing service + generic endpoint
    • Migrated blueprint publish (Register Service Program.cs) from legacy genesis endpoint to signing service + generic endpoint
    • Removed legacy genesis endpoint (POST /api/validator/genesis), GenesisTransactionSubmission, GenesisSignature, SubmitGenesisTransactionAsync
    • Renamed ActionTransactionSubmission → TransactionSubmission (single unified model)
    • Documented direct-write tech debt: Blueprint Service paths 6-7, Validator self-registration paths 8-9
    • 15 new signing service tests, 4 new blueprint publish tests, 28 TransactionBuilder tests updated
    • Test results: ServiceClients 24 pass, Validator 627 pass (1 pre-existing), Blueprint Service 28 pass

2026-02-11

  • 031-Register-Governance (80 tasks, 9 phases — decentralized register governance)
    • TransactionType.Genesis renamed to Control (value 0 preserved), System=3 removed
    • Governance models: GovernanceOperation, ApprovalSignature, ControlTransactionPayload, AdminRoster
    • DID scheme: did:sorcha:w:{walletAddress} (wallet) + did:sorcha:r:{registerId}:t:{txId} (register)
    • GovernanceRosterService: roster reconstruction, quorum validation (floor(m/2)+1), proposal validation
    • DIDResolver: wallet + register DID resolution with cross-instance support
    • RightsEnforcementService: validator pipeline stage 4b (governance rights check)
    • Governance REST endpoints: roster + history (paginated)
    • 56 new tests: Register Core 234 pass, Validator Service 620 pass

2026-02-08

  • PR #110 P2P Review Fixes (12 issues resolved — 3 critical, 4 high, 5 medium)
    • CRITICAL: Race condition fix (Dictionary → ConcurrentDictionary), EF Core migration, hardcoded password removal
    • HIGH: JWT authentication added, gRPC channel idle timeout, RegisterCache eviction limits, replication timeouts, batched docket pulls
    • MEDIUM: Magic numbers replaced with named constants, seed node reconnection, gRPC message size limits, idle connection cleanup wired into heartbeat
    • 504 tests passing (4 new eviction tests)
  • UI Modernization 100% complete (92/94 tasks, 13 phases — 2 Docker E2E tasks remain)
    • Admin: Organization management, validator admin panel, service principal management, flattened navigation
    • Core Workflows: Real workflow instance management and action execution pages
    • Blueprint Cloud Persistence: Designer and Blueprints pages backed by Blueprint Service API with publishing flow
    • Dashboard: Live stat cards wired to gateway /api/dashboard endpoint
    • User Pages: Real Wallet Service integration (CRUD, addresses) and Register Service transaction queries
    • Template Library: Backend template API integration (CRUD, evaluate, validate)
    • Explorer: Docket/chain inspection, advanced OData query builder for cross-register searches
    • UX: Consistent TruncatedId component for all long identifiers (first 6 + last 6 with ellipsis)
    • Shared: EmptyState, ServiceUnavailable reusable components
    • E2E: 7 new Docker test files, 4 new page objects, 0 warnings
    • LoadBlueprintDialog: Self-loading via IBlueprintApiService (no longer requires caller to pass data)

2026-03-16

  • Designer & Blueprint Instructions Upgrade (Feature 059)
    • Blueprint Instructions Model: overview, per-action, per-participant, per-field guidance with schema description fallback
    • Semantic Versioning: v{major}.{minor} with structural diff detection (SHA-256 hash comparison)
    • Unified BlueprintDiagram component (Edit/Preview/Compact modes) with swimlane layout
    • Blueprint Publishing Workflow template: Author→Reviewer→Publisher governance with structural/doc review paths
    • Catalogue Dual-Source: auto-seeded templates + published blueprints from system register
    • Designer Context Handoff: round-trip between visual designer and AI chat via query params
    • Instructions Editor: InstructionsTab, InstructionsPreview, export/import for translation, stale detection
    • Stub Fixes: AI chat export download, clipboard copy, schema-aware field resolution, RouteEditor, DisclosureEditor
    • 2 new API endpoints: /versions (history), /classify-change (structural diff)
    • 69 tasks completed, ~100 new tests

2026-01-28

  • UI Register Management 100% complete (70/70 tasks)
    • Enhanced CreateRegisterWizard with 4-step flow including wallet selection
    • Added RegisterSearchBar component for client-side filtering by name and status
    • Created TransactionQueryForm and Query page for cross-register wallet search
    • Added clipboard.js interop with snackbar confirmation for copy actions
    • Enhanced TransactionDetail with copy buttons for IDs, addresses, signatures
    • Added data-testid attributes across components for E2E testing
  • CLI Register Commands 100% complete
    • sorcha register create - Two-phase register creation with signing
    • sorcha register list - List registers with filtering
    • sorcha register dockets - View dockets for a register
    • sorcha register query - Query transactions by wallet address
    • All commands use System.CommandLine 2.0.2 with proper option naming

2026-01-21

  • UI Consolidation 100% complete (35/35 tasks)
  • All Designer components migrated (ParticipantEditor, ConditionEditor, CalculationEditor)
  • Export/Import dialogs with JSON/YAML support
  • Offline sync service and components (OfflineSyncIndicator, SyncQueueDialog, ConflictResolutionDialog)
  • Consumer pages: MyActions, MyWorkflows, MyTransactions, MyWallet, Templates
  • Settings page with profile management
  • Help page with documentation
  • Configuration service tests (59 tests)
  • Fixed Docker profile to use relative URLs for same-origin requests

2025-12-22

  • Validator Service documentation completed (95% MVP, ~3,090 LOC)

2025-12-14

  • Peer Service Phase 1-3 completed (63/91 tasks, 70%)
  • Central node connection with automatic failover
  • System register replication and heartbeat monitoring
  • ~5,700 lines of production code

2025-12-12-13

  • AUTH-002: JWT Bearer authentication for all services
  • AUTH-003: PostgreSQL + Redis infrastructure deployment
  • AUTH-004: Bootstrap seed scripts
  • WS-008/009: Wallet Service EF Core repository

2025-12-07

  • Tenant Service integration tests (67 tests, 91% pass rate)

2025-12-04

  • Blueprint Service Sprint 10 orchestration (25 new tests)

Deferred from MVD (Future Work)

These items are explicitly out of scope for MVD and deferred to production readiness phases:

  1. Azure AD B2C — Dedicated Azure AD B2C provider (generic OIDC integration now available via Feature 054)
  2. Azure Key Vault — Production key management for Wallet Service
  3. Fork Detection — Validator Service chain fork handling
  4. Enclave Support — Trusted execution environment for Validator
  5. BLS Threshold Coordination — Peer Service distributed docket signing
  6. Decentralized Consensus — Leader election, multi-validator coordination

Production Readiness (~30%)

The platform is feature-complete for MVD but requires the following for production deployment. See MASTER-TASKS.md v7.0 for the full release task list (44 tasks across 6 themes).

AreaStatusPriorityMASTER-TASKS Theme
Security hardening (HTTPS, validation, audit)PendingP0Theme 1
Azure Key Vault for key storagePendingP0Theme 1
Deployment documentation & automationPendingP1Theme 2
Backup and disaster recoveryPendingP1Theme 2
Production database tuningPendingP1Theme 2
Monitoring and alertingPendingP2Theme 2
Load testing at scalePendingP2Theme 2
Azure AD B2C integrationPartially addressed (OIDC)P2Theme 5

Document Version: 4.3 Last Updated: 2026-03-16 Owner: Sorcha Architecture Team

See Also:

Released under the MIT License.