Commit Graph

  • a05971b533
    Revert "test: copy go sum from PR1091" Roman 2024-05-03 19:37:16 +0800
  • 3a1a7e6c93
    test: copy go sum from PR1091 Roman 2024-05-03 19:29:42 +0800
  • 1afb587c15
    test: copy go mod from PR1091 Roman 2024-05-03 19:27:09 +0800
  • 6a72e6d83c
    test: ci test - try without mac os Roman 2024-05-03 19:11:11 +0800
  • 77f6917f67
    test: ci test Roman 2024-05-03 18:59:13 +0800
  • 2d0af55447
    chore: fix test to use same shard Prem Chaitanya Prathi 2024-05-03 15:29:29 +0530
  • dd960ef93d
    fix: align clusterID with valid pubsub topics Roman 2024-05-03 14:41:28 +0800
  • 2b5da59814
    chore: run nwaku as github action Richard Ramos 2024-04-26 09:18:38 -0400
  • 093ea363a6
    fix: added comment and improved readability - TestWakuLightPushWithStaticSharding Roman 2024-05-02 19:18:29 +0800
  • fa01d17367
    fix: returned node2 to support lightpush and relay Roman 2024-05-02 19:02:27 +0800
  • 73a90e085c
    fix: change node2 to lightpush receiver Roman 2024-05-02 17:30:38 +0800
  • 12a8923d62
    fix: start s2 store with different sharded topic Roman 2024-05-02 15:23:33 +0800
  • 7404bb416f
    fix: keep same cluster ID for topics - TestStaticSharding Roman 2024-05-02 10:25:47 +0800
  • 78b1da716b
    chore: rename storev2 to legacy_store Richard Ramos 2024-04-25 21:43:53 -0400
  • 0160eeea6b
    feat(storev3): unit tests Richard Ramos 2024-04-25 10:44:19 -0400
  • 8c2bc55640
    refactor: introduce `MessageHash` and implement StoreV3 API Richard Ramos 2024-02-28 14:17:07 -0400
  • 5f28e7b2c6
    feat: added filter and message hash criteria Richard Ramos 2024-02-07 17:23:03 -0400
  • da50420096
    feat: storeV3 client Richard Ramos 2024-02-07 16:35:55 -0400
  • 2efaf06204
    chore: run nwaku as github action Richard Ramos 2024-04-26 09:18:38 -0400
  • 194bd7fb24 Remove locks/waitgroups Vitaly Vlasov 2024-04-26 12:31:04 +0300
  • 368744857a
    chore: rename storev2 to legacy_store Richard Ramos 2024-04-25 21:43:53 -0400
  • 29c018436c
    feat(storev3): unit tests Richard Ramos 2024-04-25 10:44:19 -0400
  • 590e4ffa4d
    fix: revert test to desired form and mark it flaky Roman 2024-04-23 10:33:09 +0800
  • adaace39b5
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-04-22 10:52:50 +0800
  • 99e3f334cd
    fix: add timeout param to WaitForTimeout and WaitForMsg - clarify intent for using different shardIDs - use clusterID other than 0 - to test unsubscribed topic Roman 2024-04-22 10:47:13 +0800
  • d57c9a3cf7 More logs Vitaly Vlasov 2024-04-19 15:40:45 +0300
  • 7a908f5950 Test updates Vitaly Vlasov 2024-04-19 12:35:57 +0300
  • 5d9fb91747 Add Makefile targets for filter tests Vitaly Vlasov 2024-04-19 12:35:34 +0300
  • 8805f6cc45
    chore: rename `GOBIN` as `GOCMD` (#1092) Sönmez Kartal 2024-04-18 16:30:15 +0300
  • c103ac06d3
    Merge branch 'master' into makefile/gocmd richΛrd 2024-04-18 08:39:38 -0400
  • 46e48044da
    fix: watchMultiaddressChanges (#1093) frank 2024-04-18 19:21:31 +0800
  • d65b7b43f3
    fix: watchMultiaddressChanges frank 2024-04-18 11:15:26 +0800
  • 2acf5db2e1
    chore: rename `GOBIN` as `GOCMD` Sönmez Kartal 2024-04-17 18:42:31 +0300
  • ea3f9d8d9d
    fix(rest/store): allow local queries (#1088) richΛrd 2024-04-17 08:54:17 -0400
  • 42b4c226e3
    Merge branch 'master' into rest-localquery richΛrd 2024-04-17 08:21:54 -0400
  • 67bbbaf60d
    fix: logout discover dead lock (#1090) frank 2024-04-16 21:02:52 +0800
  • cdd3ed3e0c
    fix:deadlock between CommonDiscoveryService.Stop and CommonDiscoveryService.PushToChan frank 2024-03-01 11:43:57 +0800
  • 6cdf4220f0
    fix(rest/store): allow local queries Richard Ramos 2024-04-15 11:09:47 -0400
  • 46b4efec56
    fix: validate lightpush requests (#1082) richΛrd 2024-04-15 09:36:18 -0400
  • 65970015e5
    Merge branch 'master' into rest/validate-lp-request richΛrd 2024-04-15 09:18:45 -0400
  • 714a310462
    fix(lightpush): no response on err (#1083) richΛrd 2024-04-15 08:56:03 -0400
  • 179244e169
    Merge branch 'master' into rest/validate-lp-request richΛrd 2024-04-15 08:55:50 -0400
  • 566edc280c
    Merge branch 'master' into fix-lightpush-err richΛrd 2024-04-15 08:33:33 -0400
  • 0260cfe954
    fix(peer-manager): discovering peers should not lock the peer manager (#1084) richΛrd 2024-04-15 08:33:23 -0400
  • 8d7e31bde9
    test: reduce number of topics to one Roman 2024-04-15 14:27:21 +0800
  • ea59f76da7
    fix:deadlock between CommonDiscoveryService.Stop and CommonDiscoveryService.PushToChan frank 2024-03-01 11:43:57 +0800
  • b562771c69
    test: log peerstore content before subscribing to topics Roman 2024-04-11 10:10:17 +0800
  • e1210c7ce3
    fix: add IsSubscribed check Roman 2024-04-10 21:13:00 +0800
  • d27c0ed17f
    fix: missed assigment for relay2 - subscribe to both relays with a breath time Roman 2024-04-10 20:59:34 +0800
  • 891d9a9f1c
    fix: add missing error check Roman 2024-04-10 20:47:11 +0800
  • 1cd52ee6d5
    fix: add message publish to test - shorten subscription rate back to 1/10ms Roman 2024-04-10 20:41:15 +0800
  • 8c0d94f144
    fix(peer-manager): discovering peers should not lock the peer manager Richard Ramos 2024-04-10 04:35:54 -0400
  • 547f6f2869
    fix(lightpush): no response on err Richard Ramos 2024-04-09 09:59:12 -0400
  • e6e4c83100
    fix: validate lightpush requests Richard Ramos 2024-04-08 06:08:26 -0400
  • b4cd9cf5e0 LightNodeHost Vitaly Vlasov 2024-04-08 19:33:52 +0300
  • d5be82ddeb Add ConnectHosts() Vitaly Vlasov 2024-04-08 19:27:32 +0300
  • 70f2d34e82 FullNodeHost Vitaly Vlasov 2024-04-08 19:22:14 +0300
  • b932c9688a Renames Vitaly Vlasov 2024-04-08 18:22:05 +0300
  • 6b7f1a02ed Ref waitForMessages() Vitaly Vlasov 2024-04-08 17:28:04 +0300
  • 8efec1ef71
    fix: reset subscriptions back to 1 per 100ms Roman 2024-04-08 19:08:52 +0800
  • 5de4bfac4b
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-04-08 18:59:52 +0800
  • 3f69fb3776
    fix: remove max number of shards verif (#1081) richΛrd 2024-04-08 06:21:43 -0400
  • 67acf8158b
    Merge branch 'master' into shard-length richΛrd 2024-04-08 06:13:04 -0400
  • 1a0c3af728
    fix: remove max number of shards verif Richard Ramos 2024-04-08 03:02:42 -0400
  • b6fc2cb684
    fix: remove expected shardIDs array Roman 2024-04-08 10:30:28 +0800
  • 9693bedc44
    fix: add ENR shard info comparison Roman 2024-04-08 10:24:09 +0800
  • 72be483441
    fix: change subscription to every 10ms Roman 2024-04-05 07:46:13 +0800
  • 502ff9d4e3
    fix: remove named shards Roman 2024-04-04 13:53:01 +0800
  • 873caa8aa0
    test: static sharding limits Roman 2024-04-03 19:08:30 +0800
  • c80456ddea
    test: static sharding for Relay Roman 2024-04-02 19:11:30 +0800
  • 3b571baf07
    fix: forgot to add utils.go Roman 2024-04-02 15:23:30 +0800
  • def82f2a53
    fix: reuse tests.WaitForMsg Roman 2024-04-02 15:22:38 +0800
  • 4e89a8fc7d
    fix: reuse tests.WaitForTimeout Roman 2024-04-02 15:17:31 +0800
  • 2c66e91635
    test: static sharding for Filter Roman 2024-04-02 15:10:20 +0800
  • c15768b814
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-04-01 18:45:40 +0800
  • b9e700feff
    test: static sharding for lightPush Roman 2024-04-01 18:43:22 +0800
  • e88ea3bf26 subscribe filter tests Vitaly Vlasov 2024-03-29 16:16:13 +0200
  • b6d8e95277 Embedded struct assignments Vitaly Vlasov 2024-03-29 15:51:23 +0200
  • bf9c1bc850 Get/Make changes Vitaly Vlasov 2024-03-29 15:48:08 +0200
  • 92064425be Upd Vitaly Vlasov 2024-03-28 16:41:42 +0200
  • bcc03c2ce9 fix: chat example in light mode go-1.19-20240327 kaichaosun 2024-03-28 18:13:35 +0800
  • 295b509fbf Add api/filter_test Vitaly Vlasov 2024-03-16 13:06:34 +0200
  • 03044dea6f Update api/filter Vitaly Vlasov 2024-03-16 13:05:58 +0200
  • 7b54b9846c Sub multiplexing through Filter API Vitaly Vlasov 2024-03-11 13:15:56 +0200
  • 9eed01301c lightpush with shards test kaichaosun 2024-03-28 16:22:30 +0800
  • cd8fa7e604
    fix: add cors to merkle proof endpoint merkle-service-cors Arseniy Klempner 2024-03-27 19:44:47 -0700
  • 4266513a25
    fix: add WithClusterID to see its effect Roman 2024-03-28 10:36:28 +0800
  • e29cf0d191
    fix: rest api cors proper usage (#1075) Prem Chaitanya Prathi 2024-03-28 07:34:36 +0530
  • dc4ed27c86
    test: Waku store with static sharding Roman 2024-03-27 18:13:20 +0800
  • 9072b847d9
    fix: rest api cors proper invocation Prem Chaitanya Prathi 2024-03-27 14:08:45 +0530
  • 9dfc5ccc4d feat: support multiple peer selection for filter client (#1005) Prem Chaitanya Prathi 2024-01-26 14:15:15 +0530
  • 53e0ea6ac6
    feat: enable CORS for REST API (#1067) Prem Chaitanya Prathi 2024-03-26 19:13:50 +0530
  • 8d79a6cb1c
    Merge branch 'master' into feat/enable-cors-rest Prem Chaitanya Prathi 2024-03-26 11:49:00 +0530
  • 5a76773839
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-03-26 14:16:23 +0800
  • b199b08ed6
    fix: include ephemeral flag in REST message fetch and post (#1071) Prem Chaitanya Prathi 2024-03-26 11:45:59 +0530
  • 3e82219d17
    feat: allow CORS in REST API Prem Chaitanya Prathi 2024-03-26 11:41:47 +0530
  • a68429d915
    Merge branch 'master' into fix/rest-api-ephemeral-flag Prem Chaitanya Prathi 2024-03-26 11:26:41 +0530
  • 54edf8bb45
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-03-26 08:26:10 +0800
  • 83efe65f01
    chore: discv5 tests coverage improvement (#1051) Roman Zajic 2024-03-26 08:16:49 +0800
  • 265909a2fb
    Merge branch 'master' into chore-sharding-tests-update Roman Zajic 2024-03-26 08:01:02 +0800