1279 Commits

Author SHA1 Message Date
darshankabariya
d03df2fe67 chore: add merkleProof inside generateProof 2025-04-02 15:02:34 +05:30
darshankabariya
80c2fe7b7a chore: trying to invoke onchain gropu manager instead of base 2025-04-02 13:55:49 +05:30
darshankabariya
c49ecf0b64 chore: debug mesage to find flow 2025-04-02 12:47:29 +05:30
darshankabariya
a4acc9925a chore: comments out trackRootChanges 2025-04-02 11:54:06 +05:30
darshankabariya
4f210975d4 chore: add more debug message 2025-04-01 15:58:08 +05:30
darshankabariya
05f5934043 chore: change slideRoot to updateRoots and add debug message 2025-04-01 15:58:08 +05:30
darshankabariya
02014ff5af chore: change location of trackRoots 2025-04-01 15:58:08 +05:30
darshankabariya
79d4a77356 chore: call trackRoot after registration 2025-04-01 15:58:08 +05:30
darshankabariya
8b33982cf5 chore: call trackRoot 2025-04-01 15:58:07 +05:30
darshankabariya
16336c2eb6 chore: update metrix location 2025-04-01 15:58:07 +05:30
darshankabariya
d92f773d3a chore: make it little endian 2025-04-01 15:58:07 +05:30
darshankabariya
8a70118d12 chore: simplify registration 2025-04-01 15:58:07 +05:30
darshankabariya
d7889b91a2 chore: tracing roots and cache merkle elements 2025-04-01 15:58:07 +05:30
darshankabariya
b67de136c9 chore: remove inconsistancy 2025-04-01 15:58:06 +05:30
darshankabariya
0fd538ac93 chore: blocked test temprary 2025-04-01 15:58:06 +05:30
darshankabariya
4038763b6a feat: update test 2025-04-01 15:58:06 +05:30
darshankabariya
053cb600f4 feat: update test 2025-04-01 15:58:06 +05:30
darshankabariya
270d596f99 feat: make clean 2025-04-01 15:58:06 +05:30
darshankabariya
e7219a11af feat: comment out older onchain GM put it new GM 2025-04-01 15:58:06 +05:30
darshankabariya
18d1ad5baa feat: upgrade validate Root 2025-04-01 15:58:06 +05:30
darshankabariya
14bc9dcafe feat: deprecated sync 2025-04-01 15:58:06 +05:30
darshankabariya
f31b7c660c feat: verify proof 2025-04-01 15:58:05 +05:30
darshankabariya
6dbf7d5927 feat: update witness serialization 2025-04-01 15:58:05 +05:30
darshankabariya
59db0de36d feat: no need to indexing of sync strategy 2025-04-01 15:58:05 +05:30
darshankabariya
6dcce7d97a feat: update 2025-04-01 15:58:05 +05:30
darshankabariya
1022a296cd feat: isolate generateProof fuction till confidence 2025-04-01 15:58:05 +05:30
darshankabariya
40671a64f7 feat: type mismatch improvement 2025-04-01 15:58:05 +05:30
darshankabariya
689414c639 feat: better location 2025-04-01 15:58:04 +05:30
darshankabariya
f4193898b9 feat: handle events 2025-04-01 15:58:04 +05:30
darshankabariya
50e7adff75 feat: frame into rateLimitProof 2025-04-01 15:58:04 +05:30
darshankabariya
a1810618a8 feat: initial commit for deprecate sync strategy 2025-04-01 15:58:04 +05:30
fryorcraken
58f76ce467 feat: introduce preset option (#3346)
* feat: introduce `preset` option

Overwriting config from cluster-id will be deprecated as a second step.

* doc: improve preset doc

* Change `default` preset to `twn`
2025-04-01 09:28:18 +11:00
NagyZoltanPeter
36ee2aa9bf chore: non-relay protocols cross performance measurement metrics (#3299)
* Introducing new non-relay protocol request handling time metric
2025-03-31 13:27:51 +02:00
NagyZoltanPeter
fe8327627e Make /debug endpoints /version and /info available as root (#3333) 2025-03-27 11:56:44 +01:00
NagyZoltanPeter
4111f80729 As lightpush/filter clients are always mounted and can handle service peers from other sources there no reason to restrict respective REST endpoints availability connected to filternode and lightpushnode cli arguments - they can help but not mandatory to access filter and lightush clients (#3331) 2025-03-27 11:56:09 +01:00
Ivan FB
a28243d446 set one log to trace in waku_peer_exchang (#3336) 2025-03-27 11:15:03 +01:00
Simon-Pierre Vivier
dc571d0101 fix: waku sync timing (#3337) 2025-03-24 08:36:19 -04:00
Simon-Pierre Vivier
cda48e25f7 fix: filter out ephemeral msg from waku sync (#3332) 2025-03-20 15:30:29 -04:00
Simon-Pierre Vivier
7dbc1fe061 fix: apply latest nph formating (#3334) 2025-03-19 11:30:47 -04:00
Ivan FB
e2329f97e5 chore: waku_peer_store add clarifying comment to addPeer proc (#3330) 2025-03-18 13:03:01 +01:00
NagyZoltanPeter
8b927b92d2 fix:lightppush v3 not returning relayed peers count (#3329)
* Fixing lightpush publish logs stated it was legacy lightpush, also fix on wrong mounted protocol check.
* Fix lightpush v3 success report did not embed relayed peer count
* Fix test that missed the case of non returning relayed peers
2025-03-18 09:36:58 +01:00
Simon-Pierre Vivier
bf1a0dc42c fix: waku sync 2.0 codecs ENR support (#3326) 2025-03-14 12:01:11 -04:00
Simon-Pierre Vivier
91e5c7bc13 chore: less logs for rendezvous (#3319)
Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
2025-03-14 08:49:06 -04:00
Darshan K
aef2a7045f chore: improve epoch monitoring (#3197) 2025-03-14 01:44:33 +05:30
Simon-Pierre Vivier
d5f18cf455 fix: waku sync mounting (#3321) 2025-03-12 08:47:49 -04:00
Ivan Folgueira Bande
324e4292ba Merge branch 'master' into release/v0.35 2025-03-11 16:33:30 +01:00
NagyZoltanPeter
05995f7ef9 Make lightpush status code better align with http codes - this helps rest api while makes no harm on protocol level (#3315) 2025-03-10 09:08:05 +01:00
Darshan K
5f1a3406d1 feat: remain windows support (#3162)
Refine process so now it's look cleaner and simple
2025-03-05 21:21:59 +05:30
NagyZoltanPeter
dcf09dd365 feat: lightpush v3 (#3279)
* Separate new lightpush protocol
New RPC defined
Rename al occurence of old lightpush to legacy lightpush, fix rest tests of lightpush
New lightpush protocol added back
Setup new lightpush protocol, mounting and rest api for it

	modified:   apps/chat2/chat2.nim
	modified:   tests/node/test_wakunode_lightpush.nim
	modified:   tests/node/test_wakunode_sharding.nim
	modified:   tests/test_peer_manager.nim
	modified:   tests/test_wakunode_lightpush.nim
	renamed:    tests/waku_lightpush/lightpush_utils.nim -> tests/waku_lightpush_legacy/lightpush_utils.nim
	renamed:    tests/waku_lightpush/test_all.nim -> tests/waku_lightpush_legacy/test_all.nim
	renamed:    tests/waku_lightpush/test_client.nim -> tests/waku_lightpush_legacy/test_client.nim
	renamed:    tests/waku_lightpush/test_ratelimit.nim -> tests/waku_lightpush_legacy/test_ratelimit.nim
	modified:   tests/wakunode_rest/test_all.nim
	renamed:    tests/wakunode_rest/test_rest_lightpush.nim -> tests/wakunode_rest/test_rest_lightpush_legacy.nim
	modified:   waku/factory/node_factory.nim
	modified:   waku/node/waku_node.nim
	modified:   waku/waku_api/rest/admin/handlers.nim
	modified:   waku/waku_api/rest/builder.nim
	new file:   waku/waku_api/rest/legacy_lightpush/client.nim
	new file:   waku/waku_api/rest/legacy_lightpush/handlers.nim
	new file:   waku/waku_api/rest/legacy_lightpush/types.nim
	modified:   waku/waku_api/rest/lightpush/client.nim
	modified:   waku/waku_api/rest/lightpush/handlers.nim
	modified:   waku/waku_api/rest/lightpush/types.nim
	modified:   waku/waku_core/codecs.nim
	modified:   waku/waku_lightpush.nim
	modified:   waku/waku_lightpush/callbacks.nim
	modified:   waku/waku_lightpush/client.nim
	modified:   waku/waku_lightpush/common.nim
	modified:   waku/waku_lightpush/protocol.nim
	modified:   waku/waku_lightpush/rpc.nim
	modified:   waku/waku_lightpush/rpc_codec.nim
	modified:   waku/waku_lightpush/self_req_handler.nim
	new file:   waku/waku_lightpush_legacy.nim
	renamed:    waku/waku_lightpush/README.md -> waku/waku_lightpush_legacy/README.md
	new file:   waku/waku_lightpush_legacy/callbacks.nim
	new file:   waku/waku_lightpush_legacy/client.nim
	new file:   waku/waku_lightpush_legacy/common.nim
	new file:   waku/waku_lightpush_legacy/protocol.nim
	new file:   waku/waku_lightpush_legacy/protocol_metrics.nim
	new file:   waku/waku_lightpush_legacy/rpc.nim
	new file:   waku/waku_lightpush_legacy/rpc_codec.nim
	new file:   waku/waku_lightpush_legacy/self_req_handler.nim

Adapt to non-invasive libp2p observers

cherry pick latest lightpush (v1) changes into legacy lightpush code after rebase to latest master

Fix vendor dependencies from origin/master after failed rebase of them

Adjust examples, test to new lightpush - keep using of legacy

Fixup error code mappings

Fix REST admin interface with distinct legacy and new lightpush

Fix lightpush v2 tests

* Utilize new publishEx interface of pubsub libp2p

* Adapt to latest libp2p pubslih design changes. publish returns an outcome as Result error.

* Fix review findings

* Fix tests, re-added lost one

* Fix rebase

* Apply suggestions from code review

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>

* Addressing review comments

* Fix incentivization tests

* Fix build failed on libwaku

* Change new lightpush endpoint version to 3 instead of 2. Noticed that old and new lightpush metrics can cause trouble in monitoring dashboards so decided to give new name as v3 for the new lightpush metrics and change legacy ones back - temporarly till old lightpush will be decommissioned

* Fixing flaky test with rate limit timing

* Fixing logscope of lightpush and legacy lightpush

---------

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2025-03-05 12:07:56 +01:00
Ivan FB
2bb1349162 chore: better implementation to properly convert database query metrics (#3314) 2025-03-04 19:16:08 +01:00