From 598baa2075184eb5ace82bb37f8e07877ea73718 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:19:18 +1100 Subject: [PATCH 1/6] Adding team members As found in https://waku.org website. --- src/projects/waku/index.yaml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index 94add563..0cca797d 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -7,7 +7,41 @@ ecosystem: description: the communication layer for Web3. Decentralized communication that scales team: anonymous: false - teammembers: [] + teammembers: + - name: 'Alvaro R.' + link: 'https://github.com/alrevuelta' + - name: 'Arseniy' + link: 'https://github.com/adklempner' + - name: 'Danish' + link: 'https://github.com/danisharora099' + - name: 'Franck' + role: Lead + link: 'https://github.com/fryorcraken' + - name: 'Gabriel' + link: 'https://github.com/gabrielmer' + - name: 'Hanno' + role: Research Lead + link: 'https://github.com/jm-clius' + - name: 'Pedro' + role: Business Development Lead + link: 'https://discord.com/users/388306101327626240' + - name: 'Prem' + link: 'https://github.com/chaitanyaprem' + - name: 'Richard' + link: 'https://github.com/richard-ramos' + - name: 'Simon-Pierre' + link: 'https://github.com/SionoiS' + - name: 'Sasha' + link: 'https://github.com/weboko' + - name: 'Sergei' + link: 'https://github.com/s-tikhomirov' + - name: 'Tanya' + link: 'https://github.com/stubbsta' + - name: 'Václav' + role: Solutions Engineer + link: 'https://github.com/vpavlin' + - name: 'Zoltan' + link: 'https://github.com/NagyZoltanPeter' links: web: https://waku.org blog: https://blog.waku.org From 1c44a97ff688cab9b09498a7599a95db576752db Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:21:46 +1100 Subject: [PATCH 2/6] Asset custody Waku does not hold users' assets. --- src/projects/waku/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index 0cca797d..a9bc6a3b 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -85,7 +85,7 @@ blockchain_features: opensource: true upgradability: enabled: false - asset_custody_type: custodial + asset_custody_type: none encryption: P2P, ZK, RLN, Anonymity, Gossip Network p2p: true storage: From 2a73915d61bcd594b362696b4db2b764a98a5a1b Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:23:44 +1100 Subject: [PATCH 3/6] Default privacy true Waku RLN Relay uses zero-knowledge technology by default to protect the p2p network in a privacy-preserving manner. Encryption is available out of the box but a "by default" policy is not applicable due to the range of applications Waku can empower. --- src/projects/waku/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index a9bc6a3b..8ad9b94f 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -95,7 +95,7 @@ privacy_policy: link: "" data_usage: "" compliance: "" -default_privacy: false +default_privacy: true audits: [] social_trust: Institute of Free Technology technical_spof: "" From 20b5f86c5e797bf1413bbc94b13d78b8d68d7adf Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:29:25 +1100 Subject: [PATCH 4/6] Compliance empty strings shows as negative Right keyword seems to be "no". --- src/projects/waku/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index 8ad9b94f..e7132cfe 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -94,7 +94,7 @@ privacy_policy: defined: false link: "" data_usage: "" -compliance: "" +compliance: No default_privacy: true audits: [] social_trust: Institute of Free Technology From 8502600d761929ecefaa2e9ea61003d481f20445 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:30:32 +1100 Subject: [PATCH 5/6] Waku does not depend on a 3rd party libp2p team The nim-libp2p team is in house. --- src/projects/waku/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index e7132cfe..80ca01ad 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -71,7 +71,7 @@ usecases: - research-and-development - node have_token: false -third_party_dependency: Sepolia Testnet, libp2p +third_party_dependency: Sepolia Testnet logos: - file: logo.png ext: png From bb954509e2f8b3b70b21f34818817a869e506d4e Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 14 Oct 2024 09:31:50 +1100 Subject: [PATCH 6/6] Waku does not depend on Sepolia testnet The required smart contract can be deployed on any EVM chain with limited caveats for the project. See https://blog.waku.org/explanation-series-rln-relay/#caveats --- src/projects/waku/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index 80ca01ad..a4f238c9 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -71,7 +71,7 @@ usecases: - research-and-development - node have_token: false -third_party_dependency: Sepolia Testnet +third_party_dependency: logos: - file: logo.png ext: png