Commit Graph
335 Commits
Author SHA1 Message Date
fryorcraken fa5bf8cc4c finish sentence 2025-09-25 13:48:40 +10:00
fryorcraken 4ab882189d change address to ipv4
So a different fields can be provided for ipv6 when supported
2025-09-25 13:46:35 +10:00
fryorcraken 036fe615ed change to seed nodes 2025-09-25 13:45:21 +10:00
fryorcraken 6de55db122 change confirmation to store/filter 2025-09-25 13:42:28 +10:00
fryorcraken a0700f0730 results may return void 2025-09-25 13:35:05 +10:00
fryorcraken 5bb37c24dc update networking section 2025-09-15 15:31:50 +10:00
fryorcraken f834dc4346 by default no static store nodes are passed 2025-09-12 17:40:23 +10:00
fryorcraken 40450003ac use "waku config" 2025-09-12 13:40:54 +10:00
fryorcraken 6c01164f92 only auto sharding, remove mix up on option 2025-09-11 15:51:13 +10:00
fryorcraken 0004fff780 if a default is possible it means values are optional 2025-09-10 15:33:44 +10:00
fryorcraken a3c37c1be1 if a default is possible it means values are optional 2025-09-10 15:32:06 +10:00
fryorcraken cf84d3d4a3 Move eth rpc endpoints to top 2025-09-10 14:19:52 +10:00
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
fryorcrakenandPrem Chaitanya Prathi 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 48479c7513 Merge pull request #63 from waku-org/device-pairing-update
WAKU2-DEVICE-PAIRING: Update
2025-06-12 06:47:49 -04: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 c89d99f9cf docs: remove raw store, now promoted to draft Vac RFC (#61) 2025-04-17 16:44:07 +01:00
Prem Chaitanya Prathi ee570a1d2a docs: add Waku mix to index (#60) 2025-03-31 18:23:06 +01:00
Prem Chaitanya Prathi b2f6fee2a7 Merge pull request #53 from waku-org/feat-waku-mix
waku mix integration spec
2025-03-27 18:11:31 +05:30
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
Prem Chaitanya Prathi a5832e3268 chore: address review comments 2025-03-24 14:02:31 +05:30
Prem Chaitanya PrathiandAkshayaMani 6a3d3dde9b chore: apply suggestions from code review
Co-authored-by: AkshayaMani <AkshayaMani@users.noreply.github.com>
2025-03-24 13:49:17 +05:30
Prem Chaitanya Prathi 58e06e8c20 address review comments 2025-03-13 18:52:09 +05:30
Prem Chaitanya Prathi 61493278e3 address review comments 2025-03-12 11:24:05 +05:30
Prem Chaitanya Prathi ebf8b463aa waku mix protocol integration spec 2025-03-11 18:19:54 +05:30
Hanno Cornelius 751b355e95 docs: cleanup replaced specs, update readme (#54) 2025-03-10 17:55:30 +00:00
Jazz Turner-Baggs 186ce33566 docs: fix TeX superscript (#56) 2025-02-28 15:02:04 -08:00
Jazz Turner-Baggs af75a3c590 Incremental spellcheck action (#55)
* chore: add incremental spellcheck

* chore: upgrade repo wide spellcheck
2025-02-27 06:59:38 -08: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