removed `roadmap` dir, added some nomos milestones

This commit is contained in:
Corey 2023-09-18 16:19:59 -04:00
parent a8c9622a97
commit 1244e15de3
167 changed files with 491 additions and 307 deletions

View File

@ -4,5 +4,5 @@ tags:
- "overview" - "overview"
--- ---
Welcome to the Comms Roadmap Overview Welcome to the Comms Roadmap Overview
- [Milestones](roadmap/acid/milestones-overview.md) - [Milestones](acid/milestones-overview.md)
- [weekly updates](tags/acid-updates) - [weekly updates](tags/acid-updates)

View File

@ -0,0 +1,28 @@
---
title: 2023 September Codex Monthly Report
draft: true
lastmod: 2023-09-18
---
## Executive Summary
## Key Updates
### Personel
-
### Milestones
## Perceived Changes in Project Risk
## Future Plans
### Insight
### Project
## Sources and Useful Links
Weekly Reports
- [[2023-09-15]]
-

View File

@ -4,5 +4,5 @@ tags:
- "overview" - "overview"
--- ---
Welcome to the Codex Roadmap Overview Welcome to the Codex Roadmap Overview
- [Milestones](roadmap/codex/milestones-overview.md) - [Milestones](codex/milestones-overview.md)
- [weekly updates](tags/codex-updates) - [weekly updates](tags/codex-updates)

View File

@ -0,0 +1,66 @@
---
title: 2023-09-15 Codex weekly
tags:
- codex-updates
date: 2023-09-15
lastmod: 2023-09-18
draft: false
---
## Client
### Milestone: Block Merkelization
- Continuing work on merkelization
- [Storing and retrieving data using merkle trees](https://github.com/codex-storage/nim-codex/pull/541)
- [Coders for merkle trees](https://github.com/codex-storage/nim-codex/pull/519)
- [Refine merkle tree construction](https://github.com/codex-storage/nim-codex/pull/516)
### Milestone: Block Exchange protocol refinements and simulations
- Tracker simulation implementation
- Block exchange protocol thoughts
- https://rpubs.com/giuliano_mega/1067876
- https://rpubs.com/giuliano_mega/1082104
- Follow [swarmsim repo](https://github.com/codex-storage/swarmsim) for updates
### Milestone: Async Disc Access & Threading support
- Work on IO threads support
- https://github.com/codex-storage/nim-datastore/pulls
- Some early integration here - https://github.com/codex-storage/nim-codex/pull/552
- Based mostly on https://github.com/codex-storage/nim-codex/pull/545 and prev work by @elcritch
### Milestone: Client stability and debugging
- Major effort to stabilize the Codex client through continuous automated testing
## Infra
### Milestone: Monitoring and Metrics
- Install Node exporter and Prometheus in Dist-Tests cluster
- Grafana Dashboard updates - waiting for public DNS to be setup
- Automated metrics scraping - waiting for public DNS to be setup
## Marketplace
### Milestone: Availabilities and Reservations
- Work ongoing in
- https://github.com/codex-storage/nim-ethers
- https://github.com/codex-storage/codex-contracts-eth
- https://github.com/codex-storage/nim-codex
- Some recent PRs
- https://github.com/codex-storage/nim-ethers/pull/54
- https://github.com/codex-storage/nim-codex/pull/535
## Research
### Milestone: Publications
- White paper - https://docs.google.com/document/d/1LCy23m90IHf32aUVhRT4r4772w1BfVcSLaJ0z9VTw9A/edit#heading=h.qs3bayckj5u4
- Various publications incoming from Csaba
## DAS
### Milestone: DAS Design
- Ongoing discussions around - https://ethresear.ch/t/peerdas-a-simpler-das-approach-using-battle-tested-p2p-components/16541
### Milestone: Measurments and simulations
- Work continues on simulating various aspects of the DHT in https://github.com/cortze/py-dht
- Csaba discussed/suggested fixes for Discv5 with Felix Lange

View File

@ -7,10 +7,14 @@ This site is an ongoing work in progress. The links within are an attempt to cap
## Navigation ## Navigation
- [Waku](roadmap/waku/overview.md) ### Projects
- [Codex](roadmap/codex/overview.md) - [Waku](waku/overview.md)
- [Nomos](roadmap/nomos/overview.md) - [Codex](codex/overview.md)
- [Vac](roadmap/vac/overview.md) - [Nomos](nomos/overview.md)
- [Innovation Lab](roadmap/innovation_lab/overview.md)
- [Comms (Acid Info)](roadmap/acid/overview.md)
### Services
- [Vac](vac/overview.md)
- [Comms (Acid Info)](acid/overview.md)
### Skunk works
- [Innovation Lab](innovation_lab/overview.md)

View File

@ -5,5 +5,5 @@ tags:
--- ---
Welcome to the Innovation lab Roadmap Overview Welcome to the Innovation lab Roadmap Overview
- [Milestones](roadmap/innovation_lab/milestones-overview.md) - [Milestones](innovation_lab/milestones-overview.md)
- [weekly updates](tags/ilab-updates) - [weekly updates](tags/ilab-updates)

View File

@ -0,0 +1,35 @@
---
title: "Nomos Milestone: Full Base Layer Specification"
---
## `nomos:base-layer-spec:`
---
### Description
The initial milestone of the Nomos project is a full specification of the Base Layer. This entails detailed explanations of the working parts of the architecture and how they lay the groundwork for future layers to be built on top. The working parts are:
- A private P2P network
- Data availability
- A private Proof-of-State model leveraging a scalable, lightweight consensus algorithm
This work can be tracked via the following epics.
### Key Epics
#### `network-privacy:` [[nomos/base-layer-spec/network-privacy/overview|overview]]
- due:
- progress:
- short description: Creation of a privacy preserving network underlay
#### `private-pos:` [[nomos/base-layer-spec/priv-pos/overview|overview]]
- due: Sept 29, 2023
- progress:
- short description: Creation of a Proof-of-Stake model that preserves the privacy of the stakers within the network
#### `data-availability:` [[nomos/base-layer-spec/data-avail/overview|overview]]
- due:
- progress:
- short description: Definition of how Nomos makes data available to network participants, and its reference implementation for the Base Layer.
### Dependent Upon:
#### `vac:dr:carnot-aggregation-spec`
- [[carnot-2-3rds-vote-aggregation]]
#### `vac:tke:stake-rewards`
- [[vac/tke/g/nomos/economic-analysis|economic-analysis]]

View File

@ -0,0 +1,16 @@
---
title: "Nomos Milestone: Base Layer Testnet Implementation"
---
## `nomos:base-layer-testnet:`
---
### Description
### Key Epics
#### `testnet:` [[nomos/base-layer-testnet/testnet/overview|overview]]
- due:
- progress:
- short description: deployment of the initial testnet for the Nomos network
### Dependent Upon:
#### `vac:dst:node-cicd`
- [[ci-integration]]

View File

@ -0,0 +1,7 @@
---
title: "Nomos Milestone: Scalable Consensus Definition"
---
## `nomos:consensus-def:`
---
### Description
This tracks the work of the initial discovery effort that lays the groundwork for all other work, consensus. A survey of options was undertaken

View File

@ -1,6 +1,6 @@
--- ---
title: 2023 September Nomos Monthly Report title: 2023 September Nomos Monthly Report
draft: true draft: false
lastmod: 2023-09-13 lastmod: 2023-09-13
--- ---
@ -23,6 +23,6 @@ lastmod: 2023-09-13
## Sources and Useful Links ## Sources and Useful Links
Weekly Updates Weekly updates referenced
- [[roadmap/nomos/updates/2023-09-04|2023-09-04]] - [[nomos/updates/2023-09-04|2023-09-04]]
- -

View File

@ -0,0 +1,4 @@
---
title: Nomos Monthly Reports
---
Here are the monthly reports that are generated.

47
content/nomos/overview.md Normal file
View File

@ -0,0 +1,47 @@
---
title: "Nomos Roadmap Overview"
tags:
- "overview"
---
## `nomos:`
---
### Nomos Overview
The Nomos project is an attempt to make a scalable, modular, and private L1. To learn more about the project, please visit [the website](https://nomos.tech)
Nomos is currently in its initial phase as a project within Logos, namely the research and architecture design phase.
### Current Key Milestones
#### `base-layer-spec:` [[nomos/base-layer-spec/overview|overview]]
- due: 2024 Q1
- status: in progress
- description: Full specification of the Nomos Base Layer along with accompanying research and justification.
#### `base-layer-testnet:` [[nomos/base-layer-testnet/overview|overview]]
- due: 2024 Q3
- status: in progress
- description:
#### `coord-layer-spec:`
- due: 2024 Q4
- status: pending
- description:
#### `coord-layer-testnet:`
- due: 2025 Q1
- status: pending
- description:
---
### Delivered Milestones
#### `consensus-def:` [[nomos/consensus-def/overview|overview]]
due: 2023 Q3
status: complete
description: Research and specification of an underlying consensus algorithm to be used as foundation for Nomos.
---
### Useful Links
- [Milestones Overview Notion Page](https://www.notion.so/ec57b205d4b443aeb43ee74ecc91c701?v=e782d519939f449c974e53fa3ab6978c): where the team updates their milestones before being transferred here.
- [[nomos/monthly-reports/index|Monthly Reports]]
- [Weekly Updates](tags/nomos-updates)

View File

@ -1,9 +0,0 @@
---
title: "Nomos Milestones Overview"
tags:
- milestones
date: 2023-08-17
lastmod: 2023-08-17
---
[Milestones Overview Notion Page](https://www.notion.so/ec57b205d4b443aeb43ee74ecc91c701?v=e782d519939f449c974e53fa3ab6978c)

View File

@ -1,14 +0,0 @@
---
title: "Nomos Roadmap Overview"
tags:
- "overview"
---
## `nomos:`
---
### `network-privacy:` [[roadmap/nomos/network-privacy/overview|overview]]
Welcome to the Nomos Roadmap Overview
- [Milestones](roadmap/nomos/milestones-overview.md)
- [weekly updates](tags/nomos-updates)

View File

@ -1,28 +0,0 @@
---
title: Applied Cryptography and Zero-knowledge Service Unit
tags:
- acz
- vac
date: 2023-09-12
lastmod: 2023-09-18
---
## `vac:acz:`
---
### `rlnp2p:waku:`
* [x] [[roadmap/vac/acz/rlnp2p/waku/production-readiness | production-readiness]]
* [[roadmap/vac/acz/rlnp2p/waku/rln-membership-management | rln-membership-management]]
* [x] [[roadmap/vac/acz/rlnp2p/waku/rln-relay-enhancements| rln-relay-enhancements]]
* [[roadmap/vac/acz/rlnp2p/waku/rln-relay-enhancements_02| rln-relay-enhancements_02]]
* [[roadmap/vac/acz/rlnp2p/waku/rln-multi-epoch-constraints| rln-multi-epoch-constraints]]
### `rlnp2p:vac:`
* [[roadmap/vac/acz/rlnp2p/vac/rln-doc-and-outreach| rln-doc-and-outreach]]
### `zerokit:vac:`
* [[roadmap/vac/acz/zerokit/vac/zerokit-v0-4 | zerokit-v0.4]]
* [[roadmap/vac/acz/zerokit/vac/maintenance | maintenance]]
### `secure-channels:waku:`
* [[roadmap/vac/acz/secure-channels/waku/ethereum-chat | ethereum-chat]]

View File

@ -1,40 +0,0 @@
---
title: Deep Research Service Unit
tags:
- dr
- vac
date: 2023-08-25
lastmod: 2023-09-06
---
## `vac:dr:valpriv:vac:`
* [[roadmap/vac/dr/valpriv/vac/tor-push-poc | tor-push-poc]]
* [[roadmap/vac/dr/valpriv/vac/tor-push-rel-work | tor-push-rel-work]]
* [[roadmap/vac/dr/valpriv/vac/tor-push-paper | tor-push-paper]]
* [[roadmap/vac/dr/valpriv/vac/tor-push-rln | tor-push-rln]]
* [[roadmap/vac/dr/valpriv/vac/priv-validator-network | priv-validator-network]]
* [[roadmap/vac/dr/valpriv/vac/mix-net-solution | mix-net-solution]]
## `vac:dr:valpriv:nomos:`
* [[roadmap/vac/dr/valpriv/nomos/validator-privacy | validator-privacy]]
## `vac:dr:gsub-scaling:vac:`
* [[roadmap/vac/dr/gsub-scaling/vac/gossipsub-simulation | gossipsub-simulation]]
* [[roadmap/vac/dr/gsub-scaling/vac/gossipsub-improvements-paper | gossipsub-improvements-paper]]
* [[roadmap/vac/dr/gsub-scaling/vac/unstructured-p2p-improvements-survey | unstructured-p2p-improvements-survey]]
## `vac:dr:consensus:vac:`
* [x] [[roadmap/vac/dr/consensus/nomos/carnot-paper | carnot-paper]]
* [[roadmap/vac/dr/consensus/nomos/carnot-paper_02 | carnot-paper_02 ]]
* [[roadmap/vac/dr/consensus/nomos/carnot-bribary-article | carnot-bribary-article]]
* [[roadmap/vac/dr/consensus/nomos/carnot-2-3rds-vote-aggregation | carnot-2-3rds-vote-aggregation]]
* [[roadmap/vac/dr/consensus/nomos/blockchain-security-in-crypto-economic-models | blockchain-security-in-crypto-economic-models]]
* [[roadmap/vac/dr/consensus/nomos/detecting-reporting-attacks-carnot | detecting-reporting-attacks-carnot]]
* [[roadmap/vac/dr/consensus/nomos/stake-privacy-timing-attacks | stake-privacy-timing-attacks]]
* [[roadmap/vac/dr/consensus/nomos/inter-chain-protocol | inter-chain-protocol]]
* [[roadmap/vac/dr/consensus/nomos/multi-leader-and-multi-overlay-carnot | multi-leader-and-multi-overlay-carnot ]]

View File

@ -1,63 +0,0 @@
---
title: Distributed Systems Testing Service Unit
tags:
- dst
- vac
date: 2023-08-25
lastmod: 2023-09-08
---
## `vac:dst:`
---
### `wakurtosis:waku:`
* [x] [[ roadmap/vac/dst/wakurtosis/waku/techreport | techreport ]]
* [x] [[ roadmap/vac/dst/wakurtosis/waku/techreport_02 | techreport_02 ]]
* [[ roadmap/vac/dst/wakurtosis/waku/techreport_03 | techreport_03 ]]
* [x] [[ roadmap/vac/dst/wakurtosis/waku/features | wakurtosis:features ]]
* [[ roadmap/vac/dst/wakurtosis/waku/gossipsub-topology-analysis | gossipsub-topology-analysis ]]
### `wakurtosis:nomos:`
* [x] [[ roadmap/vac/dst/wakurtosis/nomos/ci-integration | ci-integration ]]
### `wakurtosis:vac:`
* [[ roadmap/vac/dst/wakurtosis/vac/rlog | rlog ]]
* [[ roadmap/vac/dst/wakurtosis/vac/retrospective-rlog | retrospective-rlog ]]
* [x] [[ roadmap/vac/dst/wakurtosis/vac/maintenance | maintenance ]]
### `analysis:nomos`
* [[ roadmap/vac/dst/analysis/nomos/nomos-simulation-analysis | simulation-analysis ]]
### `analysis-gsub-model:vac`
* [[ roadmap/vac/dst/analysis-gsub-model/vac/refactoring | refactoring ]]
### `analysis-gsub-model:status:`
* [[ roadmap/vac/dst/analysis-gsub-model/status/control-messages | control-messages ]]
### `analysis-shadow:vac:`
* [[ roadmap/vac/dst/analysis-shadow/vac/shadow-basic-simulation | shadow-basic-simulation ]]
* [[ roadmap/vac/dst/analysis-shadow/vac/shadow-gossipsub-analysis | shadow-gossipsub-analysis ]]
### `analysis-shadow:waku:`
* [[ roadmap/vac/dst/analysis-shadow/waku/shadow-waku-relay-analysis | shadow-waku-relay-analysis ]]
### `dr-support:`
* [[ roadmap/vac/dst/dr-support/vac/carnot-2-3rds-executable-spec | carnot-2rds-executable-spec ]]
### `eng:vac:`
* [[ roadmap/vac/dst/eng/vac/bundle-simulation-data | bundle-simulation-data ]]
### `eng-10ktool:`
* [[ roadmap/vac/dst/eng-10ktool/vac/bandwidth-test | bandwidth-test ]]
* [[ roadmap/vac/dst/eng-10ktool/vac/qos | QoS ]]
* [[ roadmap/vac/dst/eng-10ktool/waku/waku-protocols | waku-protocols ]]
### `software-testing:waku:`
* [[ roadmap/vac/dst/software-testing/waku/test-plans | test-plans ]]
* [[ roadmap/vac/dst/software-testing/waku/test-automation-js-waku | test-automation-js-waku ]]
* [[ roadmap/vac/dst/software-testing/waku/test-automation-nwaku | test-automation-nwaku ]]
* [[ roadmap/vac/dst/software-testing/waku/test-automation-go-waku | test-automation-go-waku ]]
* [[ roadmap/vac/dst/software-testing/waku/interop-testing | interop-testing ]]

View File

@ -1,27 +0,0 @@
---
title: P2P Service Unit
tags:
- p2p
- vac
date: 2023-08-25
lastmod: 2023-09-05
---
## `vac:p2p:`
---
### `nimlibp2p:vac:`
The P2P Service unit develops `nim-libp2p`.
nim-libp2p roadmap on github: https://github.com/status-im/nim-libp2p/issues/777
* [x] [[roadmap/vac/p2p/nimlibp2p/vac/gossipsub-improvements-eip-4844 | gossipsub-improvements-eip-4844]]
* [[roadmap/vac/p2p/nimlibp2p/vac/webrtc-transport | webrtc-transport]]
* [[roadmap/vac/p2p/nimlibp2p/vac/gossipsub-ddos-mitigation | gossipsub-ddos-mitigation]]
* [[roadmap/vac/p2p/nimlibp2p/vac/gossipsub-stagger-send | gossipsub-stagger-send]]
* [[roadmap/vac/p2p/nimlibp2p/vac/maintenance | maintenance]]
### `nimchronos:vac:`
* [[roadmap/vac/p2p/nimchronos/vac/maintenance | maintenance]]

View File

@ -1,25 +0,0 @@
---
title: RFC Specifications Service Unit
tags:
- rfc
- vac
date: 2023-08-25
lastmod: 2023-09-06
---
## `vac:rfc:`
---
### `rfc:status:`
* [[roadmap/vac/rfc/rfc/status/port-status-specs | port-status-specs]]
### `rfc:nomos:`
* [[roadmap/vac/rfc/rfc/nomos/carnot-specification.md | carnot-specification ]]
* [[roadmap/vac/rfc/rfc/nomos/carnot-threat-model-informational | carnot-threat-model-informational ]]
* [[roadmap/vac/rfc/rfc/nomos/carnot-vote-2-3rds-vote-aggregation-specification | carnot-vote-2-3rds-vote-aggregation-specification ]]
* [[roadmap/vac/rfc/rfc/nomos/inter-chain-protocol-specification | inter-chain-protocol-specification ]]
* [[roadmap/vac/rfc/rfc/nomos/multi-leader-and-multi-overlay-carnot-specification | multi-leader-and-multi-overlay-carnot-specification ]]

View File

@ -1 +0,0 @@
- part of the DR roadmap: [[roadmap/vac/rfc/rfc/nomos/carnot-vote-2-3rds-vote-aggregation-specification | carnot-vote-2-3rds-vote-aggregation-specification ]]

View File

@ -1,29 +0,0 @@
---
title: Smart Contracts Service Unit
tags:
- sc
- vac
date: 2023-08-25
lastmod: 2023-09-18
---
## `vac:sc::`
---
### `status:`
* [[roadmap/vac/sc/g/status/staking-contract.md | staking-contract]]
* [[roadmap/vac/sc/g/status/staking-contract_02.md | staking-contract_02]]
* [[roadmap/vac/sc/g/status/staking-contract-maintenance.md | staking-contract-maintenance]]
* [[roadmap/vac/sc/g/status/governance-contract-mvp.md | governance-contract-mvp]]
* [[roadmap/vac/sc/g/status/community-contracts-ERC721.md | community-contracts-ERC721]]
* [[roadmap/vac/sc/g/status/community-contracts-ERC20.md | community-contracts-ERC20]]
* [[roadmap/vac/sc/g/status/community-contracts-deployer.md | community-contracts-deployer]]
* [[roadmap/vac/sc/g/status/community-contracts-maintenance.md | community-contracts-maintenance]]
### `codex:`
* [[roadmap/vac/sc/g/codex/review-codex-contracts.md | review-codex-contracts]]
### `vac:`
* [[roadmap/vac/sc/g/vac/secureum-upskilling.md | secureum-upskilling]]
* [[roadmap/vac/sc/g/vac/rln-contract-support.md | rln-contract-support]]

View File

@ -1,26 +0,0 @@
---
title: Token Engineering Service Unit
tags:
- p2p
- vac
date: 2023-08-25
lastmod: 2023-09-09
---
## `vac:tke::`
---
### `status:`
* [[roadmap/vac/tke/g/status/snt-litepaper | snt-lightpaper]]
* [[roadmap/vac/tke/g/status/snt-governance-proposal | SNT-governance-proposal]]
* [[roadmap/vac/tke/g/status/snt-staking | SNT-staking]]
### `codex:`
* [[roadmap/vac/tke/g/codex/economic-analysis | economic-analysis]]
### `nomos:`
* [[roadmap/vac/tke/g/nomos/economic-analysis | economic-analysis]]
### `waku:`
* [[roadmap/vac/tke/g/waku/economic-analysis | economic-analysis]]

View File

@ -1,14 +0,0 @@
---
title: Zero-knowledge Virtual Machine Incubation Project
tags:
- zkvm
- vac
date: 2023-08-25
lastmod: 2023-09-06
---
### `vac:zkvm:proofsystems`
* [[ roadmap/vac/zkvm/proofsystems/vac/research-existing-proofsystems | research-existing-proofsystems ]]
* [[ roadmap/vac/zkvm/proofsystems/vac/benchmarks | benchmarks ]]

View File

@ -0,0 +1,28 @@
---
title: Applied Cryptography and Zero-knowledge Service Unit
tags:
- acz
- vac
date: 2023-09-12
lastmod: 2023-09-18
---
## `vac:acz:`
---
### `rlnp2p:waku:`
* [x] [[production-readiness| production-readiness]]
* [[rln-membership-management| rln-membership-management]]
* [x] [[rln-relay-enhancements|rln-relay-enhancements]]
* [[rln-relay-enhancements_02|rln-relay-enhancements_02]]
* [[rln-multi-epoch-constraints|rln-multi-epoch-constraints]]
### `rlnp2p:vac:`
* [[rln-doc-and-outreach|rln-doc-and-outreach]]
### `zerokit:vac:`
* [[zerokit-v0-4| zerokit-v0.4]]
* [[vac/acz/zerokit/vac/maintenance| maintenance]]
### `secure-channels:waku:`
* [[ethereum-chat| ethereum-chat]]

View File

@ -30,7 +30,7 @@ gantt
Enhancing the first simple CC membership list Enhancing the first simple CC membership list
### Risks ### Risks
- depends on input from [[roadmap/waku/overview|Waku]] - depends on input from [[waku/overview|Waku]]
### Info ### Info

View File

@ -30,7 +30,7 @@ gantt
### Description ### Description
* continuation of [[roadmap/vac/acz/rlnp2p/waku/rln-relay-enhancements| rln-relay-enhancements]] * continuation of [[rln-relay-enhancements|rln-relay-enhancements]]
* comprises further enhancements of RLN relay, requested by the Waku team * comprises further enhancements of RLN relay, requested by the Waku team
### Justification ### Justification

View File

@ -0,0 +1,40 @@
---
title: Deep Research Service Unit
tags:
- dr
- vac
date: 2023-08-25
lastmod: 2023-09-06
---
## `vac:dr:valpriv:vac:`
* [[tor-push-poc| tor-push-poc]]
* [[tor-push-rel-work| tor-push-rel-work]]
* [[tor-push-paper| tor-push-paper]]
* [[tor-push-rln| tor-push-rln]]
* [[priv-validator-network| priv-validator-network]]
* [[mix-net-solution| mix-net-solution]]
## `vac:dr:valpriv:nomos:`
* [[validator-privacy| validator-privacy]]
## `vac:dr:gsub-scaling:vac:`
* [[gossipsub-simulation| gossipsub-simulation]]
* [[gossipsub-improvements-paper| gossipsub-improvements-paper]]
* [[unstructured-p2p-improvements-survey| unstructured-p2p-improvements-survey]]
## `vac:dr:consensus:vac:`
* [x] [[carnot-paper| carnot-paper]]
* [[carnot-paper_02| carnot-paper_02 ]]
* [[carnot-bribary-article| carnot-bribary-article]]
* [[carnot-2-3rds-vote-aggregation| carnot-2-3rds-vote-aggregation]]
* [[blockchain-security-in-crypto-economic-models| blockchain-security-in-crypto-economic-models]]
* [[detecting-reporting-attacks-carnot| detecting-reporting-attacks-carnot]]
* [[stake-privacy-timing-attacks| stake-privacy-timing-attacks]]
* [[inter-chain-protocol| inter-chain-protocol]]
* [[multi-leader-and-multi-overlay-carnot| multi-leader-and-multi-overlay-carnot ]]

View File

@ -31,7 +31,7 @@ gantt
### Description ### Description
* support the DR team with writing the python code for a executable specification of the Carnot 2/3rds vote aggregation * support the DR team with writing the python code for a executable specification of the Carnot 2/3rds vote aggregation
- [[roadmap/vac/dr/consensus/nomos/carnot-2-3rds-vote-aggregation | see DR milestone: carnot-2-3rds-vote-aggregation]] - [[carnot-2-3rds-vote-aggregation| see DR milestone: carnot-2-3rds-vote-aggregation]]
### Justification ### Justification

View File

@ -0,0 +1,63 @@
---
title: Distributed Systems Testing Service Unit
tags:
- dst
- vac
date: 2023-08-25
lastmod: 2023-09-08
---
## `vac:dst:`
---
### `wakurtosis:waku:`
* [x] [[techreport| techreport ]]
* [x] [[techreport_02| techreport_02 ]]
* [[techreport_03| techreport_03 ]]
* [x] [[features| wakurtosis:features ]]
* [[gossipsub-topology-analysis| gossipsub-topology-analysis ]]
### `wakurtosis:nomos:`
* [x] [[ci-integration| ci-integration ]]
### `wakurtosis:vac:`
* [[rlog| rlog ]]
* [[retrospective-rlog| retrospective-rlog ]]
* [x] [[vac/dst/wakurtosis/vac/maintenance| maintenance ]]
### `analysis:nomos`
* [[nomos-simulation-analysis| simulation-analysis ]]
### `analysis-gsub-model:vac`
* [[refactoring| refactoring ]]
### `analysis-gsub-model:status:`
* [[control-messages| control-messages ]]
### `analysis-shadow:vac:`
* [[shadow-basic-simulation| shadow-basic-simulation ]]
* [[shadow-gossipsub-analysis| shadow-gossipsub-analysis ]]
### `analysis-shadow:waku:`
* [[shadow-waku-relay-analysis| shadow-waku-relay-analysis ]]
### `dr-support:`
* [[ roadmap/vac/dst/dr-support/vac/carnot-2-3rds-executable-spec | carnot-2rds-executable-spec ]]
### `eng:vac:`
* [[bundle-simulation-data| bundle-simulation-data ]]
### `eng-10ktool:`
* [[bandwidth-test| bandwidth-test ]]
* [[qos| QoS ]]
* [[waku-protocols| waku-protocols ]]
### `software-testing:waku:`
* [[test-plans| test-plans ]]
* [[test-automation-js-waku| test-automation-js-waku ]]
* [[test-automation-nwaku| test-automation-nwaku ]]
* [[test-automation-go-waku| test-automation-go-waku ]]
* [[interop-testing| interop-testing ]]

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