darshankabariya
da366bf511
chore: call trackRoot after registration
2025-04-25 19:04:34 +05:30
darshankabariya
385e8a0539
chore: call trackRoot
2025-04-25 19:04:34 +05:30
darshankabariya
725ba6efa9
chore: update metrix location
2025-04-25 19:04:34 +05:30
darshankabariya
4e31c3aa48
chore: make it little endian
2025-04-25 19:04:34 +05:30
darshankabariya
e8c3394fee
chore: simplify registration
2025-04-25 19:04:34 +05:30
darshankabariya
24309c6dde
chore: tracing roots and cache merkle elements
2025-04-25 19:04:33 +05:30
darshankabariya
b97db5e145
chore: remove inconsistancy
2025-04-25 19:04:33 +05:30
darshankabariya
b91b0d6e47
chore: blocked test temprary
2025-04-25 19:04:33 +05:30
darshankabariya
ae8936f914
feat: update test
2025-04-25 19:04:33 +05:30
darshankabariya
83bf0e98ae
feat: update test
2025-04-25 19:04:33 +05:30
darshankabariya
aef39338d3
feat: make clean
2025-04-25 19:04:32 +05:30
darshankabariya
1f6897eb18
feat: comment out older onchain GM put it new GM
2025-04-25 19:04:32 +05:30
darshankabariya
cf80eb4bec
feat: upgrade validate Root
2025-04-25 19:04:32 +05:30
darshankabariya
ff3f84c34a
feat: deprecated sync
2025-04-25 19:04:32 +05:30
darshankabariya
026a5c6209
feat: verify proof
2025-04-25 19:04:32 +05:30
darshankabariya
2080728b87
feat: update witness serialization
2025-04-25 19:04:32 +05:30
darshankabariya
f95a280257
feat: no need to indexing of sync strategy
2025-04-25 19:04:32 +05:30
darshankabariya
1a5f58ed74
feat: update
2025-04-25 19:04:31 +05:30
darshankabariya
f22da1d36a
feat: isolate generateProof fuction till confidence
2025-04-25 19:04:31 +05:30
darshankabariya
59443db6d9
feat: type mismatch improvement
2025-04-25 19:04:31 +05:30
darshankabariya
2a6e76747e
feat: better location
2025-04-25 19:04:31 +05:30
darshankabariya
79e344f17e
feat: handle events
2025-04-25 19:04:31 +05:30
darshankabariya
2fc37e0d26
feat: frame into rateLimitProof
2025-04-25 19:04:30 +05:30
darshankabariya
245def698d
feat: initial commit for deprecate sync strategy
2025-04-25 19:04:26 +05:30
Ivan FB
2d6e5ef9ad
chore: rln_relay simplify code a little ( #3392 )
2025-04-25 14:52:37 +02:00
Simon-Pierre Vivier
0c63ce4e9b
feat: refactor waku sync DOS protection ( #3391 )
2025-04-24 09:07:21 -04:00
NagyZoltanPeter
8394c15a1a
fix: bad HttpCode conversion, add missing lightpush v3 rest api tests ( #3389 )
...
* Fix bad HttpCode conversion, add missing lightpush v3 rest api tests
2025-04-24 08:36:30 +02:00
NagyZoltanPeter
ab8a30d3d6
chore: extended /admin/v1 RESP API with different option to look at current connected/relay/mesh state of the node ( #3382 )
...
* Extended /admin/v1 RESP API with different option to look at current connected/relay/mesh state of the node
* Added score information for peer info retrievals
2025-04-24 08:36:02 +02:00
Simon-Pierre Vivier
0304f063b8
waku sync cached message metric ( #3387 )
2025-04-23 08:26:34 -04:00
Simon-Pierre Vivier
2f49aae2b7
feat: Waku Sync dashboard new panel & update ( #3379 )
2025-04-22 08:37:11 -04:00
Ivan FB
5ae526ce4f
chore: Timestamp now in publish ( #3373 )
...
* Ensure timestamp is always set in WakuMessage when publishing
2025-04-17 13:03:56 +02:00
NagyZoltanPeter
2786ef6079
chore: update lite-protocol-tester for handling shard argument. ( #3371 )
...
* chore: replace pubsub topic with shard configuration across the lite protocol tester
* chore: enhance protocol performance - response time - metrics
* fix filter-client double mounting possibility.
2025-04-16 17:04:52 +02:00
Simon-Pierre Vivier
7c59f7c257
feat: enhance Waku Sync logs and metrics ( #3370 )
2025-04-16 09:24:05 -04:00
Miran
ed0474ade3
chore: fix unused and deprecated imports ( #3368 )
2025-04-11 18:20:23 +03:00
Ivan FB
75b8838fbf
chore: retrieve protocols in new added peer from discv5 ( #3354 )
...
* add new unit test to validate that any peer can be retrieved
* add new discv5 test and better peer store management
* wakuPeerStore -> switch.peerStore
* simplify waku_peer_store, better logs and peer_manager enhancements
2025-04-07 12:24:03 +02:00
Ivan FB
b1344bb3b1
chore: better keystore management ( #3358 )
2025-04-04 19:19:38 +02:00
Ivan FB
06562d7a56
Merge pull request #3347 from waku-org/release/v0.35
...
Patch release v0.35.1
2025-04-04 12:23:20 +02:00
gabrielmer
6d3c758540
feat: waku_relay_get_peers_in_mesh to libwaku ( #3352 )
2025-04-03 15:13:10 +03:00
gabrielmer
8b443edd98
feat: add waku_relay_get_connected_peers to libwaku ( #3353 )
2025-04-03 14:27:27 +03:00
fryorcraken
00808c9495
chore!: remove pubsub topics arguments ( #3350 )
...
Use `--shards` instead.
2025-04-03 21:11:18 +11:00
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
Ivan Folgueira Bande
9a14446e32
setting correct contract address recommeded by Tanya
2025-03-31 09:18:14 +02:00
stubbsta
8397d45f51
Update all references to RLN contract address
2025-03-30 13:34:21 +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