67 Commits

Author SHA1 Message Date
fryorcraken
f68707ea86
default network message validation 2025-09-10 14:15:23 +10:00
fryorcraken
b2b81b4c2c
remove multiaddr type 2025-09-10 14:02:35 +10:00
fryorcraken
f1225e1cca
Add web3 RPC API URLs 2025-09-09 19:55:56 +10:00
fryorcraken
1ec75279d5
rename function to createNode 2025-09-09 14:49:12 +10:00
fryorcraken
872115a9c0
Apply suggestion from @chaitanyaprem
Co-authored-by: Prem Chaitanya Prathi <chaitanyaprem@gmail.com>
2025-09-09 13:24:26 +10:00
fryorcraken
bebbe8b284
Add message validation 2025-08-06 16:15:40 +10:00
fryorcraken
6a37950c66
user snake case for field names 2025-08-05 15:28:46 +10:00
fryorcraken
1e312bc2c3
update sharding defaults from previous discussions 2025-08-05 15:27:48 +10:00
fryorcraken
e92d2f8d8e
Change init to create
As it is commonly used across both js-waku and nwaku code bases.
2025-08-05 15:16:00 +10:00
fryorcraken
6289f91f8f
wip 2025-07-21 22:07:14 +10:00
fryorcraken
4ca0e08038
rework structure, include feedback 2025-06-30 15:25:12 +10:00
fryorcraken
b20f5fd179
rename RFC 2025-06-30 14:39:30 +10:00
fryorcraken
2096211872
remove extra 2025-06-30 14:28:00 +10:00
fryorcraken
73354fd683
Only specify nim and TS naming convention
Reducing the scope, we can review Rust, Golang and C in a separate PR.
2025-06-30 14:26:25 +10:00
fryorcraken
25984c0b14
Remove shard relay subscription for init config
Being able to set what shard to subscribe too when initialising a Waku node is a biased towards service nodes.

Indeed, subscribing to shard should be done with the `subscribe` API (yet to be defined). Which can be used with a content topic, and pubsub topic (only if static sharding).

A service node such as the `wakunode2` binary can still accept "shards to subscribe to" via CLI, but this is unrelated to the Waku node conf, and the `wakunode2` software should simply call `subscribe` when ready.
2025-06-30 14:22:49 +10:00
fryorcraken
95ebcd9ea0
Reducing prescription re language mapping 2025-06-24 13:03:22 +10:00
fryorcraken
d5c688a327
set default value 2025-06-24 12:43:11 +10:00
fryorcraken
adaba5428b
typos and types 2025-06-24 12:23:12 +10:00
fryorcraken
e013c15848
add language translation 2025-06-18 16:34:21 +10:00
fryorcraken
93bd790c25
Propose custom IDL for Waku API definition 2025-06-18 10:13:03 +10:00
Jimmy Debe
3c0ab5111c
Update device-pairing.md 2025-05-22 09:10:25 -04:00
Jimmy Debe
c98c499ad9
Update device-pairing.md 2025-05-22 09:03:32 -04:00
Jimmy Debe
6b44c0b4f2
Update device-pairing.md 2025-05-07 08:45:35 -04:00
Hanno Cornelius
e9e4794301
docs: clarify that losses are possible message losses (#59) 2025-03-26 12:34:56 +00:00
Hanno Cornelius
acdc89d0e8
docs: fix typo, clarify query time period (#58) 2025-03-26 12:30:56 +00:00
Hanno Cornelius
751b355e95
docs: cleanup replaced specs, update readme (#54) 2025-03-10 17:55:30 +00:00
Hanno Cornelius
25e3f5a09a
docs: add p2p reliability spec (#52)
* docs: add p2p reliability spec

* docs: fix link, explain p2p reliability better
2025-02-20 16:11:07 +00: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
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
kaichao
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
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
LordGhostX
55dd3e692e
resolve broken links and frontmatter structure 2024-04-29 20:15:39 +01:00
Jimmy Debe
a4e1ac6035
Create rln-keystore.md 2024-02-28 21:48:27 -05:00
Jimmy Debe
093a453d76
Update noise-sessions.md 2024-02-15 14:57:09 -05:00
Jimmy Debe
0815cf9309
Rename standards/core/noise-sessions/noise-sessions.md to standards/application/noise-sessions.md 2024-02-15 14:36:44 -05:00