Commit 17a0ad8
committed
feat: add NodeQuery, SubscriptionInfo, and NetworkDebugInfo APIs
- Add NodeQuery enum with ConnectedPeers and SubscriptionInfo variants
- Add SubscriptionInfo struct for tracking subscriptions
- Add NetworkDebugInfo struct for network debugging
- Update QueryResponse enum to include NetworkDebug variant
- These APIs were present in 0.1.7 but missing from main branch
- Required by freenet-core for network debugging functionality1 parent 8f99527 commit 17a0ad8
2 files changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| |||
716 | 723 | | |
717 | 724 | | |
718 | 725 | | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
719 | 739 | | |
720 | 740 | | |
721 | 741 | | |
| 742 | + | |
722 | 743 | | |
723 | 744 | | |
724 | 745 | | |
| |||
0 commit comments