Commit Graph
106 Commits
Author SHA1 Message Date
SionoiS 3e6fb53d1a added sync as enr field 2024-10-03 08:39:47 -04:00
NagyZoltanPeter eb1711de4a Describe status code means better. 2024-09-18 14:42:02 +02:00
NagyZoltanPeterandHanno Cornelius dede8e757f Apply suggestions from code review
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2024-09-18 14:38:55 +02:00
NagyZoltanPeter df55945629 changing status and desc to status_code and status_desc 2024-09-17 12:20:18 +02:00
NagyZoltanPeter 6a0041544b Fixing typos and namings on review findings 2024-09-17 11:18:51 +02:00
NagyZoltanPeter 90efdfa6af Fixed message structure upon review agreement in order to keep backward compatibility with the former protocol format 2024-09-16 11:59:27 +02:00
NagyZoltanPeter 4c7515d632 Fix field naming 2024-09-13 11:07:36 +02:00
NagyZoltanPeter a488ca7693 Adjusted peer-exchange to the latest changes made due to rate limit DOS protection applied on protocol. Extended with responseStatus. 2024-09-13 10:57:07 +02:00
Sergei Tikhomirov 72fd5336bc Add raw spec for mainnet deployment of RLN contract (#30)
Add the first version of WAKU2-RLN-CONTRACT specification that describes the version of the RLN contract suitable for the inintial mainnet deployment.

New features include:
- membership management;
- deposits and withdrawals;
- recommendations about rate limits and pricing scheme.

To be iterated upon based on insights from implementation.
2024-08-20 14:03:31 +02:00
NagyZoltanPeter 17c7e821f5 Fix review findings, clarifications. 2024-07-26 11:57:32 +02:00
danisharora099 f59a4e3cf4 chore: change sentence to use recommendation first 2024-07-23 20:10:25 +05:30
danisharora099 2d8076e660 chore: update formatting 2024-07-23 20:08:38 +05:30
danisharora099 49acfd772c chore: clarifications for node health when disparity in protocol health 2024-07-23 19:39:39 +05:30
Sasha 5ad85b7e21 up 2024-07-14 02:11:02 +02:00
Sasha 6a80762d2c update index and move to application 2024-07-14 02:09:07 +02:00
Jimmy Debe 4fee41165e Merge pull request #24 from waku-org/fix-links
Fix Broken Links
2024-07-10 09:49:08 -04:00
Jimmy Debe e3261c99bb Update relay-sharding.md 2024-07-09 06:43:06 -04:00
Jimmy Debe d4f5b5bf57 Update incentivization.md 2024-07-09 06:34:32 -04:00
Jimmy Debe 4bc0f0d2bb Update enr.md 2024-07-09 06:29:40 -04:00
Jimmy Debe b21a743147 Update tor-push.md 2024-07-09 06:26:27 -04:00
Jimmy Debe d329a0c754 Update noise.md 2024-07-09 06:17:34 -04:00
Jimmy Debe 681bcafea7 Update noise-sessions.md 2024-07-09 06:03:39 -04:00
Jimmy Debe dd998e8157 Update device-pairing.md 2024-07-09 04:39:09 -04:00
Jimmy Debe e8cdcfd881 Update dandelion.md 2024-07-09 04:34:01 -04:00
kaichao 43ae4916c9 README update: add index for transport reliability (#26)
* update index for transport reliability

* chore: formatting
2024-07-06 08:41:05 +08:00
cfdd2e7e62 feat: reliability for relay protocol (#23)
* feat: reliability for relay protocol

* chore: add todo

* feat: implementation of message hash query

* fix format

* wording

* feat: message missing messages

* chore: polish words

* chore: more

* Update standards/application/relay-reliability.md

Co-authored-by: richΛrd <info@richardramos.me>

* Update standards/application/relay-reliability.md

Co-authored-by: richΛrd <info@richardramos.me>

* chore_: more workflow

* chore: explicit words between app and waku.

* chore: more about lightpush

* chore: more line breaks

* chore: use transport instead of relay

* chore: styling

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* Update standards/application/relay-reliability.md

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

* rephrasing

* chore: more rephrasing

---------

Co-authored-by: richΛrd <info@richardramos.me>
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2024-07-05 12:12:48 +08:00
Jimmy Debe 3cc6b63436 Merge branch 'master' into waku-keystore 2024-07-01 14:01:01 -04:00
NagyZoltanPeter ffc9d3a211 Merge pull request #20 from waku-org/feat-lightpush-protocol-enhancement
feat: new lightpush protocol definition - enhanced protocol for better client support
2024-06-28 11:08:11 +02:00
NagyZoltanPeter 7536fb69fb Formatting, added semantic breaks for better readability 2024-06-28 03:23:05 +02:00
NagyZoltanPeterandHanno Cornelius b53d9627dd Apply suggestions from code review
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2024-06-28 02:56:37 +02:00
NagyZoltanPeter 103b6fccf0 Made relay_peer_count field optional 2024-06-26 14:05:52 +02:00
Jimmy Debe 6087e96bf4 Update relay-sharding.md 2024-06-25 10:47:29 -04:00
Jimmy Debe 9abe5a850f Merge branch 'master' into remove-meta 2024-06-25 09:47:48 -04:00
Jimmy Debe 8b191be794 Delete standards/core/network.md 2024-06-25 09:45:06 -04:00
Jimmy Debe 7a7f061803 Merge pull request #15 from waku-org/remove-network
Update WAKU-NETWORK: Remove
2024-06-25 09:43:44 -04:00
Jimmy Debe 20bfd0d0b0 Update incentivization.md 2024-06-25 09:41:41 -04:00
Jimmy Debe 6e17998e21 Update enr.md 2024-06-25 09:39:04 -04:00
Jimmy Debe 8f78bb4715 Update tor-push.md 2024-06-25 09:15:13 -04:00
Jimmy Debe 37472105d2 Update noise.md 2024-06-25 09:02:28 -04:00
Jimmy Debe 373d37bf3a Update noise-sessions.md 2024-06-25 08:44:38 -04:00
Jimmy Debe 4e773bf7c8 Update device-pairing.md 2024-06-25 08:43:01 -04:00
Jimmy Debe f22862695c Update dandelion.md 2024-06-24 22:03:28 -04:00
NagyZoltanPeter 6127e7a360 rename UNSUPPORTED_TOPIC to UNSUPPORTED_PUBSUB_TOPIC 2024-06-22 01:24:40 +02:00
NagyZoltanPeter b2fd96ad68 Wrap up with last grammar check and explanation of relay_peer_count field. 2024-06-22 01:19:21 +02:00
NagyZoltanPeterandIvan FB 1278f84f0e Update standards/core/lightpush.md
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2024-06-21 15:49:42 +02:00
NagyZoltanPeter ed4e6465d6 Changed SERVICE_UNAVAILABLE to NO_PEERS_TO_RELAY according to review arguments 2024-06-20 14:34:39 +02:00
NagyZoltanPeter 9a4f375141 Finalize with incorporating review findings. 2024-06-19 15:56:43 +02:00
NagyZoltanPeter 13a3cc4d67 Answer review notices, rephrase of some sections. Rework the protobuf definition as requested. 2024-06-09 19:36:56 +02:00
Hanno CorneliusandJimmy Debe 576c377a5e fix: reference previous version
Co-authored-by: Jimmy Debe <91767824+jimstir@users.noreply.github.com>
2024-06-06 10:54:52 +01:00
Hanno CorneliusandJimmy Debe 42bfd180ac fix: remove draft status
Co-authored-by: Jimmy Debe <91767824+jimstir@users.noreply.github.com>
2024-06-06 10:52:14 +01:00