Cryptarchia

Research

  • No research updates at this moment.

Development

  • Fixed a bug in the Cryptarchia spec regarding try_create_fork to find parent block.
  • Stake Relativization Executable Specification is done: PR. Also, implementing stake relativization revealed some bugs in our Cryptarchia spec which took some time to debug and write tests for. Also, the stake relativization spec has been updated with learnings from the implementation (changes were mostly around time management since we need the inferred total stake to be stable by the time we enter the next epoch).
  • Regarding block rewards, our proposal would be to postpone this work for when we will have the CL available, as it’s likely best done through a ‘special’ transaction (probably in a block body rather than in the header).
  • As discussed, at this moment, we will not support multiple consensus protocols in node.

Mixnet (Network Privacy)

Research

  • Mixnet incentivization document has been updated with additional problem statements: we are exploring how to make delegations private.
  • Analysis of the fraction of compromised paths in the mix network: The asymptotic lower bound (asympt. l.b.) on the probability that the fraction of compromised paths, \alpha, belongs to the interval [\alpha_0, \alpha_1] was used to obtain an upper bound on the maximum fraction of compromised paths, \alpha_max, in the mixnet of size n sampled from N nodes, where M nodes are adversarial.
  • Comparing the asympt. l.b. and simulations shows that the latter provides a very loose upper bound on \alpha_max when the size of mixnet n is fixed and the number of layers L is increasing. However, the asympt. l.b. provides a better upper bound on \alpha_max when the width of the mixnet n_1 is fixed and the number of layers L is increasing.
  • Derived the probability distribution for the fraction of compromised paths \alpha in the mixnet of size n=n_1 L, where n_1 is the number of nodes per layer and L is the number of layers, with m adversarial nodes when n_1 is very large. In this regime, the number of adversarial nodes in a layer is a random variable from the binomial distribution with parameters n_1 and m/n, such that on average n_1m/n nodes per layer are adversarial. Summary of numerical results and simulations is provided in this doc while Summary of analysis is provided here and the details of the analysis are in Overleaf.
  • Mixnet with staking design: Message Type Indistinguishability - extended the message type indistinguishability section of the staking design document, where we added a part about the impact of the pledged and delegated stake based rankings on the privacy. This part of the investigation, led to coining the Staking Security vs Privacy dilemma, where we describe a tension between staking security and privacy. In short, staking can increase chances for deanonymization. The details can be seen in this document.

Development

  • Some refactoring work on following PRs: #615, #616, #618.
  • WIP: Testing if mix client/node emit packets according to the specified Poisson parameters.
  • WIP: Testing if enough packets are mixed in each mix node.
  • WIP: Working on making the aforementioned two as metrics (for monitoring).

Data Availability

Research

  • No research updates at this moment.

Development

  • Fixed a new storage issue in windows build CI: PR.
  • Added a new block subscription to consensus service: PR.
  • DA API testing: PR.
  • Added Certificate verification to specs: PR.
  • Fixed arbitrary data encoding in the Encoder specs: PR. There was an issue with this, we can only encode up to 31bytes per chunk using bls. Notice that bls uses 32bytes field elements, but some 32bytes elements would be higher than the bls_modulus, hence we need to use 31bytes.
  • Added duplicated blobs verification in verifier: Verifiers need to return the attestation in case a duplicated verification comes around, or skip it depending on different stages: PR.
  • Moved current DA API implementation to draft: DA Protocol abstraction will change. Until we have an updated version, the DA API work is on hold.

Coordination Layer

Research

Development

  • No development updates.

Testnet

Development

  • Removed unused nomos services: old metrics service replaced with a Prometheus PR and old http API removed PR.

Miscellaneous

  • A new blog post will be published this week: Tackling the Challenge of Wealth Concentration in PoS Blockchains with the simulations and scientific results.
  • We have exciting new ideas cooking about updating the Nomos documentation - stay tuned!