Vac week 35

vsu::P2P

  • vac:p2p:nim-libp2p:vac:maintenance
    • Becaming a Validator in the Nimbus Consensus client (95%)
    • IWANT replies can be bigger than the pubsub message limit (100%, on review) 887
    • Improve gossipsub DDoS resistance (98%) 920

vsu::Tokenomics

  • admin/misc:
  • vac:tke::codex:economic-analysis
    • Timeline of Filecoin vs competitors, IPFS vs Filecoin usage, Filip: miners perspective
  • vac:tke::status:SNT-staking
    • Further debugging, verify Multiplier Points calculation (especially gas fee optimization, how GMX implements)
  • vac:tke::nomos:economic-analysis
    • Book seperate calls w/ Moh and Marcin to discuss helping them w/ their relative points of focus
  • vac:tke::waku:economic-analysis
    • Call w/ Aaryamann on RLN, condense our thoughts to a “proposal” for Waku

vsu::Distributed Systems Testing (DST)

  • vac:dst:analysis:nomos:nomos-simulation-analysis
    • Analysis done, scales to million nodes
    • Exploratory sets of runs done
    • Decided on the parameter set for the final runs
  • vac:dst:software-testing:waku:test-plans
    • get familiar with specs for some of the Waku protocols
  • vac:dst:software-testing:waku:test-automation-js-waku
    • Setup local env
    • Investigated how the existing tests are running and how the code is structured
  • admin/misc:
    • 2 CCs ooo

vsu:Smart Contracts (SC)

  • vac:sc::vac:secureum-upskilling
    • Finished Secureum Slot 6
    • Read a bit into Upgradable contract patterns
  • vac:sc::status:community-contracts-maintenance
    • Moved communities-contracts repo to our Foundry template 1
    • Also implemented additional tests
  • vac:sc::vac:maintainance/misc
    • Finished up moving community-dapp/contracts to foundry template
  • vac:sc::status:community-contracts-deployer
  • vac:sc::status:snt-staking-contract-maintenance
    • discussing issue with order of processAccount giving advantages on first callers

vsu:Applied Cryptogarphy & ZK (ACZ)

  • vac:acz:rlnp2p:waku:membership-management
  • vac:acz:rlnp2p:waku:rln-relay-enhancments
    • tree metadata should include chainId and contractAddress - 1932
    • set flush_interval appropriately -1933
    • integrate new WakuRlnRegistry contract - 1943
    • bump zerokit to v0.3.2 1951
    • tree metadata should include window of roots - 1953
    • sync tree state from contract deployed block number - 1955
    • optimization to waku_keystore - 1956
    • fixed a forceProgression bug in the WakuRlnRegistry contract - 6
  • vac:acz:zerokit:vac:maintenance
    • prevent tree db from being recreated if it exists - 209
    • released zerokit v0.3.2 - v0.3.2
    • merged PR to fix a stopgap introduced by PR 201 207
  • vac:acz:zerokit:vac:zerokit-v0.4
    • Prepared a PR to deal with message_id range check 210
    • Researched needed changes to rln-cli

vip::zkVM

  • vac:zkvm::vac:research-existing-proof-systems
    • 40% update of the blog is done, working on finding smoother ways to explain findings and alternatives (focusing on a blog structure rather than a document)
  • vac:zkvm::vac:proof-system-benchmarks
    • Added a summary table for different performances
  • vac:zkvm::vac:research-existing-proof-systems
  • vac:zkvm::vac:proof-system-benchmarks
    • minor fixes plonky2 PR 5
    • README’s to make zk-explorations repo public 4
    • merged and closed needed PRs for zk-explorations repo
    • work on Halo2 benchmark

vc::Deep Research

  • vac:dr:valpriv:vac:tor-push-poc
    • dev: fixed bugs related to initialization, changed to building async tor connections, adding direct peers, triaging/debugging issues 431a76014b3f584573329993b167fe1118eca6b3
    • test: readied setup o beacon node(s) with validator keys, test attestation transmission over tor. Planning for measuring delays
  • vac:dr:valpriv:vac:tor-push-relwork
    • solution section refined with several updates including adding a figure for the Tor-push method.
    • dedicated section on “Theoretical Analysis”
    • four different possible scenarios for the attacker to break the anonymity of the Tor network
  • vac:dr:gsub-scaling:vac:gossipsub-improvements-tech-report
    • Literature study related to scalability, overlay design, efficient message propagation in unstructured p2p networks
    • Started writing a survey report on efficient broadcast in large scale p2p networks.
  • vac:dr:gsub-scaling:vac:gossipsub-simulation
    • Executed different gossipsub simulations in shadow simulator
    • can now collect different metrics like packet delivery ratio, data overhead, control overhead, network bandwidth utilization, average latency & standard deviations
  • vac:dr:consensus:nomos:carnot-bribery-article
  • Continue work on the article on bribery attacks, PoS and Carnot. Different examples including one based on game theory were presented to show that bribery attacks are economic attacks and cannot be addressed alone in the consensus layer. Economy based solutions have to be considered at the PoS layer.
  • vac:dr:consensus:nomos:carnot-vote-2-3rds-vote-aggregation
    • Begin work on Carnot variant that aggregates the majority of votes.
    • Designing the algorithm.
  • vac:dr:consensus:nomos:carnot-paper
    • Analyzing and discussing Carnot tests. There were variance in the latency results. We think it is due to the geographical distribution of nodes. Hence, Gusto was asked to use a single geographic zone to acheive a smooth curve while verifying that the variance is due to the latency cause by geographical distribution of nodes.

vc::RFC

  • vac:rfc:rfc:status:port-status-specs
    • Updated RFC spec for Community History Archive protocol according to PR feedback
      • 610
      • This has been reviewed more and those additional comments need to be addressed as well
  • Started porting /spec/6/PAYLOADS to Vac