aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_api_peers.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(node): Peers tab answered 500 after the webrtc splitChristophe Besson30 hours1-0/+31
/api/peers imported _get_remote_ip, inside the function, from webrtc_server, which no longer has it. A test now resolves every meshbay import in the node's source, function bodies included. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>