Vac 2025/5/19

highlights

  • nim-libp2p 1.10.0 released (QUIC transport support)
  • DST report for nim-libp2p 1.10.0 (QUIC)
  • Multiple DST analyses and measurements on libp2p mix protocol
  • Status communities contracts now deployed on Polgon POS Mainnet and Amoy
  • Karma slashing capabilities done
  • new commitment for Status Network Staking RFC

vac:p2p:

vac:tke:

  • vac:tke:ift:ghost:tokenomics-design
    • met with Matt to discuss this, and read documentation
  • vac:tke:ift:support-to-ift-units::logos-basket
    • reviewed old discussion about Logos as a basket of tokens
    • produce a doc on baskets and independent ones
    • reviewed Martin’s token proposal
    • met with TKE to brainstorm about logos token
  • vac:tke:ift:support-to-ift-units::tge
    • discussed with TKE a check list for the TGE workgroup
  • vac:tke:nomos:macroeconomy::preliminary-block-rewards
    • read two posts about ETH issuance rate
    • extensive discussion about it with Nomos team
    • incorporated feedback into requirements doc
  • vac:tke:nomos:macroeconomy:block-rewards
    • Worked on tasks related to nomos DA, TFMs and block rewards
    • Created introductory documents explaining the pros and cons of several mechanisms for Nomos
  • vac:tke:codex:cdx-launch::preparations
    • met with Codex team to discuss CDX launch
  • vac:tke:status:karma-incentives:karma-params
    • revisit the Karma spreadsheet
    • sync with Nadeem and SC team on RLN and Karma onboarding
  • vac:tke:status:karma-incentives:karma-params
    • Finalized data analysis work on Linea to define/propose the rewards tiers
    • Wrote down report on the above
  • vac:tke:ift:tokenomics-research-forum:tke-dashboard
    • find a research topic
  • vac:tke:ift:tokenomics-research-forum::minting-control
    • researched work on optimal control and minting

vac:qa:

vac:dst:

  • admin/misc
    • Help 1 CC with onboarding
    • 1 CC Out of Office Friday
    • 1 CC Onboarding tasks
  • vac:dst:ift:2025q2-dst-tooling:python-deployment-scaffold
    • Test workloads / deployments
  • vac:dst:vac:2025q2-libp2p-evaluation:regression-testing
    • Nim-libp2p 1.10.0
    • Mix protocol
      • Notion: Mix report
        • Message propagation times
        • Distribution of messages inside/outside mixnet
        • Comparison between mix and non-mix scenarios
      • Found possible issue regarding mix-gossipsub instance in the same node
      • Found weird times for mix propagation. Further investigation will be done.

vac:sc:

vac:acz:

  • ift:2025q2-de-mls-tesnet:consensus-rfc
  • ift:2025q2-de-mls-tesnet:commit-and-proposal
    • Start working on splitting commit message to proposal and commit message branch
  • ift:2025q2-zerokit:merkle-tree-improvement
    • Reviewed PR
    • Fixed remaining issues from the PR review and merged the PR to master.
  • ift:2025q2-libp2p-mix-testnet:dockerize
    • Kicked off benchmark handover with team — reviewed current setup, discussed discrepancies and pending experiments.
      • Also discussed about moving Mix and GossipSub-related changes to nim-libp2p as an introductory task
    • Investigated issue where exit node relays messages but doesn’t display subscription log.
      • Enabled exit logging to isolate after discussion.
    • Reviewed benchmark results on Notion; added comments highlighting high mix routing latency and discussed debugging this with DST.
  • ift:2025q2-libp2p-mix-testnet:update-rfc
    • Continued refactoring the Mix Protocol RFC PR #158
      • Finalized all sections through §6 (Pluggable Components).
  • ift:2025q2-zerokit:parallel-computation-study
    • Fixed remaining issues from the PR review and merged the PR to master.
    • Review PR to update shell dependencies for NixOS.
    • PR 2nd review
  • ift:2025q2-rln-status-l2:rpc-node-modification
    • Get familiar with Java and read related material for this task
    • Tried out examples on the Besu Ethereum client and how to use gRPC in Java.
  • nes:2025q2-nescience-consulting:unifying-q1-docs
  • nomos:2025q2-nomos-consulting:zk-consulting-nomos-1
  • acz:ift:2025q2-ift-zk-calls:ift-zk-call-2
  • ift:2025q2-rln-status-l2:prover-service
  • ift:2025q2-zerokit:semaphore-parts-bench
    • draft pr completed subject to review
    • draft pr completed subject to review
    • Wrote up report completing the task, subject to review and QC.
  • ift:2025q2-de-mls-tesnet:multi-admin-rfc
  • admin/misc
    • 1 cc is ooo for 2 days
    • Discussed mix-protocol including discrepancies, exit node and logging.

vac:nim:

vac:rfc:

vac:sec:

vac:nes:

  • state-separation-architecture-poc:hybrid
    • Met with Sergio about Q1 related doubts and other fundemental related questions about the architecture.
    • Researched and started documenting ways for hybrid transactions.
    • Started to go deep about how we would like our transactions to behave and what are the issues, mainly linkability issues and how to solve them.
  • state-separation-architecture-poc:node-stability
    • Hash storage merkle tree seriallization done. PR.
    • Prepared a document on questions on common private smart contract state.
    • Implemented stable seriallization for sparse Merkle trees. Merge request.
  • state-separation-architecture-poc:onboarding
    • Formalizing NSSA components here
    • Created PRs #75, #76 and #77 with updates to the utxo crate to align with specifications.