Skip to content

Commit 4871fe2

Browse files
authored
docs(weeklies): logos storage week 8 (#370)
1 parent 1e6d664 commit 4871fe2

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "2026-02-25 Logos storage weekly"
3+
tags:
4+
- "storage-updates"
5+
date: 2026-02-16
6+
lastmod: 2026-02-25
7+
draft: false
8+
---
9+
10+
## Week 8 2026 (Mon Feb 16 - Fri Feb 27, 2026)
11+
12+
### Highlights
13+
- Completed the draft approach for [logos-storage anonymous download](https://hackmd.io/@codex-storage/rkCIGuuw-g) using the mix protocol
14+
- Polish the UI app by providing [onboarding](https://github.com/logos-co/logos-storage-ui/pull/11) and improve the look and feel of the [dashboard](https://github.com/logos-co/logos-storage-ui/pull/12).
15+
16+
### [Status Integration](https://github.com/logos-storage/logos-storage-nim/milestone/11)
17+
- **achieved:**
18+
- responding to the review comments and a number of final fixes for [status-go/pull/7312](https://github.com/status-im/status-go/pull/7312). Approval from Igor Sirotin. Need one more approval for this branch to be merged.
19+
- new [PR libstorage support in build system - status-go/pull/7332](https://github.com/status-im/status-go/pull/7332). Now with proper integration on the Nix-level with logos-storage-nim. Ability to use `libstorage` in both nix-shell and native shell. Awaiting for the review.
20+
- **next:**
21+
- while awaiting and responding to the review comments on the PR's mentioned above, the final step is to align the main integration [PR - status-go/pull/7201](https://github.com/status-im/status-go/pull/7201) with both [status-go/pull/7332](https://github.com/status-im/status-go/pull/7332) and [status-go/pull/7312](https://github.com/status-im/status-go/pull/7312). To achive cleanest solution it may happen that there will be a new clean PR building on top of `develop` branch, when the full integration will be achieve by just incrementally adding `logosstorage` package and the corresponding archive _backend_ for Logos Storage.
22+
- **blocking:**
23+
- prompt reviews and proper engagement from the status-go team will have direct impact on whether the final PR will be merged before All Hands event.
24+
25+
### [Testnet filesharing client](https://github.com/logos-storage/logos-storage-nim/milestone/12)
26+
- **achieved:**
27+
- [feat(cli)!: change listen addr to listen port](https://github.com/logos-storage/logos-storage-nim/pull/1409)
28+
- [fix: bump nph and refactor build process in makefile](https://github.com/logos-storage/logos-storage-nim/pull/1410)
29+
- **next:**
30+
31+
### AnonComm Collaboration
32+
- **achieved:**
33+
- [Continued discussion and meetings](https://www.notion.so/Mix-Meeting-Notes-2b58f96fb65c80af9f85c3df48297b5a) with the AnonComm team.
34+
- Research on [persistence circuits over mix](https://hackmd.io/@codex-storage/rkCIGuuw-g).
35+
- Experimented with example [DHT queries over mix](https://github.com/mghazwi/nim-libp2p)
36+
- Completed the draft approach for [logos-storage anonymous download](https://hackmd.io/@codex-storage/rkCIGuuw-g) using the mix protocol.
37+
- Continued work on [partial Groth16 proof generation for RLN and integration into zerokit](https://github.com/vacp2p/zerokit/pull/373).
38+
- Started drafting an approach for logos-storage anonymous publishing
39+
- **next:**
40+
- Improve and refine the initial approach for [logos-storage anonymous download](https://hackmd.io/@codex-storage/rkCIGuuw-g).
41+
- Continue the research and writing on logos-storage anonymous publishing
42+
- Improve the [partial Groth16 proof generation PR](https://github.com/vacp2p/zerokit/pull/373) in Zerokit.
43+
44+
### [Integration with Logos Core](https://github.com/logos-storage/logos-storage-nim/milestone/10)
45+
46+
- **achieved:**
47+
- Polish the UI app by providing [onboarding](https://github.com/logos-co/logos-storage-ui/pull/11) and improve the look and feel of the [dashboard](https://github.com/logos-co/logos-storage-ui/pull/12).
48+
- Provide documentation for [headless mode](https://github.com/logos-co/logos-storage-module/pull/13) and [tutorial](https://github.com/logos-co/logos-storage-module/pull/9) for using the Storage Module.
49+
- **next:**
50+
- Polish the UI app
51+
- Provide a skeleton repo to use Storage Module easily
52+
53+
### Privacy track / research
54+
- **achieved:**
55+
- Improved [Merkle tree spec PR](https://github.com/vacp2p/rfc-index/pull/293)
56+
- **next:**

0 commit comments

Comments
 (0)