Skip to content
Merged
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
62 changes: 62 additions & 0 deletions content/storage/updates/2026-06-29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: "2026-06-29 Logos storage weekly"
tags:
- "storage-updates"
date: 2026-06-22
draft: false
---

## Week 26 2026 (Mon Jun 22 - Fri Jun 26, 2026)

### Highlights

* Storage Module has its ([v2.0.0](https://github.com/logos-co/logos-storage-module/releases/tag/v2.0.0)) release with an all-new, improved filesharing protocol which adds robustness and efficiency to file transfers, as well as support for running anonymized DHT queries over our [mix networks](https://github.com/logos-co/nim-libp2p-mix). The new [Logos UI app](https://github.com/logos-co/logos-storage-ui/releases/tag/v2.0.0) - which brings those features to [Logos basecamp](https://github.com/logos-co/logos-basecamp) - is also available for testing.
* The final PR for the storage/status integration [has been merged](https://github.com/status-im/status-go/pull/7486), and now Logos storage should finally show up as an option for archival storage in the Status app.
* We have [published a research post](https://forum.research.logos.co/t/hidden-services-over-mix/706) on the current state of hidden services over mix, and its challenges. This is an important checkpoint on our path to getting to anonymous filesharing.


### [Status Integration](https://github.com/logos-storage/logos-storage-nim/milestone/11)

- **achieved:**
- [PR feat: logos storage for History Archives status-go/pull/7486](https://github.com/status-im/status-go/pull/7486) - final PR merged!
- **next:**
- bump the version of lib storage to a more recent version

### [Large Data Transport Layer for Mix](https://github.com/logos-storage/logos-storage-pm/issues/2)

- **achieved:**
- Transport layer [draft spec](https://hackmd.io/CykSpMIrRP6XA2byDiWurg)
- [Reference implementation of the transport layer](https://github.com/logos-storage/transport-over-mix/)

### [Hidden Services Over Mix](https://github.com/logos-storage/logos-storage-pm/issues/20)

- **achieved:**
- Restructure the hidden services spec as research post, describe the malicious path problem.
- Research post published: https://forum.research.logos.co/t/hidden-services-over-mix/706
- **next:**
- Continue research, experiments, and simulations to get a better understanding of the malicious path problem to help make decisions going forward with the hidden services over Mix.

### [E2E Testing](https://github.com/logos-storage/logos-storage-nim/issues/1377)

- **achieved:**
- Openapi spec re-synced with logos-storage-nim, so the dist tests api client is now generating the correct client definition. PRs ([#131](https://github.com/logos-storage/logos-storage-nim-cs-dist-tests/pull/131), [#132](https://github.com/logos-storage/logos-storage-nim-cs-dist-tests/pull/132), [#133](https://github.com/logos-storage/logos-storage-nim-cs-dist-tests/pull/133), [#1470](https://github.com/logos-storage/logos-storage-nim/pull/1470))
- Previous anti-affinity changes forcing one pod per node broke local testing (where there is only one pod). [Fix](https://github.com/logos-storage/logos-storage-nim-cs-dist-tests/pull/134)
- Relax openapi hash check by ignoring whitespace ([PR](https://github.com/logos-storage/logos-storage-nim-cs-dist-tests/pull/136))
- Publish openapi.yaml spec as part of the release assets ([PR](https://github.com/logos-storage/logos-storage-nim/pull/1474))

### [Anonymous DHT Queries](https://github.com/logos-storage/logos-storage-pm/issues/3)

- **next:**
- Migrating all wire protocols from minprotobuf to nim-protobuf-serialization

### [Integration with Logos Core](https://github.com/logos-storage/logos-storage-nim/milestone/10)

- **achieved:**
- The whole team was focused last week to prepare new versions of libstorage, logos-storage-module and logos-storage-ui, making sure they land well on logos-bootcamp:
- [logos-basecamp@0.2.0](https://github.com/logos-co/logos-basecamp/releases#release-0.2.0)
- [logos-storage-module@2.0.0](https://github.com/logos-co/logos-storage-module/releases/tag/v2.0.0)
- [logos-storage-ui@2.0.0](https://github.com/logos-co/logos-storage-ui/releases/tag/v2.0.0)
- [logos-storage-nim@0.4.0](https://github.com/logos-storage/logos-storage-nim/releases/tag/v0.4.0)
- **next:**
- The actual release is scheduled for 2026-07-01.
- hardening the release, bug fixing, docs updates
Loading