File tree
5 files changed
+10
-13
lines changed- src
- chat_sdk/delivery
- vendor
5 files changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
| |||
- .github/pull_request_template.md+2-20
- .github/workflows/pr-lint.yml-42
- CHANGELOG.md+101
- Dockerfile+7-5
- Makefile+11-9
- apps/chat2/chat2.nim+1-1
- apps/chat2/config_chat2.nim+4-3
- apps/liteprotocoltester/Dockerfile.liteprotocoltester.compile+2-2
- apps/networkmonitor/networkmonitor.nim+3-3
- apps/wakucanary/wakucanary.nim+1-1
- ci/Jenkinsfile.lpt+1
- ci/Jenkinsfile.prs+1
- ci/Jenkinsfile.release+1
- docker/binaries/Dockerfile.bn.amd64+1-4
- docs/operators/how-to/configure-dns-disc.md-3
- docs/tutorial/dns-disc.md+2-4
- docs/tutorial/heaptrack.md+28-6
- docs/tutorial/nim.2.2.4_heaptracker_addon.patch+44
- examples/filter_subscriber.nim+3-1
- examples/lightpush_publisher.nim+3-1
- metrics/waku-fleet-dashboard.json+10-10
- metrics/waku-grafana-dashboard.json-1.0k
- metrics/waku-single-node-dashboard.json+3.5k-1.5k
- nix/shell.nix+1-4
- tests/factory/test_external_config.nim+140
- tests/node/peer_manager/test_peer_manager.nim+12-6
- tests/node/test_wakunode_peer_exchange.nim+4-3
- tests/test_peer_manager.nim+20-11
- tests/waku_peer_exchange/test_protocol.nim+19-17
- tests/waku_peer_exchange/utils.nim+3-1
- tests/wakunode_rest/test_rest_admin.nim+4-3
- vendor/nim-web3+1-1
- waku.nimble+26-9
- waku/README.md+1-3
- waku/common/callbacks.nim+1
- waku/discovery/waku_discv5.nim+17-3
- waku/discovery/waku_dnsdisc.nim+3-3
- waku/factory/conf_builder/waku_conf_builder.nim+3-1
- waku/factory/external_config.nim+4-1
- waku/factory/node_factory.nim+13-3
- waku/factory/waku.nim+7
- waku/factory/waku_conf.nim+4-4
- waku/node/health_monitor/node_health_monitor.nim+5-2
- waku/node/peer_manager/peer_manager.nim+28-21
- waku/node/waku_node.nim+43-15
- waku/waku_api/rest/admin/handlers.nim+1-1
- waku/waku_archive/archive.nim+5
- waku/waku_archive/archive_metrics.nim+3-2
- waku/waku_archive/driver/postgres_driver/postgres_driver.nim+4-1
- waku/waku_archive_legacy/archive_metrics.nim+1-2
- waku/waku_core/topics/sharding.nim+1-2
- waku/waku_filter_v2/protocol_metrics.nim+2-2
- waku/waku_lightpush/protocol_metrics.nim+2-2
- waku/waku_lightpush_legacy/protocol_metrics.nim+2-2
- waku/waku_metadata/protocol.nim+14-55
- waku/waku_peer_exchange.nim+2-2
- waku/waku_peer_exchange/client.nim+102
- waku/waku_peer_exchange/common.nim+21
- waku/waku_peer_exchange/protocol.nim+11-118
- waku/waku_relay/protocol.nim+38-6
- waku/waku_rln_relay/group_manager/on_chain/group_manager.nim+106-174
- waku/waku_rln_relay/group_manager/on_chain/rpc_wrapper.nim+101
- waku/waku_rln_relay/protocol_metrics.nim+2-1
- waku/waku_store/client.nim+13-1
- waku/waku_store/protocol_metrics.nim+14-2
- waku/waku_store_legacy/protocol_metrics.nim+3-2
- waku/waku_store_sync/transfer.nim+1
0 commit comments