Vac 2024/11/11

Note : Many Vac CCs were travelling to devcon and attend side events before devcon.

vac:p2p:

  • ift:gossipsub-perf-improvements
    • Finalized presentation for Libp2p day talk@Devcon
    • Completed simulations for staggered message handling (still need to analyze results)

vac:tke:

  • admin
    • 6 CC days off
    • prepared for DevCon and travelled to Bangkok
    • Devcon schedule planning
  • vac:tke:nomos:intro-base-layer-economy:tx-fees
    • concluded the code for the ABM
  • vac:tke:ift:tokenomics-research-forum:ve3
    • working on the blogpost on ve(3,3)
  • vac:tke:status:aura-incentives:xp-program
    • worked on existing codebase to simulate AURA; identified several potential next steps here
    • worked on theory for AURA
  • vac:tke:ift:tokenomics-research-forum:XP
    • worked on research for blog on XP (related to Aura)
  • vac:tke:ift:based:adhoc-support
    • Working on Vojtech’s request. Meeting him on Tuesday.

vac:dst:

  • waku:waku-evaluation:regression-testing:
    • Repeat perf simulations with 1 waku node per VM
    • Repeat perf simulations with various waku node per VM
  • admin/misc:
    • 1 CC has flight to Thailand from Thursday
    • 1 CC on Sick leave

vac:qa:

  • waku:status-go-functional-testing-2024q4:migrate-to-status-backend
    • Handover of task from Sam to Florin
    • Made a new PR because existing one couldn’t be rebase because of past rebase issues
    • Fixed unaddressed issues spotted during code review
  • nomos:da-testing-2024q4:basic-functionality-tests
  • waku:interop-testing-2024q4:e2e-scenarios
    • Fix review comments on PR 85 and PR 80
    • Make some tests work with go-waku
    • Run multiple CI jobs to check stability and merge PR 86 to ignore some tests on go-waku
    • Merge PRs PR 85 and PR 80 on master
  • waku:interop-testing-2024q4:known-issues
    • Find tests ideas from devs comments
    • Start working on test from example
    • Read the explanation series of WAKU
  • admin/misc
    • Sick leave 3 days
    • Sick leave 2 days
    • OOO 1 Day

vac:acz:

  • ift:de-mls-testnet:login-specs
    • Inclusion in the RFC of the integration of GroupManager with SimpleLogin. Improvements on SimpleLogin with regards to batching operations and avoiding nonce generation. Link to Notion.
    • Reviewed and had call about Simple Login RFC
    • Finalize the login-specs finalize the feasibility of SimpleLogin and group manager document with the discussion meeting notes
  • ift:think-tank:crypto-think-tank
  • ift:de-mls-testnet:testnet-api
    • Continue working with replacing Redis to Waku Draft PR
  • ift:libp2p-mix-poc:sim-anon-ping
    • Mixnet Transport PR
      • Implemented Ping PoC using MixnetTransportAdapter
      • Added mix node info, public info, and tag manager to MixnetTransportAdapter - enables each mix node to load its own mix node info and the public info of all other mix nodes
      • Forked nim-libp2p to add mix transport support in multiaddress and multicodec
      • Updated PoC to handle mix multiaddresses, leveraging the forked nim-libp2p
  • ift:logos-zk-calls:logos-zk-call-1
    • Lead IFT ZK call and update meeting notes.
    • Additionally, contact some previous attendances for input on ways to improve zk call for Q1. Current list of feedback.
  • ift:think-tank:zk-consulting-codex-2
    • Wrote up a new approach for dynamic storage proposal using dory.
  • admin/misc
    • In scope of stealth-address-kit:vac:maintenance Fixed CI nightly build PR
    • 1 cc is ooo for 5th and 6th of November
    • 2 cc are ooo for 8th because of devcon flights

vac:sc:

vac:nim:

vac:rfc:

  • ift:rfc:waku:updates-of-mature-waku-rfcs-2024q4
    • Continued update for 19/WAKU2-LIGHTPUSH and 15/WAKU-BRIDGE. Still in progress.
  • ift:rfc:status:status-specs-to-rfc-index-migration
  • admin/misc
    • Sick days (4)
    • Revisit and review the monthly with necessary changes where needed

vac:nes:

  • vac:state-separation-architecture-poc:execution-types
  • vac:state-separation-architecture-poc:utxo-specs
    • Started working on defining UTXOs components.
    • Worked on documents for utxo commitment, proving value of utxo and minting utxos.
  • vac:nes:state-separation-architecture-poc:vm
    • Implemented ZKVM module.
    • Tested ZKVM module.