roadmap/content/codex/updates/2024-05-06.md

65 lines
2.4 KiB
Markdown
Raw Normal View History

---
title: 2024-05-06 Codex Weekly
tags:
- codex-updates
date: 2024-05-06
lastmod: 2024-05-06
draft: false
description: Weekly update of Codex
---
# Codex Update April 30th - May 6th
> The Codex team wrapped up a successful demo at the Logos off-site and now aims to prepare the demo for the Q2 public testnet release potentially coinciding with EthCC.
>
> An internal devnet has been running for the past few weeks and has been used to test the latest version of Codex and can be accessed using the [Codex Testnet Starter](https://github.com/codex-storage/codex-testnet-starter) documentation.
Development is currently broken into three distinct teams:
1. Client, Testing, and Infrastructure
2. Marketplace
3. Research
The following are their team updates.
## Client, Testing and Infrastructure
Completed
- None
Ongoing
- Splitting two big PRs into a series of smaller ones
- [Expiry per dataset](https://github.com/codex-storage/nim-codex/pull/678)
- [Safe block deletion (with ref count)](https://github.com/codex-storage/nim-codex/pull/631)
- Reviewing various PRs in the client
## Marketplace
Completed
- Tokenomics meeting to discuss existing questions, as well as the new slot reservations proposal
- Discussion about the slot reservations proposal, in which we came up with a simplified version, opting to allow for emergent behaviors before adding to complexity
- Discussion about fill reward curve
- Discussion about the new slot reservations proposal
- Reviews :
- https://github.com/codex-storage/nim-codex/pull/793
- https://github.com/codex-storage/codex-contracts-eth/pull/99
Ongoing
- Writing out new proposal for slot reservations as well as capturing the original bloem method idea
- Tokenomics & Marketplace proposal discussions
## Research
```
2024 R&D Goals
1. Proving system and aggregation improvements (folding or lookups)
2. Aggregator/validator design
3. DHT improvements
4. Tokenomics and incentive design
5. Bandwidth incentives
6. Dynamic data (appendable data)
7. Encryption
```
Completed
- Discussion with marketplace team about slot fill reward and address window expansion curves
Ongoing
- Studying various FFT/NTT algorithms
- Looking at [new research](https://zkmesh.substack.com/p/zkmesh-apr-2024-recap)
- Looking a bit into the recent "Foreign Arithmetic" (SigmaBus) paper. Unfortunately it seems to be much less useful for us than originally thought.