Commit Graph

  • 9ef832f1de
    test: RecordError for iteratorFailure Roman 2024-03-14 15:37:32 +0800
  • a52787551a
    test: discV5 with shard filter Roman 2024-03-14 15:28:53 +0800
  • e238074ba5
    fix(metadata): only verify peer metadata on relay Richard Ramos 2024-03-13 16:25:24 -0400
  • d5ef55d082
    Merge branch 'master' into chore-discv5-tests-coverage-improvement Roman Zajic 2024-03-13 20:14:23 +0800
  • cc9f732813
    test: discV5 with node capabilities filter Roman 2024-03-13 20:05:43 +0800
  • 0372719e47
    test: experiment - start event loop before subscribe Roman 2024-03-13 18:29:15 +0800
  • 32442d72ee
    Trick for dencun fork + fix path indexes merkle-proof-provider alrevuelta 2024-03-13 10:57:30 +0100
  • 6b94d07b74
    test: subscribe all hosts experiment Roman 2024-03-12 20:44:42 +0800
  • 32be835b5e
    chore(metadata): handle deprecated shards field (#1050) richΛrd 2024-03-12 08:14:25 -0400
  • c96a81bb67
    Merge branch 'master' into feat/handle-deprecated-shards-field richΛrd 2024-03-12 08:06:18 -0400
  • dfdde56fd6
    fix: add test for uniqueness to TestServiceSlot Roman 2024-03-12 19:54:28 +0800
  • d6fb227372
    Revert "fix: lower data amount used at ValidPayloads tests for filter" Roman 2024-03-12 19:35:00 +0800
  • 6b2d7435de
    fix: simplify emitTopicEvent() Roman 2024-03-12 13:08:34 +0800
  • 0659388415
    chore(metadata): handle deprecated shards field Richard Ramos 2024-03-11 10:21:22 -0400
  • e133ffba39
    fix: lower data amount used at ValidPayloads tests for filter Roman 2024-03-11 21:51:14 +0800
  • dca45021b4
    Merge branch 'master' into chore-peermanager-tests-coverage-improvement Roman Zajic 2024-03-11 21:34:38 +0800
  • bdf10a46e4
    chore: peer exchange tests coverage improvement (#1046) Roman Zajic 2024-03-11 21:33:54 +0800
  • 2e8a07a252
    fix: construct multiaddr with encapsulation - remove some commented lines Roman 2024-03-11 21:26:09 +0800
  • 726acc7caf
    test: RecordError() with Prometheus client Roman 2024-03-11 21:04:16 +0800
  • f7ac589046
    test: retrieve peers with peer manager only Roman 2024-03-11 16:17:45 +0800
  • e19d844856
    fix: add error check for pxPeerConn3.Start Roman 2024-03-11 14:21:57 +0800
  • ac28c93d10
    fix: sync test with renamed PeerExchangeRequestParameters Roman 2024-03-11 14:16:32 +0800
  • 552d45a042
    Merge branch 'master' into chore-peer-exchange-tests-coverage-improvement Roman Zajic 2024-03-11 14:11:45 +0800
  • ae0e73aa29
    Merge branch 'master' into chore-peermanager-tests-coverage-improvement Roman Zajic 2024-03-11 14:10:44 +0800
  • f0cfb6a488
    fix: items from PR review - remove unnecessary client's start - remove pm3.SetPeerConnector() - pxPeerConn3 needs to start - lower waiting time - reduce logging Roman 2024-03-11 14:07:33 +0800
  • 4d828bdf70
    feat(peer-exchange): rate limit (#1043) richΛrd 2024-03-11 00:28:14 -0400
  • 1faed8bf16
    fix: ineffectual assignment to err Roman 2024-03-09 16:21:37 +0800
  • 621b5e1f28
    fix: prevent data race at TestHandleRelayTopicSubscription Roman 2024-03-09 09:44:40 +0800
  • 7e5138be15
    fix: close event loop gracefully - TestHandleRelayTopicSubscription Roman 2024-03-08 17:03:32 +0800
  • b70a0be6ea
    fix: simplify test handle relay topic subscription Roman 2024-03-08 16:45:41 +0800
  • ba2f8b9d1e
    fix: simplify test handle peer topic event - check peers were added to topic related Wakustore - check connectedness Roman 2024-03-08 16:34:52 +0800
  • 71878e3ee7
    test: peer exchange with PM and PeerAddr - with some debug info Roman 2024-03-07 21:13:16 +0800
  • 2a58297713
    test: peer exchange options Roman 2024-03-05 21:07:43 +0800
  • 9640a8c614
    fix: subscribe to topic from all peers Roman 2024-03-05 15:20:15 +0800
  • d3acab75be
    Merge branch 'master' into chore-peermanager-tests-coverage-improvement Roman Zajic 2024-03-04 17:54:34 +0800
  • 4b6f6d2243
    fix: add IDS peers info Roman 2024-03-04 16:13:19 +0800
  • e3018482d0
    Merge branch 'master' into px-ratelimit Prem Chaitanya Prathi 2024-03-04 10:38:14 +0530
  • d4bda1255c
    chore: fix lightclient example (#1039) Prem Chaitanya Prathi 2024-03-04 10:37:58 +0530
  • f74bb4ee74
    fix: clean up TestHandlePeerTopicEvent Roman 2024-03-04 10:14:57 +0800
  • 68c52406b3
    Merge branch 'master' into fix/light-client-example Prem Chaitanya Prathi 2024-03-04 06:56:56 +0530
  • 2f7b6c6857
    test: connectedness and health after four nodes added Roman 2024-03-02 12:27:16 +0800
  • 4de04d5ad9
    fix: rename variable for remote address Roman 2024-03-02 10:45:19 +0800
  • 3aa391058a
    fix: watchMultiaddressChanges (#1045) frank 2024-03-01 11:43:57 +0800
  • f5655c7978
    fix:watchMultiaddressChanges frank 2024-02-29 21:45:07 +0800
  • 8e28eddf90
    fix: rewrite Connection Gater test with Roman 2024-02-29 19:35:37 +0800
  • 1e0deedfa7
    refactor: introduce `MessageHash` and implement StoreV3 API Richard Ramos 2024-02-28 14:17:07 -0400
  • 20760e3457
    fix: extend TestServiceSlot with more peers Roman 2024-02-26 16:37:30 +0800
  • b8b39a0194
    test: peers for topic obtained as topic.topic.ListPeers() empty Roman 2024-02-26 13:26:48 +0800
  • f14c885192
    feat(peer-exchange): rate limit Richard Ramos 2024-02-25 20:14:24 -0400
  • 8d524cd5a1
    test: change broadcaster to register ror all type Roman 2024-02-24 10:26:57 +0800
  • 0ba0f1fe26
    refactor: use ttl of 5m for subscriptions (#1041) richΛrd 2024-02-22 10:52:00 -0400
  • 905f97994d
    Merge branch 'master' into filter-ttl richΛrd 2024-02-22 10:03:05 -0400
  • 0091a52cd2
    test: try to get topic into healthy state Roman 2024-02-22 13:26:01 +0800
  • 0bdd3590f7
    chore: add artificial delay to peer-exchange (#1038) richΛrd 2024-02-21 10:11:48 -0400
  • a565bb2320
    refactor: use ttl of 5m for subscriptions Richard Ramos 2024-02-21 10:09:18 -0400
  • 6fbe631f2c
    chore: fix makefile chore/bye-rest-api Prem Chaitanya Prathi 2024-02-21 11:22:56 +0530
  • 2b43af13be
    chore: fix lightclient example Prem Chaitanya Prathi 2024-02-21 11:20:04 +0530
  • e399ea70a4
    chore: remove REST API Prem Chaitanya Prathi 2024-02-21 11:16:56 +0530
  • 9135bd1482
    chore: add artificial delay to peer-exchange Richard Ramos 2024-02-20 14:07:06 -0400
  • 9bb2c8e396
    chore: add artificial delay to peer-exchange Richard Ramos 2024-02-20 14:07:06 -0400
  • d65a836bb6
    chore: drop legacy filter support (#1037) richΛrd 2024-02-20 08:47:37 -0400
  • a911e5a32c
    test: add handle new topic unsubscription - fix package dependency cycle Roman 2024-02-20 14:11:38 +0800
  • 34b2d58ea5
    test: handle new topic subscription - restore handleNewRelayTopicSubscription original body Roman 2024-02-20 13:54:59 +0800
  • 68eff44e78
    chore: drop legacy filter support Richard Ramos 2024-02-19 12:02:56 -0400
  • 46c46989de
    chore: bindings the-graph-bindings Richard Ramos 2024-02-19 10:56:32 -0400
  • a8e8856373
    test: handleNewRelayTopicSubscription hangs Roman 2024-02-19 16:48:25 +0800
  • 69a0188dce
    test: handle new relay topic subscription Roman 2024-02-19 14:39:46 +0800
  • 4deaa68f7d
    Merge branch 'master' into chore-peermanager-tests-coverage-improvement Roman Zajic 2024-02-17 12:30:55 +0800
  • 371e35cf3b
    test: subscribe to topic event bus Roman 2024-02-16 16:39:55 +0800
  • 1fc62d9dd5
    test: connection gater Roman 2024-02-16 14:07:26 +0800
  • 57cf95cd5c
    chore: remove RPC server (#1008) richΛrd 2024-02-15 22:09:56 -0400
  • 3d4eda3449
    Merge branch 'master' into bye/rpc Prem Chaitanya Prathi 2024-02-16 07:33:27 +0530
  • 8e95f75a38
    chore(ci): drop build discord noficiation Jakub Sokołowski 2024-02-14 16:33:44 +0100
  • 75a2aee295
    chore: upgrade CI from Nix 2.14 to 2.19 Jakub Sokołowski 2024-02-13 19:48:50 +0100
  • 706e32cabd
    fix: gc peer information Richard Ramos 2024-02-12 14:24:34 -0400
  • 1562b5a3ec
    chore: update go-discover Richard Ramos 2024-02-12 11:46:06 -0400
  • 5e78f77643
    fix: gc peer information chore/go-discover Richard Ramos 2024-02-12 14:24:34 -0400
  • 0e388b8599
    chore: update go-discover Richard Ramos 2024-02-12 11:46:06 -0400
  • e59b1dd2f0
    feat: previous pings are stored in a ttl map feat/pings-ttl-map Vitaly Vlasov 2024-02-12 13:11:25 +0200
  • 4f232c40ca
    feat: topic health reporting (#1027) Prem Chaitanya Prathi 2024-02-08 15:24:58 +0530
  • 75d28d610b
    chore:fix test Prem Chaitanya Prathi 2024-02-08 14:56:38 +0530
  • ea7ab10cb2
    chore:address review comments Prem Chaitanya Prathi 2024-02-08 12:18:16 +0530
  • b47f86c054
    chore: use gossipsubDMin Prem Chaitanya Prathi 2024-02-08 11:47:32 +0530
  • b0c0e87622
    feat: added filter and message hash criteria Richard Ramos 2024-02-07 17:23:03 -0400
  • d4dbc04db9
    feat: storeV3 client Richard Ramos 2024-02-07 16:35:55 -0400
  • b3f758f0cd
    Merge branch 'master' into fix/connection-status richΛrd 2024-02-07 14:46:59 -0400
  • 6fb913069e
    chore: add unit tests and some changes so the tests work Prem Chaitanya Prathi 2024-02-07 17:28:51 +0530
  • 7a4eb842a4
    chore: cleanup old connStatus code Prem Chaitanya Prathi 2024-02-07 16:32:45 +0530
  • fd503d9ca6
    feat: provide config option to specify channel to receive topic health notifications Prem Chaitanya Prathi 2024-02-07 15:09:30 +0530
  • cf33468bf7
    chore: fix lint error Prem Chaitanya Prathi 2024-02-06 16:43:59 +0530
  • 20602dd455
    feat: store gossipscores in peer store and use them to determine health of pubsubtopic Prem Chaitanya Prathi 2024-02-06 16:30:19 +0530
  • 52989ca264
    feat: modify relay to consider topic healthy if 4 peers are connected Prem Chaitanya Prathi 2024-02-06 15:49:16 +0530
  • c09bd8383b
    chore: add rate limiter option to lightpush (#1024) richΛrd 2024-02-05 08:53:15 -0400
  • a749b7339a
    Merge branch 'master' into chore/rate-limit Prem Chaitanya Prathi 2024-02-05 11:11:26 +0530
  • 2e7a82e130
    feat: peer exchange filter by shard (#1026) Prem Chaitanya Prathi 2024-02-02 18:47:09 +0530
  • 0cddd7ac05
    chore: add test to validate shard based filtering Prem Chaitanya Prathi 2024-02-02 17:20:15 +0530
  • 83e400396b
    feat: add support to fetch peers filtered by shard using peer-exchange Prem Chaitanya Prathi 2024-02-02 16:45:22 +0530
  • 0418f4821a
    feat: add support for multiple public keys per topic Richard Ramos 2024-02-01 14:30:53 -0400
  • 669a9658c5
    chore: add rate limiter option to lightpush Richard Ramos 2024-02-01 11:33:31 -0400
  • 0199ce3a02
    Merge branch 'master' into fix/connection-status Prem Chaitanya Prathi 2024-02-01 15:38:16 +0530