Commit Graph

493 Commits

Author SHA1 Message Date
Lorenzo Delgado c6598efcd7
feat(WAKU2-MESSAGE): added message meta attribute and deterministic hashing (#573) 2023-02-28 13:21:51 +01:00
kaiserd f525f99383
update: RFC 51 static sharding (#576) 2023-02-23 13:48:52 +01:00
Lorenzo Delgado 537b92d76c
fix(WAKU2-RPC): add clarification for base64 encoding format (#574) 2023-02-23 09:35:06 +01:00
Aaryamann Challani 7b9950cf5c
feat(56/STATUS-COMMUNITIES): initial draft (#567)
* feat(55/WAKU2-ORGANIZATION-CHATS): initial draft

* fix(55/WAKU2-ORGANIZATION-CHATS): rename folder, omit cryptography

* fix(55/STATUS-COMMUNITIES): s/Organization/Communities

* fix(55/STATUS-COMMUNITIES): address comments

* fix(55/STATUS-COMMUNITIES): move store to MUST use section

* fix: move to 56, add to index, copyright info

* fix: remove noise as a key-exchange candidate

* fix(56/STATUS-COMMUNITIES): raw state, refs

* feat(56/STATUS-COMMUNITIES): refer to backup mechanism

* fix(56/STATUS-COMMUNITIES): better wording

* fix(56/STATUS-COMMUNITIES): specific usage of content topics

* fix(56/STATUS-COMMUNITIES): hex-encoded hash, and formula for clarity

* fix(56/STATUS-COMMUNITIES): address semantic changes

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* fix(56/STATUS-COMMUNITIES): clearer background

* fix(56/STATUS-COMMUNITIES): improved assumptions

* fix(56/STATUS-COMMUNITIES): definition of content topic

* fix(56/STATUS-COMMUNITIES): clearer chat id

* fix(56/STATUS-COMMUNITIES): add future work content topic usage for events

* fix(56/STATUS-COMMUNITIES): usage of members where applicable

* fix(56/STATUS-COMMUNITIES): address semantic changes

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
Co-authored-by: RichΛrd <info@richardramos.me>

* fix(56/STATUS-COMMUNITIES): topic usage

* fix(56/STATUS-COMMUNITIES): light node clarification

* fix(56/STATUS-COMMUNITIES): 1:1 chat for joining

* fix(56/STATUS-COMMUNITIES): community ban flow update

---------

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
Co-authored-by: RichΛrd <info@richardramos.me>
2023-02-21 21:48:13 +05:30
Aaryamann Challani 7738ea0b0c
Port 5/SECURE-TRANSPORT to vac research (#569)
* feat(53,54/X3DH): port 5/secure-transport to vac research

* fix: x3dh case

* fix: split spec further, and add to index

* feat: add status-1to1-chat spec

* fix: fmt

* fix: s/protobuf/reference wire format/g

* fix: add additional steps of key exchange flow

* fix(53/WAKU2-X3DH): address comments

* fix(53/WAKU2-X3DH): change background to motivation

* fix(54/WAKU2-X3DH-SESSIONS): address comments

* fix: refs

* fix(55/STATUS-1TO1-CHAT): refs

* fix: move specs to raw

* fix: convert to draft, add info about prekey bundle discovery
2023-02-21 17:18:15 +05:30
Lorenzo Delgado 1e9e985d67
fix(WAKU2-RPC): encode waku message payloads in base64 (#572) 2023-02-13 17:52:24 +01:00
Alvaro Revuelta ab661c8276
chore: minor change px proto as per linter (#570) 2023-02-08 08:26:24 +01:00
kaiserd 23025b1593
fix(RFC52): table (#568) 2023-01-30 14:59:14 +01:00
kaiserd 7c23eea1f5
add(RFC): sharding + index alloc (#566) 2023-01-30 14:47:09 +01:00
Aaryamann Challani 1e6b1b15b8
fix(48/RLN-INTEREP-SPEC): add to index, contributor fmt (#565)
* fix(48/RLN-INTEREP-SPEC): add to index

* fix(19/WAKU2-LIGHTPUSH): allow compilation
2023-01-12 16:00:09 +05:30
Aaryamann Challani 4a219f490a
feat(48/RLN-INTEREP-SPEC): initial draft (#564)
* feat(48/RLN-INTEREP-SPEC): initial draft

* fix(48/RLN-INTEREP-SPEC): include motivation one-liner in abstract

* fix(48/RLN-INTEREP-SPEC): include rlnp2p

* Apply suggestions from code review

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>

* Update content/docs/rfcs/48/README.md

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>

* fix(48/RLN-INTEREP-SPEC): add double signaling issue

* fix(48/RLN-INTEREP-SPEC): explicit wording

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>
2023-01-12 15:21:03 +05:30
G 66d73a27f4
fix(32/RLN): update RFC according to design changes (#561)
* fix(rln): update rfc according to design changes

* fix(rln): formatting table

* fix(rln): format table

* fix(rln): typos, distinction epoch/external nullifier, rust code, removed obsolete stuff

* fix(rln): wrong capital letter in link

* fix(rln): specify internal_nullifier depends on app
2022-12-13 19:58:21 +01:00
Sanaz Taheri 2b72238134
Clarifies the order of messages in the history response (#535) 2022-12-13 13:59:44 +01:00
kaiserd 127f5bd2c7
update(lightpush): dandelion (#549) 2022-12-13 11:45:58 +01:00
Aaryamann Challani 5684d26461
feat(17/WAKU2-RLN-RELAY): acceptable window of roots updated on per-block basis (#555)
* feat(17/WAKU2-RLN-RELAY): acceptable window of roots updated on per-block basis

* fix(17/WAKU2-RLN-RELAY): typo in rate_limit_proof type

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>

* fix(17/WAKU2-RLN-RELAY): split sentences

* fix(17/WAKU2-RLN-RELAY): s/populate/replace

* fix(17/WAKU2-RLN-RELAY): explicitly mention rate_limit_proof is optional

* fix(17/WAKU2-RLN-RELAY): add example

* fix(17/WAKU2-RLN-RELAY): line breaks

* chore(17/WAKU2-RLN-RELAY): apply suggestions from code review

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>

* fix(17/WAKU2-RLN-RELAY): make it clearer

* fix(17/WAKU2-RLN-RELAY): make it clearer

Co-authored-by: G. <28568419+s1fr0@users.noreply.github.com>
2022-12-07 23:44:49 +05:30
Mark Evenson 86eb2dac97
38/LOGOS-CONSENSUS-GLACIER (#512) 2022-12-06 10:59:17 +01:00
kaiserd 27ad4582b0
New RFC: 46/GOSSIPSUB-TOR-PUSH and 47/WAKU2-TOR-PUSH (#554) 2022-12-02 12:26:49 +01:00
fryorcraken.eth 9645e72011
Fix title (#559)
Co-authored-by: fryorcraken.eth <franck@status.im>
2022-12-02 14:27:03 +08:00
Jakub 58c2ac192e
ci: add Jenkinsfile for site CI builds (#558)
Depends on: https://github.com/status-im/infra-misc/commit/4a953922
Resolves: https://github.com/vacp2p/rfc/issues/557

Signed-off-by: Jakub Sokołowski <jakub@status.im>

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-12-02 12:51:27 +08:00
Lorenzo Delgado 5b798cce3c
promote 14/WAKU2-MESSAGE RFC to stable state (#553) 2022-11-15 10:12:48 +08:00
RichΛrd 50de9e7435
feat(c-bindings): DNS Discovery (#548) 2022-10-25 14:24:03 -04:00
kaiserd 4c18950e91
add: 44/WAKU2-DANDELION (#541) 2022-10-21 17:42:56 +02:00
Aaryamann Challani c8e14ed836
feat(17/WAKU2-RLN-RELAY): multiple acceptable roots (#539)
* feat(17/WAKU2-RLN-RELAY): multiple acceptable roots

* chore(17/WAKU2-RLN-RELAY): fix inconsistency with naming

* fix(17/WAKU2-RLN-RELAY): waku-relay naming

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

* chore(17/WAKU2-RLN-RELAY): naming

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>

* fix(17/WAKU2-RLN-RELAY): clear reasoning behind why nodes have diff roots

* fix(17/WAKU2-RLN-RELAY): sembr and wording

* chore(17/WAKU2-RLN-RELAY): s/merkle/Merkle/ and network delay

* chore(17/WAKU2-RLN-RELAY): contributor notes

* fix(17/WAKU2-RLN-RELAY): formula for window size

* chore(17/WAKU2-RLN-RELAY): add explanation of formula

* chore(17/WAKU2-RLN-RELAY): address review

Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>

* chore(17/WAKU2-RLN-RELAY): block_time var

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
2022-10-19 11:16:26 +05:30
RichΛrd 977955ebfd
fix(WAKU2-BINDINGS-API): fix inconsistencies (#546) 2022-10-17 11:12:16 -04:00
kaiserd b5ae2b1467
add(RFC): 45/WAKU2-ADVERSARIAL-MODELS (#545) 2022-10-11 16:14:57 +02:00
Aaryamann Challani aaa8d4fe70
fix(16/WAKU2-RPC): include ephemeral flag in WakuMessage definition (#536)
* fix(16/WAKU2-RPC): include ephemeral flag in WakuMessage definition

* chore(16/WAKU2-RPC): add additional detail, fix links
2022-09-21 07:53:51 +05:30
Richard Ramos bb5357ae3b
docs(36/WAKU2-BINDINGS-API): add filter, store, and lightpush functions (#525)
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2022-09-15 10:54:20 -04:00
Aaryamann Challani b48250d212
feat(13/WAKU2-STORE|14/WAKU2-MESSAGE): Add ephemeral flag to WakuMessage (#532)
* feat(13-WAKU2/STORE): add ephemeral flag to wakuMessage

* chore(WAKU2-STORE): address review

* chore(WAKU2-MESSAGE): address review

* chore(WAKU2-MESSAGE): add links to store protocol

* chore(WAKU2-MESSAGE): explicitly mention store protocol

* fix(WAKU2-STORE|WAKU2-MESSAGE): replace ephemeral flag with ttl field

* Revert "fix(WAKU2-STORE|WAKU2-MESSAGE): replace ephemeral flag with ttl field"

This reverts commit 6e31e450fc.

* fix(WAKU2-STORE): address review comment

* fix(WAKU2-MESSAGE): address review comment

* fix(13/WAKU2-STORE): typo

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* fix(13/WAKU2-STORE): explicitly link back to 14/WAKU2-MESSAGE

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* fix(13/WAKU2-STORE): typo

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* fix(13/WAKU2-STORE): typo

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* chore(13/WAKU2-STORE|14/WAKU2-MESSAGE): contributor update :)

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>
2022-09-13 11:45:38 +05:30
G f603886990
New RFC: 43/WAKU2-NOISE-PAIRING (#531)
* feat(noise): add pairing RFC

* fix(noise): address reviewers' comments
2022-09-12 02:12:55 +02:00
kaiserd f0e1f74c4f
update(RFC10): add `identify` protocols to libp2p protocol list (#527) 2022-08-17 12:18:55 +02:00
G 7143c976fd
35/WAKU2-NOISE: update RFC with padding algorithm (#526)
* fix(noise): update RFC to implementation

* fix(noise): specify padding; clarify Chachapoly tag size
2022-08-16 22:36:04 +02:00
Daniel Kaiser 26b3a33026
update(COSS): include RFC template (#518)
* update COSS (incl template); sembr

* Update content/docs/rfcs/1/README.md

Co-authored-by: Franck R. <franck@status.im>

* Update content/docs/rfcs/1/README.md

Co-authored-by: oskarth <ot@oskarthoren.com>

* feedback: add myself as contributor

Co-authored-by: ksr <kaiserd@users.noreply.github.com>
Co-authored-by: Franck R. <franck@status.im>
Co-authored-by: oskarth <ot@oskarthoren.com>
2022-08-02 12:10:12 +08:00
Daniel Kaiser f0efc9da7f
add(raw RFC): 34/WAKU2-PEER-EXCHANGE (#515) 2022-08-01 09:12:22 +02:00
Franck R 54b371349f
fix: waku2-payload define version 1 encryption for waku2 message (#519)
Waku-data is for waku 1.
2022-07-29 16:34:47 +10:00
oskarth ed3c7494c0
chore: Add GH labels (#516)
* chore: Add GH labels

Partially addresses https://github.com/vacp2p/research/issues/112

Subset of labels defined here https://github.com/vacp2p/research/blob/master/.github/labels.yml

* Fixup based on reviews in

https://github.com/status-im/nwaku/pull/1046

* fixup
2022-07-27 18:33:16 +08:00
Oskar Thoren 4c8da19196
ci: Add workflow for syncing labels 2022-07-27 17:20:15 +08:00
Daniel Kaiser cc3f4ee7c9
add: draft RFC template (#488) 2022-07-25 13:13:59 +02:00
Daniel Kaiser 7b88f8c300
add " git submodule update --init" to readme (#514) 2022-07-21 12:25:23 +02:00
Daniel Kaiser d942b3bf4d
RFC16: add version call (#505) 2022-06-22 17:40:12 +02:00
G e62934a9c5
fix(noise): update RFC to implementation (#508) 2022-06-15 11:35:29 +01:00
G bf9b7e8f61
fixup: 37/WAKU2-NOISE fix images paths (#506)
* fix(noise): fix images paths
2022-05-25 09:27:24 +02:00
G cb16be7bcf
New RFC: 37/WAKU2-NOISE-SESSIONS (#504)
* feat(noise): publish Noise Session Management RAW RFC

* chore(noise): fixes

* fix(noise): add comma

Co-authored-by: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com>

* fix(noise): add application-specific topics

* fix(noise): address reviewers'

* fix(noise): address reviewers' comments

Co-authored-by: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com>
2022-05-25 08:36:00 +02:00
Franck R 3ed40ff31b
36/WAKU2-BINDINGS-API (#501)
Co-authored-by: Richard Ramos <info@richardramos.me>
2022-05-17 18:18:45 +10:00
Daniel Kaiser ac11dba6d2
docs(16/WAKU2-RPC): add ENR to waku info (#502) 2022-03-28 17:35:19 +02:00
G ddeb88a8a9
Adding 35/WAKU2-NOISE to menu (#500) 2022-03-21 11:44:39 +11:00
Daniel Kaiser 8b42c8efb2
add RFC33 to index (#499)
* add RFC33 to index

* Update index.md
2022-03-19 00:17:42 +08:00
bdim1 ca706eaf04
feat: 32/RLN raw spec 2022-03-18 18:39:07 +08:00
G f03df037d6
New RFC: 35/WAKU2-NOISE (#496)
* Create README.md

* Addressed comments
2022-03-18 09:41:18 +01:00
Sanaz Taheri Boshrooyeh bb57e3e566
Update on the rln registration figure to match the current spec (#497)
* updates the rln registration figure to match the current spec

* better illustration of block mining

* moves labels above the arrows
2022-03-14 08:46:58 -07:00
Daniel Kaiser 6498d927d9
33/WAKU-DISCV5: Add first raw version (#487)
directly upgraded to draft status because we already have a running implementation
2022-03-07 12:44:35 +01:00