Commit Graph

168 Commits

Author SHA1 Message Date
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
Daniel Kaiser cc3f4ee7c9
add: draft RFC template (#488) 2022-07-25 13:13:59 +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
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
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
Hanno Cornelius a241d3c4aa
Add pubsubTopic field to index (#492) 2022-03-02 14:15:40 +01:00
Franck R 3d8f42d457
Fix markdown links (#493) 2022-02-25 12:21:22 +11:00
Franck R 0c04a9f3b0
Categorize 22 & 31 (#490) 2022-02-24 10:27:30 +11:00
G 5beb6c9ad2
Changed PB Timestamp index to 10 (#491) 2022-02-23 08:21:26 +01:00
G d88dc1261c
13/14/16/21: Change in timestamp format (#483)
* Timestamps refactored to int64 (nanoseconds resolution). Related to https://github.com/status-im/nim-waku/issues/834

* Updated times to Timestamp type

* Refactored timestamps

* Made spec consistent with timestamp refactoring

* Fixed misunderstanding on proto3 types

* Fixed timestamps to sint64

* Fixed correct time to pb2 timestamps and Store protocol version changed to beta4

* Revert changes (not needed for now)

* Revert changes

We'll change to sint64 when we'll refactor chat2 to use Timestamp type for timestamps
2022-02-17 16:29:59 +01:00
Daniel Kaiser f11d4988f3
add: RFC31 copyright statement (#489)
Co-authored-by: ksr <kaiserd@users.noreply.github.com>
2022-02-16 13:21:56 +08:00
Sanaz Taheri Boshrooyeh 0659c15a00
17/WAKU-RLN-RELAY: Revise spec for its draft version (#484)
* fixes broken links

* fixes naming mismatch

* revises publishing description

* Updates Publishing process

* revises update and registration

* revised registration and publishing sections

* major revisions on the rln-relay

* marks as draft

* edits motivation part

* adds max epoch gap and epoch

* removes commented parts  and revises recommended system parameters

* proofreading

* minor revision on the CA factor

* removes some redundant parts

* fixes a typo

* adresses comments

* moves protobuf field definition into a table

* moves rln-relay under the draft section of the menu

* addresses comments

* minor fix

* makes contributors itemized
2022-02-15 11:31:48 -08:00
Sanaz Taheri Boshrooyeh 29d16756cf
A few fixes on the rln-relay spec (#481)
* fixes broken links

* fixes naming mismatch
2022-01-26 11:58:16 -08:00
Franck R 4f4df487ee
Fix broken link (#480) 2022-01-19 11:00:20 +08:00
Sanaz Taheri Boshrooyeh 9d1a2d977a
Adds support for auto-pagination (#478)
* clarifies auto-pagination

* sem-break

* applies comments
2022-01-12 11:10:59 -08:00
Daniel Kaiser f6320f48e4
Edit/clarify relation to libp2p relay (#479)
* clarify: 11/WAKU libp2p relay relation

* edit

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

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

Co-authored-by: ksr <kaiserd@users.noreply.github.com>
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2022-01-11 09:56:17 +08:00
rshiv 7a88949037
Changes WakuInfo Field (#476)
* Changes WakuInfo Field

Signed-off-by: rshiv <reeshav96@gmail.com>

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

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

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2021-11-26 09:01:36 +08:00
rshiv 0c884ace37
transport protocol specification (#471)
* transport protocol specification

Signed-off-by: rshiv <reeshav96@gmail.com>

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

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

* review comment fix

Signed-off-by: rshiv <reeshav96@gmail.com>

* minor change

* review comment fix

Signed-off-by: rshiv <reeshav96@gmail.com>

* extra line addition

Signed-off-by: rshiv <reeshav96@gmail.com>

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

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

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Co-authored-by: oskarth <ot@oskarthoren.com>
2021-11-16 15:00:13 +00:00
Hanno Cornelius 43583ba7ee
Integrate RFC31. Delete RFC25. (#474) 2021-11-16 12:15:32 +01:00
Hanno Cornelius 846146e600
Add waku2 field definition (#472) 2021-11-11 10:04:18 +01:00
F 55add95f32
31/WAKU2-ENR: Waku v2 usage of ENR (#465)
* wip: Define ENR extension

* Add definition and usage

* Fix references anchor

* Typos

* Action feedback

* Small corrections

* Clarify that the 3 multiaddresses section

* Typo

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

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2021-11-11 12:00:36 +08:00
Richard Ramos d82cdf9f19
update go-waku implemented protocols matrix (#460) 2021-11-01 11:51:50 -04:00
oskarth fc14150dd5
17: Tweak order of section (#466) 2021-10-16 10:49:57 +08:00
Sanaz Taheri Boshrooyeh 37549c84b6
Adds RateLimitProof protobuf message (#464)
* adds RateLimitProof protobuf message

* updates fields case

* more clarification

* minor

* fixes missing Relay in RLN-Relay

* addresses comments

* moves refs above the copyright notice
2021-10-15 14:38:52 -07:00
Pascal Precht 7992c7aaed
11/WAKU-RELAY: fix signature policy location hashes (#461)
These don't work as the hashes are case sensitive.
2021-09-21 15:02:24 +10:00
Sanaz Taheri Boshrooyeh e2444f69f4
Updates the status of FT-Store to draft (#459)
* replaces raw with draft

* updates menu

* clarifies the correct use of start and end times

* updates the implementation state of waku-ft-store in rfc10
2021-09-17 10:29:04 -07:00
Franck Royer 7a357b1e28
Clarifying limitations of the protocol (#457)
Co-authored-by: oskarth <ot@oskarthoren.com>
2021-09-07 14:14:18 +10:00
oskarth b260ed6759
Update README.md 2021-09-06 09:40:54 +08:00
Franck Royer 8f623202aa
Update ETH-PM specs (#455) 2021-09-06 11:28:42 +10:00
Oskar Thoren 03e93b4bbc
30: sigh, filename fmt 2021-09-01 19:00:02 +08:00
Oskar Thoren 33ca33d48b
30: fmt jpg->png 2021-09-01 18:57:29 +08:00
oskarth 0688ab8fc3
30-ADAPTIVE-NODES: Improve with split images (#456)
* 30: Improve with split images

* Link to from main Waku spec

* Mark as draft and fix typo
2021-09-01 18:54:02 +08:00
Sanaz Taheri Boshrooyeh 83ab13ef40
Clarifies the unit of timestamp (#454)
* clarifies the unit of timestamp

* minor revision
2021-08-20 13:03:16 -07:00
Hanno Cornelius 07fed526bc
29/WAKU2-CONFIG recommendations (#451) 2021-08-17 10:27:12 +02:00
oskarth 7d3c1bfde9
30/ADAPTIVE-NODES: Add raw spec (#453) 2021-08-16 17:09:56 +08:00
Hanno Cornelius f7d81d55d6
23/WAKU2-TOPICS: bridge content topic changes (#452) 2021-08-12 10:11:45 +02:00
Sanaz Taheri Boshrooyeh 6f5eae0d12
Clarification about mailserver trust requirement (#450)
* clarification about mailservers trust assumption

* some revisions

* ID/IP

* minor fix

* updates mail server security considerations
2021-08-11 12:22:27 -07:00
Szymon Szlachtowicz 7cd14d049b
28/STATUS-FEATURING: Propose community featuring spec (#432) 2021-08-06 15:10:45 +10:00
Sanaz Taheri Boshrooyeh b2765e759d
14-WAKU2-MESSAGE: Adds security consideration about the timestamp field (#447)
* adds the consideration about the timestamp

* minor rewording

* more explicit about enc and sign

* minor revision

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

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

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

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

* rephrases the CIA discussion

Co-authored-by: oskarth <ot@oskarthoren.com>
2021-08-06 10:53:56 +08:00
oskarth 19e85685ac
10/WAKU2: General improvements to main spec (#444)
* Tweak intro and motivation/goals

* update protocol and interactions

* update ref count

* Move security and future work into appendicies

* fmt

* fix indent

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

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

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

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

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

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

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

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

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

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

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

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

* simplify

Co-authored-by: Franck Royer <franck@status.im>
Co-authored-by: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com>
2021-08-05 13:07:15 +08:00
Sanaz Taheri Boshrooyeh b6737cddd7
adds timestamp to wakurelaymessage (#437) 2021-07-22 10:03:00 -07:00
Hanno Cornelius 047dd40402
23/WAKU2-TOPICS: Bridging recommendations (#435)
* Minor fix and clarifications for bridge topic conversion
2021-07-21 11:49:28 +02:00
Sanaz Taheri Boshrooyeh 2be3e64cd8
Adds error field to history response (#433)
* updates the History response

* minor edit

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

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

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

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

Co-authored-by: oskarth <ot@oskarthoren.com>
2021-07-19 08:04:59 -07:00
Sanaz Taheri Boshrooyeh 37e0042b59
Updates pagination logic by replacing receiver timestamp with the sender timestamp (#417)
* adds description of paging using sender timestamp

* updates rfc, brings back receiver timestamp

* brings back the receiver timestamp

* renames sender timestamp

* adds discussion about the use of robust timestamp and different usecases of receiver and sender time

* link to open timestamp

* adjusts spacing

* sembr

* minor

* rewording and rephrasing

* formatting

* formatting

* applies comments

* explains attack by an example

* fixes a wrong ts value

* aligns paragraphs
2021-07-09 09:05:30 -07:00
Hanno Cornelius a20ef2d11c
10/WAKU2: Clarify discovery domain relation to EIP-1459 (#421) 2021-07-07 11:03:50 +02:00
oskarth 8d7ad8a31a
26/WAKU-PAYLOAD (#413)
* 26/WAKU-PAYLOAD Init with 7/WAKU-DATA

* Import 6/WAKU1 payload encryption

* Clarify purpose and cryptographic primitives

* Clarify Waku v1 vs Waku v2 usage

* fmt

* Add section on ECIES encryption

* typo

* credit

* typos

* Add design requirements

* tweaks

* move encryption details section

* tweak

* add references

* fix salt field typo

* design goals

* overhaul spec sec

* updat references

* remove scratch

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

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

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

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

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

* remove iv and tag from abnf

* must to may encryption

* typo

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

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

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

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

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

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

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

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

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

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

* typo

* clarify

* clarify

* restructure

* tweak

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

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

* Revert "Update content/docs/rfcs/26/README.md"

This reverts commit ba496e1662.

* clarify field names

* add ethereum yellow paper

* Add to menu

Co-authored-by: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com>
2021-07-07 14:26:27 +08:00
Hanno Cornelius 672792aff2
27/WAKU2-PEERS: Waku v2 Client Peer Management Recommendations (#416) 2021-07-06 16:20:09 +02:00
Hanno Cornelius 95fc83b54a
Move relay specification to stable (#410) 2021-06-29 09:03:23 +02:00
Franck Royer 45596b1c04
Rename ETH-DM to TOY-ETH-DM (#408) 2021-06-25 13:56:11 +10:00
Franck Royer a7bfccf7c1
Make TOY-CHAT draft (#409) 2021-06-25 13:45:26 +10:00
Hanno Cornelius d663e742e7
25/LIBP2P-DNS-DISCOVERY: Add `raw` specification (#402) 2021-06-23 09:31:32 +02:00
Szymon Szlachtowicz d22564914b
Propose waku voting protocol (#393) 2021-06-23 13:27:15 +08:00
Franck Royer 9c7fef4ac4
20/ETH-DM: Update Eth-DM specs as per PoC (#403) 2021-06-23 11:52:21 +10:00
Franck Royer 2f59b95785
Add Category and update COSS (#394)
* Add Category

See #368.

* Add `category` to metainformation table

* Update contributors example to what we actually do

We use itemized list.

* Mention sembr

* Keep contributors names but use format we use

* Use tags, not application
2021-06-21 17:17:01 +08:00
Hanno Cornelius d0427e3bcc
Add waku-core tag (#401) 2021-06-18 11:23:05 +02:00
Sanaz Taheri Boshrooyeh d7b9af24d4
Adds category (#399)
* adds category

* replaces category with tags

* fixes a format issue

* revert a commit
2021-06-17 12:01:27 +08:00
Hanno Cornelius a0596c63c5
Specify use of libp2p ping protocol (#400)
* Specify use of libp2p ping protocol

* Add to contributor list
2021-06-15 13:56:26 +02:00
Hanno Cornelius 259af46ddb
Add category (#395) 2021-06-09 15:33:29 +02:00
Franck Royer 6a6192345d
Update content topic to value currently used (#392) 2021-06-07 18:51:47 +10:00
Oskar Thorén 57d8b4f85f
Beta bump light push (#390)
* Beta bump light push

https://github.com/status-im/nim-waku/pull/590

* Update README.md
2021-06-02 23:01:25 +08:00
Franck Royer ba7e46eacb
Fix chat protocol name (#389) 2021-06-02 14:46:31 +10:00
Oskar Thorén 3d848c41a0
23/topic recommendations (#383)
* Initial cut 23/WAKU2-TOPICS

* 23/WAKU2-TOPICS

- Pubsub topics
- Content topics
- Rationale
- Examples
- Waku v1 differences

* tweaks

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

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

* address comments

* more feedback

* address feedback

* fix

* moar

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

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2021-05-31 15:51:27 +08:00
Oskar Thorén 225b15b8ad
18: Update to draft (#388)
Missed during beta bump
Also fix wrong version in Waku v2 spec
2021-05-31 15:49:49 +08:00
Franck Royer 7ab0edfe12
22: Add chat2 protocol definition (#377) 2021-05-31 14:00:17 +10:00
Ebube Sered Ud 0e62363fa6
Change protocol Identifier for Swap Protocol to beta1 (#386) 2021-05-28 17:43:37 +01:00
Hanno Cornelius 3afe471ab5
15/WAKU-BRIDGE move to draft (#382) 2021-05-26 09:18:41 +02:00
Oskar Thorén bf363e55da
18: improve swap spec (#380)
* Update book of swarm with archive link

Previous gateway, and new gateway, seems dead

* Improve SWAP spec

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

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

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

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

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2021-05-26 14:13:56 +08:00
Oskar Thorén 9de75c34d5
19: Lightpush as draft and tweak spec (#379) 2021-05-24 16:54:24 +08:00
Sanaz Taheri Boshrooyeh 8ce881e8c4
Adds time-based query parameters to the store rpc api (#376)
* adds time window

* clarifies the sub-second precision of time values

* minor correction
2021-05-21 10:35:43 -07:00
Franck Royer 7fe5140c25
Add Light push status implementation for js-waku (#375)
* Add Light push status implementation for js-waku

* Update status for nim-waku

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-05-20 22:03:18 +08:00
Franck Royer 5124a232e6
Fix syntax and propose terminology change (#371)
* Add proto version and fix syntax

* Add GH action to automatically add issues to the project board
2021-05-19 09:56:26 +08:00
Sanaz Taheri Boshrooyeh 095320044f
Updates the store protocol id (#369)
* beta2 to beta3

* adds protocol ids to waku2 specs
2021-05-14 10:10:43 -07:00
RichΛrd 6bd7329254
fix: revert field number change in MVDS (#362) 2021-05-14 10:00:14 -07:00
Sanaz Taheri Boshrooyeh 7746fe1718
FT-store protocol specs (#367)
* adds ft store protocol

* rephrases some parts

* semantic line breaks

* further revisions

* updates status

* fixes field names

* snake case conversion

* adds asynchrony assumption

* renames lower and upper bounds

* minor
2021-05-12 15:02:47 -07:00
Franck Royer d278fb406a
20: Ethereum Direct Message with Waku v2 (#365) 2021-05-07 10:43:24 +10:00
Sanaz Taheri Boshrooyeh 42fb7520ce
Makes the arguments of the store jsonrpc api optional (#361)
* makes contentFilters and pubsubtopic optional

* revision

* correction on the query examples

* converts content filter to an object
2021-05-05 11:26:23 -07:00
Ebube Sered Ud eedddc895c
Update schema of ContentFilter in 16/WAKU-RPC specs (#363)
* Update schema of ContentFilter in 16/WAKU-RPC specs
closes #348

* Update schema of ContentFilter in 12/WAKU2-FILTER
2021-05-04 17:57:38 +08:00
Sanaz Taheri Boshrooyeh e8988ab300
fixes the order of HistoryQuery protobuf fields (#360) 2021-04-29 17:02:29 -07:00
Sanaz Taheri Boshrooyeh 405ec84a77
Add pubsub topic to store json rpc api (#359)
* adds pubsub topic field

* integrates pubsub topic in the examples

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

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

* fixes a spacing issue

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-04-29 10:24:52 -07:00
Sanaz Taheri Boshrooyeh a2ecec5332
13/WAKU2-STORE: Adds pubsub topic filter & updates the logic of handling queries with no specified filters (#347)
* adds semantic brs and contentFilter

* renames ContentFilter to HistoryContentFilter

* removes optional qualifiers

* fixes a minor notational issue

* adds the change log

* adds link to protobuf v3

* combines two lines

* Apply suggestions from code review

Co-authored-by: Franck Royer <franck@royer.one>

* review comments

* replaces waku store with WAKU2-STORE

* refines changelog structure

* includes "added" section in the changelog

* Apply suggestions from code review

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

* adds store ID

* adds protocol ID

* explains the use of an empty contentFilters field

* rephrases the result of empty content filters

* explains the use of pubsubTopic field, also updates the field numbers

* adds link to waku relay

* minor rewording

* reflects the current specs state into the changelog

* rephrases some parts

* rewords some parts

* deletes the changelog

Co-authored-by: Franck Royer <franck@royer.one>
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-04-27 16:56:05 -07:00
Sanaz Taheri Boshrooyeh a85f13eed7
adds contentFilter to store api (#356) 2021-04-23 14:15:19 -07:00
Oskar Thorén 8b83ab0320
[WIP] 19/LIGHTPUSH Raw (#357)
* 19/LIGHTPUSH Raw

* Add pubsub_topic field

* clarify and sembr
2021-04-23 14:07:36 +08:00
Sanaz Taheri Boshrooyeh b32004b1b6
Store protocol hash type and inputs (#353)
* specifies the hash function

* explains the input to the hash
2021-04-22 10:56:10 -07:00
Sanaz Taheri Boshrooyeh c7d5a40056
Marks the first field of `HistoryQuery` and `HistoryResponse` as reserved (#352)
* marks the first field of request and response as reserved

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

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

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

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

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

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

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
Co-authored-by: Franck Royer <franck@status.im>
2021-04-21 10:59:18 -07:00
Franck Royer bc7ab0c416
Update waku store status for js-waku (#350) 2021-04-21 11:15:05 +08:00
Oskar Thorén e7edd31605
10/WAKU2: Specify length prefix (#349) 2021-04-20 16:51:51 +08:00
Sanaz Taheri Boshrooyeh ef2287aaa0
13/WAKU2-STORE: Adds content filter and some general specs revisions (#344)
* adds semantic brs and contentFilter

* renames ContentFilter to HistoryContentFilter

* removes optional qualifiers

* fixes a minor notational issue

* adds the change log

* adds link to protobuf v3

* combines two lines

* Apply suggestions from code review

Co-authored-by: Franck Royer <franck@royer.one>

* review comments

* replaces waku store with WAKU2-STORE

* refines changelog structure

* includes "added" section in the changelog

* Apply suggestions from code review

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

* adds store ID

* adds protocol ID

* renames HistoryContentFilter

* deletes changelog section

Co-authored-by: Franck Royer <franck@royer.one>
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-04-19 10:39:26 -07:00
Sanaz Taheri Boshrooyeh a2b20e0873
17/WAKU-RLN: Some general specs revisions (#345)
* revises the specs, some clean up

* link to waku message

* explains proof structure

* small case proof

* fixes line breaks

* further line breaks

* updates the protobuf def with diff annotation

* fixes broken links

* fixes figure macros
2021-04-15 10:09:49 -07:00
Hanno Cornelius 7f8bf3c80f
12/WAKU2-FILTER contentFilter to string (#343) 2021-04-13 16:41:21 +08:00
Sanaz Taheri Boshrooyeh 84d430366c
Some fixes on the store protocol specs (#342)
* fixes the paging direction enum to match the implementation

* int64 to uint64

* makes enum proto2 compatible
2021-04-09 09:46:45 -07:00
Oskar Thoren c8d7231633
typo 2021-04-09 13:25:26 +08:00
Oskar Thoren f9aabbd00f
sembr 2021-04-09 13:24:20 +08:00