network privacy and mixnet

research

  • One of the last pieces of the mixnet specification: “Defining topology update and entropy injection in a clear way” - we are close to a solution and will include new findings next week. To see the current proposal and differences being discussed (for example architecting the consensus and mixnet interaction) please check the GitHub PR. Code review is also in progress.

development

  • Tested libp2p stream protocol for the mixclient->mixnode and mixnode->mixnode communication. Concluded that’s very simple and appropriate for our case because it’s the fundamental protocol that is used for other libp2p protocols such as DHT. That’s basically not very different from the naive communication implementation over QUIC or TCP.
  • Completed several PRs (with code-review as well) Topology, Sphinx packet construction, Packet delays, Mix client Poisson emission.
  • Designed the updated Nomos Rust project structure for mixnet v1.
  • Analyzed the rust-libp2p QUIC transport in terms of configuration and implementation details.

testnet

development

  • Removed the async-trait from the node as well as Overwatch.
  • Grafana and related services addition to the testnet (new PR).
  • Preparation for demo chat app bot, ability to send data from file, non-interactively (new PR).
  • Prune Carnot old block PR has been completed and is currently in review.
  • Added a test for big blobs dissemination.
  • Limited the number of in-flight requests performed by the chat app to avoid using too many descriptors - more details here.

cryptarchia

research

development

  • No updates, heavily in research.

data availability

research

  • DA API specification is written (likely to change due to active discussions).
  • DA Layer Comparison article is almost finished - there are several comments still left to be resolved. Protocols were explained in more detail. Tables have been updated and to see the raw updated data on its own refer to this sheet.

development

miscellaneous

  • Devised a plan to take action for Nomos marketing and comms strategy: devised a couple of WIP docs (strategic one and mission one). We will start compiling our resources to help out the comms team with “ammo” for the Twitter and other social media.
  • Carnot paper is currently being reviewed. Team feedback collected, several issues (for example of administrative and legal nature) were raised and will be addressed.