nomos:


network privacy and mixnet:

research:

  • With the assumption that nodes of a mixnet are selected without replacement, we performed analysis with Byzantine node presence (for specific widths and lengths). This gives the probability that there is at least one path where all nodes are Byzantine (“anonymity” failure)
  • Evaluation in the “Loopix” paper used the mixnet with n1=2 and L=5
  • Conclusion: probability of anonymity failure decreases when increasing length and increases with increasing width
  • Notes provided in the overleaf document https://www.overleaf.com/read/rybwvjftfrrg
  • Discussions on how to model the network privacy for analysis; viability of the embedded mixnet design
  • Notes (WIP): https://www.notion.so/Network-Privacy-2dabf0aa878744e299b2ebb97120876f

development:


testnet:

development:


private PoS:

research:

  • Add missing function descriptions and finalize structure definitions.
  • Defined/redefined structures used in all algorithms that required a rewrite.
  • Updated the terminology and made the Shadows name obsolete, and now they are called Validators (for synchronization with other PoS designs).
  • The validators logic was redesigned, improved and updated accordingly.
  • The same was with the ledger/transactions part, and now they form a complete logic.
  • Readability: the specification part was updated. The rest of the document is out of sync and needs to be revised as the focus was put on the specification.
  • Critical analysis: an issue was identified and described (under the issues section) that touches on a problem where insufficient number of votes are aggregated and the need for an additional voting round before commencing an overlay tree reconstruction. This can be mitigated with an additional votes collection from late voters (before the tree timeout) or increased level of votes that are collected during initial voting collection.
  • Review of the Delegation and Validation rewards document by Frederico.

data availability:

development: