mirror of https://github.com/logos-co/roadmap.git
61 lines
2.2 KiB
Markdown
61 lines
2.2 KiB
Markdown
|
---
|
||
|
title: 2024-06-17 Codex Weekly
|
||
|
tags:
|
||
|
- codex-updates
|
||
|
date: 2024-06-17
|
||
|
lastmod: 2024-07-09
|
||
|
draft: false
|
||
|
description: Weekly update of Codex
|
||
|
---
|
||
|
|
||
|
# Codex Update June 11th - June 17th
|
||
|
> 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
|
||
|
- [L2 assumptions, planning and deployment options](https://github.com/orgs/codex-storage/projects/3/views/11?pane=issue&itemId=66247672)
|
||
|
- [NAT Traversal in Codex](https://hackmd.io/UxYaQ3dqS1CUU8pxO6-PuQ)
|
||
|
|
||
|
Ongoing
|
||
|
- Workshop preparations
|
||
|
- Developing single binary pipeline for releases
|
||
|
- Some splitting of PRs further into datastore and rework
|
||
|
- [Need this Safe block deletion (with ref count) PR approved](https://github.com/search?q=org%3Acodex-storage+631&type=pullrequests)
|
||
|
|
||
|
## Marketplace
|
||
|
Completed
|
||
|
- Merged [fix: createReservation lock](https://github.com/codex-storage/nim-codex/pull/825)
|
||
|
- [L2 overview and Marketplace support/compatibility check](https://github.com/codex-storage/codex-research/pull/192/files)
|
||
|
|
||
|
Ongoing
|
||
|
- Workshop preparations
|
||
|
- Looking into more research about contract upgradability and industry practices
|
||
|
- [Reviews of Marketplace spec](https://github.com/vacp2p/rfc-index/pull/36)
|
||
|
- WIP in the Certora's Application Properties work
|
||
|
|
||
|
## 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
|
||
|
- Figuring out usable NTT options on the Grumpkin curve; [WIP notes](https://hackmd.io/@bkomuves/BJe6hiZBC)
|
||
|
|
||
|
Ongoing
|
||
|
- Prototyping with intent of a full implementation soon
|