Chore/update namings (#332)

This commit is contained in:
fbarbu15
2025-11-10 15:25:13 +02:00
committed by GitHub
parent 1cf6869d12
commit d5208b3c53
127 changed files with 7 additions and 193 deletions

View File

@@ -56,8 +56,8 @@ The team performed a Logos Research Call presentation on the Frozen Heart Vulner
## Sources and Useful Links
Weekly Updates
- [[vac/updates/2023-09-18|2023-09-18]]
- [[vac/updates/2023-09-25|2023-09-25]]
- [[vac/updates/2023-10-02|2023-10-02]]
- [[vac/updates/2023-10-09|2023-10-09]]
- [[vac/updates/2023-10-16|2023-10-16]]
- [[vac/weeklies/2023-09-18|2023-09-18]]
- [[vac/weeklies/2023-09-25|2023-09-25]]
- [[vac/weeklies/2023-10-02|2023-10-02]]
- [[vac/weeklies/2023-10-09|2023-10-09]]
- [[vac/weeklies/2023-10-16|2023-10-16]]

View File

@@ -21,8 +21,8 @@ title: Vac Roadmap
- `nes:` [[nes/index|Nescience]]
## Progress Updates
- [weekly updates](tags/vac-updates)
- [monthly reports](tags/vac-monthly)
- [Weekly updates](tags/vac-updates)
- [Monthly reports](tags/vac-monthly)
## Vac Narratives

View File

@@ -1,115 +0,0 @@
# Vac Monthly Report - August 2023
## vsu::P2P
### Achievements
- Improved gossipsub DDoS resistance
- Implemented and tested Perf protocol
- Progress on WebRTC integration
- Worked on becoming a Validator in the Nimbus Consensus client
- Addressed issues with IWANT replies in pubsub
### Key PRs and Issues
- [Improve gossipsub DDoS resistance](https://github.com/status-im/nim-libp2p/pull/920)
- [Perf protocol implementation](https://github.com/status-im/nim-libp2p/pull/925)
- [IWANT replies size issue](https://github.com/status-im/nim-libp2p/issues/887)
## vsu::Tokenomics
### Projects
- Codex: Economic analysis, including Filecoin comparison and miner perspectives
- Status: SNT-staking contract development and debugging
- Nomos: Focused on quantifying bribery attacks and assessing delegated staking risks
- Waku: Discussions on RLN and potential solutions
### Key Activities
- Analyzed Filecoin's economic structure and timeline vs competitors
- Debugged and verified Multiplier Points calculation for SNT-staking
- Engaged with project teams to align on economic models and incentives
## vsu::Distributed Systems Testing (DST)
### Achievements
- Completed Wakurtosis Tech Report v2 and started on v2.5
- Developed basic Shadow simulation of gossipsub nodes
- Improved analysis tools for Nomos simulations
- Advanced Waku protocol analysis and topology studies
### Key Deliverables
- [Wakurtosis Research Blog draft](https://github.com/vacp2p/vac.dev/pull/123)
- Nomos simulation analysis CLI supporting 10k nodes
- Waku protocols topology analysis improvements
## vsu::Smart Contracts (SC)
### Projects
- Status: Community contracts (ERC721 and ERC20)
- Ongoing upskilling through Secureum courses
### Key Activities
- Delivered ERC721 community contracts
- Started work on ERC20 community contracts
- Moved community contracts to new foundry-template
- Progressed through Secureum slots, focusing on various smart contract concepts
### Maintenance
- Introduced Vac's own `foundry-template` for smart contract projects
## vsu::Applied Cryptography & ZK (ACZ)
### Projects
- RLN-relay enhancements for Waku
- Zerokit maintenance and v0.4 development
### Key Achievements
- Multiple improvements and fixes for RLN-relay in nwaku
- Released zerokit v0.3.1 and v0.3.2
- Progress on RLN-v2 implementation
- Developed `rln_keystore_generator` tool
### Notable PRs
- [RPC handler for waku rln relay](https://github.com/waku-org/nwaku/pull/1852)
- [Exposed `seq_atomic_operation` FFI API](https://github.com/vacp2p/zerokit/pull/206)
## vip::zkVM
### Research
- Conducted in-depth research on various proof systems including Nova, Sangria, HyperNova, and Plonky2
- Started work on ProtoStar and Nova alternatives
- Drafted Nova Benchmarks document
### Documentation
- Updated the Nova questions document
- Prepared Plonky2 research document
- Started work on a blog post to explain findings and alternatives
## vc::Deep Research
### Validator Privacy (ValPriv)
- Continued development and refinement of Tor-push PoC
- Enhanced the research paper with theoretical analysis and attack scenarios
### GossipSub Scaling
- Conducted literature study on scalability and overlay design in P2P networks
- Executed various gossipsub simulations using shadow simulator
- Started writing a survey report on efficient broadcast in large-scale P2P networks
### Consensus (Nomos/Carnot)
- Progressed on the article about bribery attacks, PoS, and Carnot
- Began work on a Carnot variant that aggregates the majority of votes
- Analyzed Carnot test results, focusing on latency variations
## vc::RFC
- Updated RFC spec for Community History Archive protocol
- Started porting `/spec/6/PAYLOADS` to Vac
## Challenges and Next Steps
1. Continue refining and optimizing the Tor-push method for validator privacy
2. Further development and testing of RLN-relay enhancements for Waku
3. Advance the research and benchmarking of various proof systems for zkVM
4. Progress on scaling solutions for gossipsub and large-scale P2P networks
5. Finalize and publish various research reports and articles in progress
The Vac team has made significant strides across multiple domains in August, with notable progress in P2P networking, cryptography, distributed systems testing, and blockchain research. The team continues to balance cutting-edge research with practical implementations and improvements to existing systems.

View File

@@ -1,8 +0,0 @@
---
title: 2023 October Vac Monthly Report
date: 2023-10-30
lastmod: 2023-11-14
tags:
- monthly-report
draft: true
---

View File

@@ -1,63 +0,0 @@
---
title: 2023 September Vac Monthly Report
draft: true
lastmod: 2023-09-13
---
## Executive Summary
## Key Updates
### Personnel
- Moh will be leaving the Deep Research team at the end of Oct.
- Tanguy left the Peer-to-peer team mid Oct.
- Roman joined the ACZ team at the end of Sept.
### Vac Core
#### RFC Process and Maintenance
#### Deep Research
### Support Services
#### Peer-to-peer
#### Distributed Systems Testing
#### Token Engineering
#### Applied Cryptography and Zero-Knowledge
#### Smart Contract Development
### Incubation Projects
#### Nescience (formerly zkVM)
The zkVM team officially changed its name to Nescience and will run with that as it grows. On Aug 28th, the team released a [detailed article](https://vac.dev/rlog/Nescience-A-zkVM-leveraging-hiding-properties/) describing the overall project and its ambitions. If you haven't read it, you should.
The team performed a Logos Research Call presentation on the Frozen Heart Vulnerability. A summary and associated links to content can be found [in the minutes]()
## Perceived Changes in Project Risk
## Future Plans
### Insight
### Project
## Sources and Useful Links
Weekly Updates
- [[vac/updates/2023-09-18|2023-09-18]]
- [[vac/updates/2023-09-25|2023-09-25]]
- [[vac/updates/2023-10-02|2023-10-02]]
- [[vac/updates/2023-10-09|2023-10-09]]
- [[vac/updates/2023-10-16|2023-10-16]]

Some files were not shown because too many files have changed in this diff Show More