roadmap/content/nomos/updates/2024-02-05.md

63 lines
5.7 KiB
Markdown

---
title: 2024-02-05 Nomos weekly
tags:
- nomos-updates
date: 2024-02-05
lastmod: 2024-02-06
draft: false
description: Weekly update of Nomos
---
## `network privacy and mixnet`
### `research`
- Polishing the mixnet specification regarding the topology algorithm and all parameters - we've had some [concerns](https://www.notion.so/Mixnet-Specification-807b624444a54a4b88afa1cc80e100c2?d=80f00df5f08843bd95d7cf3552bad4c1#8aec5ec23da548388ce89e56ba21cd9f) about it, so there are several ongoing discussions on [Notion](https://www.notion.so/Mixnet-Specification-807b624444a54a4b88afa1cc80e100c2?d=7aaa6b805985476794a33359d21660b4#e041fafe4de54efd9ea142e551f1fc48) and [GitHub](https://github.com/logos-co/nomos-specs/pull/57#discussion_r1472490489) in regards to answering them. For more details on the discussion, check this [PR](https://github.com/logos-co/nomos-specs/pull/61).
- While it has been postponed from v1, [we will have to define](https://www.notion.so/Mixnet-Specification-807b624444a54a4b88afa1cc80e100c2?d=6b520f4f0fbd41de96cf9978c5339610#d0f5c0ef93474179b49af149893226d3) the mix node identity soon for incentivization.
- After careful consideration and discussion, the [topology update](https://github.com/logos-co/nomos-specs/pull/56) and [public APIs](https://github.com/logos-co/nomos-specs/pull/57) PRs for core logic have been merged.
### `development`
- Added a utilities function of python mixnet to rust [PR](https://github.com/logos-co/nomos-node/pull/575). Currently in review.
## `testnet`
### `development`
- Additional polishing (route separation) of the Naive blocks query implementation from the storage layer [PR](https://github.com/logos-co/nomos-node/pull/566).
- Added DA API for Explorer, while removing the unused API [PR](https://github.com/logos-co/nomos-node/pull/576) - currently in review.
- [Integrated](https://github.com/logos-co/nomos-node/tree/integrate-explorer) the block explorer into the demo. Currently thinking about writing integration tests for it.
- Testnet fixes [PR](https://github.com/logos-co/nomos-node/pull/574): the testnet ran on Linux with no issues; however, several fixes were needed for it to work on MacOS (about Grafana, Nomos chat bot params, and Nomos chat OpenSSL libs build version).
## `cryptarchia`
### `research`
- Updated the wealth concentration analysis [chapter](https://www.notion.so/Does-Crypsinous-Leader-Election-Function-lead-to-wealth-concentration-in-PoS-b81f07a791b745438443f51f00ac258f#1df422f6cc204cb8b362f41cda260b8b) about the stake relativization algorithm - specifically about the impact of the stake relativization.
- Updated the [Nomos Tokenomics Design Canvas](https://www.notion.so/Nomos-Tokenomics-Design-Canvas-e62e78ee0f8c4a719d1f6ffb08574241) with details about the "Validators" role. More roles to be entered in the coming weeks.
- Added the fork choice rule [PR](https://github.com/logos-co/nomos-specs/pull/58) as described in "Ouroboros Genesis: Composable Proof-of-Stake Blockchains with Dynamic Availability". Tests will be added later.
- "Follower maintains ledger state as it follows the blockchain" [PR](https://github.com/logos-co/nomos-specs/pull/62). Leader coins are now spent when they become slot leaders. The next step is to have the leaderproof produce a new coin that the validator can then use to lead another slot.
- Merged the "Add header ID and message" [PR](https://github.com/logos-co/nomos-specs/pull/52).
- Summarized the mathematical analysis work in the Impact on Forks [chapter](https://www.notion.so/Impacts-of-Approximate-Total-Stake-1b9a248b222449c68c70fb645a733b03#843c7c5e84854f458ada2d91813ea5f4) and Reducing Forking [chapter](https://www.notion.so/Impacts-of-Approximate-Total-Stake-1b9a248b222449c68c70fb645a733b03#fa783cb6d21b42809b1c06b2c6d68f07). More precisely, derived the probability of the “forking” event and the “empty slot” event when the approximate value of the total stake is used. Considered the large total stake and finite number of slots scenario to derive the typical number of forks and empty slots expected in the T number of slots. This framework was used to assess impacts of underestimation/overestimation of the total stake on the number of forks and empty slots. For the detailed mathematical analysis, check the [Overleaf document](https://www.overleaf.com/project/656dfacf4929b4a3d6d2ffe5).
### `development`
- No updates, heavily in research.
## `data availability`
### `research`
- [DA Document](https://www.notion.so/DA-Layer-Comparison-Table-5848811f0af042e2b24c10d3cea9b0a8) has been updated with new details based on the team review (specifically around adding more details about Ethereum Danksharding).
- Merged a mandatory [PR](https://github.com/logos-co/nomos-specs/pull/60) containing a big chunk of primitives from the ETH specification that's a dependency for building our DA specification. It will help us save a good amount of time during our implementation (and testing) of everything.
### `development`
- Started work on the DA Layer Implementation Details [document](https://www.notion.so/DA-Layer-Cryptographic-Implementation-Details-4d8ca269e96d4fdcb05abc70426c5e7c?d=b2cd8254d6b240d89e029e9d7518ba17#99b607ee531340718520a142e281bda9). This is a an executable spec.
- The sketch of the DA layer can be seen in this [branch](https://github.com/logos-co/nomos-specs/tree/da-specs).
## `miscellaneous`
- The [website's](https://nomos.tech/) copywriting has been updated to reflect the changes from the Darkpaper.
- Started publishing posts on [X](https://twitter.com/Nomos_tech).
- We have chosen several articles and will be publishing more detailed, scientific blog posts in the coming weeks. Once the specifications are complete, they will also be communicated via our social media.
- Darkpaper v0.5 published internally.