Skip to content

Pontus-X Ecosystem Changelog

December 1–20, 2025

Period Summary: 14 repositories active | 84 PRs merged | 268 commits | 22 contributors. Focus on onboarding automation, identity remediation, registry integration, and Ocean Node reliability improvements. Advances fast-track onboarding via Gaia-X identity support and strengthens compute-to-data interoperability.


Highlights

  • 🚀 Identity Remediation & Verification — Platform API now supports remediation workflows; enables streamlined participant verification.
  • 💫 Registry 2.0 Hooks — Pontus-X Registry React Hooks introduced via npm to render registry entries without custom API glue. npm
  • 🧩 Registry 2.0 Integration — Pontus-X Docs, Portal and Explorer now dynamically retrieves and displays participants from Registry 2.0 via caching layer; improves transparency and participant discoverability. #163 #825
  • ⚙️ Ocean Node Smart Wallet Support — Added ERC-1271 signature validation for smart account (contract-based) wallets; enables account abstraction and gas sponsorship workflows. #1105 #1124
  • ⚙️ WebSocket Security for Ocean Nodes — Introduced WSS (WebSocket Secure) support with auto-TLS; strengthens browser-to-node communication for decentralized compute networks. #1111
  • 🧱 Onboarding Portal Enhancement — Refactored final step with wallet instructions and reusable step components; reduces friction for new participants.

Improvements

  • Compute Environment Min Duration — Ocean Node now supports minJobDuration configuration for compute environments; prevents resource waste on short-lived jobs. #1117
  • Onboarding Documentation — Comprehensive docs refresh with updated guides, network details, color scheme system support, and Gaia-X compliance language; clarifies participant journey. #157 #156 #162
  • Kubernetes Flux Upgrade — Migrated from Flux v2.4 to v2.7; improves GitOps stability and adds microservice registry caching automation. #19 #18
  • Ocean Node Admin Validation — Enhanced logging and ERC-1271 fallback for smart wallet signature verification; improves debuggability and AA compatibility. #1124

Integrations

  • Participant Onboarding (AgrospAI Ecosystem) — MVG Portal onboarded 9 new agricultural data participants (DTComunicacio, PAUONAADA, DISITALENT, EconutrientsBiomarkets, FORMATE, Martirbas, Avicola Subirats, PROLEC, PecusVet); expands sector-specific data sharing. #821 #819

Infrastructure & Operations

  • Dependency Security Updates — Ocean.js and Ocean Node dependencies updated (tsx, mocha, min-document, js-yaml, jws, next); addresses prototype pollution and Node 25+ compatibility. #1997 #1999 #2012 #2015 #2019 #211

Bug Fixes

  • Explorer Links — Corrected explorer navigation links in MVG Portal; restores blockchain explorer integration. #826
  • Redirect Configuration — Removed base URL from docs config to fix preview redirects; resolves staging environment routing. #165