updated links to status-waku tests

This commit is contained in:
Corey 2022-12-01 13:50:44 -05:00
parent cdba9e1689
commit ffaf962ce5
2 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,6 @@ Currently, the amount of research and analysis of the scalability of Waku is not
- [Status' use of Waku study w/ Kurtosis](roadmap/networking/status-waku-kurtosis.md)
- [Using Waku for Carnot Overlay](roadmap/networking/carnot-waku-specification.md)
### Rust implementations
We have created and maintain a stop-gap solution to using Waku with the Rust programming language, which is wrapping the [go-waku](https://github.com/status-im/go-waku) library in Rust and publishing it as a crate. This library allows us to do tests with our [Tiny Node](roadmap/development/prototypes.md#Tiny-Node) implementation more quickly while also providing other projects in the ecosystem to leverage Waku within their Rust codebases more quickly.

View File

@ -17,4 +17,6 @@ As such, here is an overview of the various resources towards this endeavor:
- [Wakurtosis repo](https://github.com/logos-co/wakurtosis) - A Kurtosis module to run scalability studies
- [Waku Topology Test repo](https://github.com/logos-co/Waku-topology-test) - a Python script that facilitates setting up a reasonable network topology for the purpose of injecting the network configuration into the above Kurtosis repo
- [Initial Vac forum post introducing this work](https://forum.vac.dev/t/waku-v2-scalability-studies/142)
- [Waku Github Issue detailing work progression](https://github.com/waku-org/pm/issues/2)
- this is also a place to maintain communications of progress
- [Initial Waku V2 theoretical scalability study](https://vac.dev/waku-v1-v2-bandwidth-comparison)