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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions website/src/contents/blogs/de-DE/weekly-update-03-16-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: "Quantus Weekly: Quantensichere Signaturen, ZK-Skalierung und 2x schnellere Wormhole-Beweise"
description: "Wöchentliches Update zu ML-DSA-Signatur-Skalierung, ZK-Aggregation, Wormhole-Beweis-Beschleunigung, Sicherheitsprüfungen, Testnet-Knoten und Quantum Canary-Inhalten."
pubDate: "2026-03-16"
heroImage: "/blog/covers/weekly-update-03-16-2026.webp"
heroAlt: "Quantus Weekly: Quantensichere Signaturen, ZK-Skalierung und 2x schnellere Wormhole-Beweise"
featured: false
tags:
[
"weekly-update",
"quantum-safe",
"ml-dsa",
"zk-proofs",
"wormhole",
"scalability",
"privacy",
]
---

Eine Bitcoin-Signatur hat 65 Bytes.

Eine einzelne ML-DSA-87-Signatur hat 4.627 Bytes.

Das ist 70-mal größer.

Übertragen auf jede Transaktion wird das zu einem Skalierungsproblem.

Aber keine Sorge, die Erhöhung der Bitcoin-Blockgröße wird sicher nicht so kontrovers sein.

(das war ein Witz)

Quantensichere Signaturen sind so voluminös, dass die Bitcoin-Throughput bei einer Implementierung heute weit unter 1 TPS fallen würde.

[@QuantusNetwork](https://x.com/QuantusNetwork) würde ohne Skalierungstechniken etwa 685 Transaktionen pro Block schaffen.

Wir nutzen aber ZK, um diese größeren Transaktionen in kleinere Beweise zu aggregieren, die onchain landen.

Außerdem schützen wir die Privatsphäre unserer Nutzer, indem die Verbindung zwischen Sender und Empfänger aufgebrochen wird [(im letzten Update beschrieben)](https://x.com/YuviLightman/status/2030162754544525495).

57 TPS werden zu verschlüsselten 3.500 TPS.

Das neue Blockchain-Trilemma heißt: Quantensicherheit, Skalierbarkeit und Privatsphäre.

Wir lösen es mit ZK.

Diese Woche haben wir unsere Beweiszeit halbiert.

Wormhole-Aggregationsbeweise werden jetzt 2x schneller abgewickelt.

Die Signaturen sind weiterhin riesig. Der Chain ist es egal.

Das haben wir diese Woche außerdem gebaut:

### GitHub-Aktivität (12 gemergte Pull Requests):

![Github Stats](/blog/assets/github-stats-weekly-update-03-16-2026.webp)

### Core Tech & ZK:

- Wormhole-Aggregationsbeweise sind jetzt 2x schneller durch einen serialisierten Prover statt dynamischem Neuaufbau.
- Refactor-Split von Circuit-Builder/Prover für qp-zk-circuits abgeschlossen.
- Aggregator-API von dynamischem Prover/Circuit-Builder auf Orchestrierung und Artefaktverwaltung umgestellt.
- quantus-cli an die neue Aggregator-API angepasst.
- Wormhole-Verifier-Blobs behoben, denen die kryptografische/reproduzierbare Bindung an qp-zk-circuits in der Chain fehlte.
- Mehrere Sicherheitsprüfungen aller Substrate-Pallets abgeschlossen, 8 Fix-PRs gemerged.
- Formales Audit der Substrate-Pallets gestartet.
- Verbesserungen an Multisig- und Treasury-Pallet.

### Netzwerk & Infrastruktur:

- Zwei neue Planck-Testnet-Knoten mit neuem Testnet-Profil deployed.
- Substrate-State-Pruning untersucht und angepasst.
- Testnet-Faucet mit [@QuantusNetwork](https://x.com/QuantusNetwork)-Twitter-Account verbunden.
- Subsquid: Event-Mapping pro Nutzer für bessere Abfrageperformance ergänzt.
- Subsquid: Aggregation reversibler Transfers für historische Genauigkeit aktualisiert.
- Bridging-Infrastruktur: Rosetta-API-Implementierung mit Integrationstests und MPC-Signing-Updates.

### Web- & Mobile-App-Updates:

- Mobile-Wallet Build 82: Code-Cleanup und UI-Vereinheitlichung (Sheets, Scaffold, Icon-Buttons, Accounts-Refactor).
- Chain-History-Service und Transaktionshistorie-UI des Mobile Wallets für aktuelles Subsquid-Datenmodell angepasst.
- Website: Seitenindexierung optimiert, wöchentliche Updates als Blog-Posts, Blog-Suche um Titel erweitert.
- Explorer: reversible Transaktionsansichten in getrennte Event-Typen überführt (geplant, ausgeführt, storniert).
- Quantum-Canary-Website: Artikeltabellen mobilfreundlich gemacht.

### Content & Partnerschaften:

- Podcast mit Physiker und Unternehmer Steve Hsu zu Quantencomputing, KI und dem Zeitplan der Quantenbedrohung.
- Zwei neue Marketing-Mitarbeiter eingestellt.
- Crypto-Onboarding- und Privacy-/OPSEC-Sicherheitsveranstaltungen bei Network School.

### Branchen-Updates:

- Quantum Canary: [Quantum Arms Dealers](https://x.com/QuantumCanary_/status/2030449972353888574)
- Quantum Canary: [Bitcoin's Quantum Discount](https://x.com/QuantumCanary_/status/2029730663822401730)
- Quantum Canary: [The Biggest Pile of Treasure to Ever Exist](https://x.com/QuantumCanary_/status/2030787910992318466)
- Quantum Canary: [TradFi vs. Crypto](https://x.com/QuantumCanary_/status/2031695711327166637)
97 changes: 97 additions & 0 deletions website/src/contents/blogs/en-US/weekly-update-03-16-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: "Quantus Weekly: Quantum-Safe Signatures, ZK Scaling, and 2x Faster Wormhole Proofs"
description: "Weekly update on ML-DSA signature scaling, ZK aggregation, wormhole proof speedup, security reviews, testnet nodes, and Quantum Canary content."
pubDate: "2026-03-16"
heroImage: "/blog/covers/weekly-update-03-16-2026.webp"
heroAlt: "Quantus Weekly: Quantum-Safe Signatures, ZK Scaling, and 2x Faster Wormhole Proofs"
featured: false
tags:
[
"weekly-update",
"quantum-safe",
"ml-dsa",
"zk-proofs",
"wormhole",
"scalability",
"privacy",
]
---

A Bitcoin signature is 65 bytes.

A single ML-DSA-87 signature is 4,627 bytes.

That's 70x larger.

Multiply that across every transaction and that's a scaling problem.

But no worries, I'm sure increasing Bitcoin block sizes won't be that controversial.

(that was a joke)

Quantum-safe signatures are so fat, if they were implemented today Bitcoin throughput would plummet well below 1 TPS.

[@QuantusNetwork](https://x.com/QuantusNetwork) would achieve around 685 transactions per block without any scaling techniques.

But we use ZK to aggregate these larger transactions into smaller proofs that end up onchain.

It also offers privacy protection to our users by breaking the link between sender and receiver [(covered in last update)](https://x.com/YuviLightman/status/2030162754544525495).

57 TPS becomes an encrypted 3,500 TPS.

The new blockchain trilemma is quantum security, scalability, and privacy.

We're solving it with ZK.

This week we cut our proving time in half.

Wormhole aggregation proofs now settle 2x faster.

The signatures are still enormous. The chain doesn't care.

Here's what else we built this week:

### GitHub Activity (12 merged pull requests):

![Github Stats](/blog/assets/github-stats-weekly-update-03-16-2026.webp)

### Core Tech & ZK:

- Wormhole aggregation proofs are now 2x faster, using a serialized prover instead of rebuilding dynamically.
- Finished circuits builder/prover refactor split for qp-zk-circuits.
- Redesigned aggregator API from dynamic prover/circuit builder to orchestration and artifact management.
- Updated quantus-cli with the new aggregator API.
- Fixed wormhole verifier blobs that lacked a cryptographic/reproducible-build tie to qp-zk-circuits in the chain.
- Several security reviews completed across all substrate pallets, merged 8 PRs of fixes.
- Kicked off formal audit of substrate pallets.
- Multisig and Treasury pallet improvements.

### Network & Infra:

- Deployed two new Planck testnet nodes with a new testnet profile.
- Substrate state pruning investigation and fixes.
- Connected testnet faucet to [@QuantusNetwork](https://x.com/QuantusNetwork) Twitter account.
- Subsquid: added per-user event mapping for improved query performance.
- Subsquid: updated reversible transfers aggregation for historical accuracy.
- Built bridging infrastructure: Rosetta API implementation with integration tests and MPC signing updates.

### Web & Mobile App Updates:

- Mobile wallet build 82: code cleanup and UI standardization (sheets, scaffold, icon buttons, accounts refactor).
- Updated mobile wallet chain history service and transaction history UI to support latest Subsquid data model.
- Website: optimized page indexing, added weekly updates as blog posts, fixed blog search to include titles.
- Explorer: overhauled reversible transaction views into separate event types (scheduled, executed, cancelled).
- Quantum Canary website: made article tables mobile-friendly.

### Content & Partnerships:

- Podcast with physicist and entrepreneur Steve Hsu on quantum computing, AI, and the quantum threat timeline.
- Added two marketing hires.
- Hosted crypto onboarding and privacy/OPSEC security events at Network School.

### Industry Updates:

- Quantum Canary: [Quantum Arms Dealers](https://x.com/QuantumCanary_/status/2030449972353888574)
- Quantum Canary: [Bitcoin's Quantum Discount](https://x.com/QuantumCanary_/status/2029730663822401730)
- Quantum Canary: [The Biggest Pile of Treasure to Ever Exist](https://x.com/QuantumCanary_/status/2030787910992318466)
- Quantum Canary: [TradFi vs. Crypto](https://x.com/QuantumCanary_/status/2031695711327166637)
97 changes: 97 additions & 0 deletions website/src/contents/blogs/es-ES/weekly-update-03-16-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: "Quantus Weekly: Firmas cuántico-seguras, escalado ZK y pruebas Wormhole 2x más rápidas"
description: "Actualización semanal sobre escalado de firmas ML-DSA, agregación ZK, aceleración de pruebas wormhole, revisiones de seguridad, nodos testnet y contenido de Quantum Canary."
pubDate: "2026-03-16"
heroImage: "/blog/covers/weekly-update-03-16-2026.webp"
heroAlt: "Quantus Weekly: Firmas cuántico-seguras, escalado ZK y pruebas Wormhole 2x más rápidas"
featured: false
tags:
[
"weekly-update",
"quantum-safe",
"ml-dsa",
"zk-proofs",
"wormhole",
"scalability",
"privacy",
]
---

Una firma de Bitcoin son 65 bytes.

Una sola firma ML-DSA-87 son 4.627 bytes.

Eso es 70 veces más grande.

Multiplica eso en cada transacción y tienes un problema de escalabilidad.

Pero no te preocupes, seguro que aumentar el tamaño de los bloques de Bitcoin no será tan controvertido.

(era una broma)

Las firmas cuántico-seguras son tan grandes que, si se implementaran hoy, el rendimiento de Bitcoin caería muy por debajo de 1 TPS.

[@QuantusNetwork](https://x.com/QuantusNetwork) lograría alrededor de 685 transacciones por bloque sin ninguna técnica de escalado.

Pero usamos ZK para agregar estas transacciones más grandes en pruebas más pequeñas que acaban onchain.

También ofrece protección de privacidad a nuestros usuarios al romper el vínculo entre emisor y receptor [(tratado en la última actualización)](https://x.com/YuviLightman/status/2030162754544525495).

57 TPS se convierten en 3.500 TPS cifrados.

El nuevo trilema de la blockchain es: seguridad cuántica, escalabilidad y privacidad.

Lo estamos resolviendo con ZK.

Esta semana hemos reducido a la mitad nuestro tiempo de prueba.

Las pruebas de agregación Wormhole ahora se liquidan 2 veces más rápido.

Las firmas siguen siendo enormes. A la cadena no le importa.

Esto es lo demás que hemos construido esta semana:

### Actividad en GitHub (12 pull requests fusionados):

![Github Stats](/blog/assets/github-stats-weekly-update-03-16-2026.webp)

### Core Tech y ZK:

- Las pruebas de agregación Wormhole son ahora 2x más rápidas, usando un probador serializado en lugar de reconstruir dinámicamente.
- Finalizado el refactor y separación del builder/prover de circuitos para qp-zk-circuits.
- Rediseño del API del agregador: de probador/circuit builder dinámico a orquestación y gestión de artefactos.
- Actualizado quantus-cli con el nuevo API del agregador.
- Corregidos los blobs del verificador wormhole que no tenían un vínculo criptográfico/reproducible con qp-zk-circuits en la cadena.
- Varias revisiones de seguridad completadas en todos los pallets de Substrate; fusionados 8 PRs de correcciones.
- Iniciada la auditoría formal de los pallets de Substrate.
- Mejoras en los pallets Multisig y Treasury.

### Red e Infraestructura:

- Desplegados dos nuevos nodos testnet Planck con un nuevo perfil de testnet.
- Investigación y correcciones de la poda de estado de Substrate.
- Conectado el faucet del testnet a la cuenta de Twitter [@QuantusNetwork](https://x.com/QuantusNetwork).
- Subsquid: añadido mapeo de eventos por usuario para mejorar el rendimiento de consultas.
- Subsquid: actualizada la agregación de transferencias reversibles para mayor precisión histórica.
- Construida infraestructura de bridging: implementación de la API Rosetta con tests de integración y actualizaciones de firma MPC.

### Actualizaciones Web y App Móvil:

- Build 82 del monedero móvil: limpieza de código y estandarización de UI (hojas, scaffold, botones de icono, refactor de cuentas).
- Actualizados el servicio de historial de cadena y la UI de historial de transacciones del monedero móvil para el último modelo de datos de Subsquid.
- Web: optimizada la indexación de páginas, añadidas las actualizaciones semanales como entradas de blog, corregida la búsqueda del blog para incluir títulos.
- Explorer: reestructuradas las vistas de transacciones reversibles en tipos de evento separados (programadas, ejecutadas, canceladas).
- Web de Quantum Canary: tablas de artículos adaptadas a móvil.

### Contenido y Alianzas:

- Podcast con el físico y emprendedor Steve Hsu sobre computación cuántica, IA y la línea temporal de la amenaza cuántica.
- Incorporadas dos nuevas contrataciones en marketing.
- Organizados eventos de onboarding en cripto y de seguridad privacidad/OPSEC en Network School.

### Novedades del sector:

- Quantum Canary: [Quantum Arms Dealers](https://x.com/QuantumCanary_/status/2030449972353888574)
- Quantum Canary: [Bitcoin's Quantum Discount](https://x.com/QuantumCanary_/status/2029730663822401730)
- Quantum Canary: [The Biggest Pile of Treasure to Ever Exist](https://x.com/QuantumCanary_/status/2030787910992318466)
- Quantum Canary: [TradFi vs. Crypto](https://x.com/QuantumCanary_/status/2031695711327166637)
Loading
Loading