mirror of https://github.com/logos-co/roadmap.git
3.6 KiB
3.6 KiB
title | tags | date | lastmod | draft | description | |
---|---|---|---|---|---|---|
2024-06-17 Nomos weekly |
|
2024-06-17 | 2024-06-17 | false | Weekly update of Nomos |
P2P Privacy
Research
- Mixnet v2 Simulation: ran the passive adversary simulation and posted the result here. We can see that the accuracy of timing attack (by passive adversary) significantly decreases as the number of mix layers and cover traffic increase. Next, we need to analyze this result along with bandwidth usages to find the optimal parameters of cover traffic and mix layers.
- Analysis of the mix gadget: For the analysis of random graphs, generated by random sampling of k-paths in the mix gadget, wrote an interpretation of the result of this analysis. Based on this, looked at a more optimal approach for anonymous communication family of random graphs - notes.
- Updated the sparse network section of the Security of Mixing over Broadcasting Channel document, as well as the models and finished the global view section. In the document, we have discussed what can be observed without cover traffic in our scenario, the cover traffic design, and how the cover traffic impacts on the observer capabilities to link the traffic.
Development
- No updates this week.
Data Availability
Research
- Studied on the Henosis design and wrote notes on it. It's a study related to combining heterogeneous proofs in proof aggregation - this may be used as an inspiration in Nomos. The [code](https://github.com/availproject/Henosis/tree/main "https://github.com/availproject/Henosis/tree/main) is available on GitHub.
- FK20 running specification in python: added tests to double check that generated proofs are the same.
- FK20 implementation in python: implemented FFT methods and added FFT parallelization version.
Development
- DA HTTP API and integration to the node is still in progress.
PPoS/Consensus
Research
- Improved the results in the wealth concentration document.
Development
- No updates this week.
Coordination Layer
Research
- We've restarted the CL executable specification in rust (PR). The following parts have been specified: notes, nullifiers, ptx input, ptx output, partial tx. Still remaining to be specified: tx bundle of ptx's, birth/death constraints, integration with SP1 snarks.
Development
- No updates this week.
Testnet + Insights
Development
- Finished the tracing subscriber and connected it to Graylog in the testnet: - PR merged.
- Implemented minor changes to the CI for the updated rust version: PR.
User Tools
Research
- No updates this week.
Development
- No updates this week.
Miscellaneous
- No updates this week.