summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_imports_resolve.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(node): Peers tab answered 500 after the webrtc splitChristophe Besson31 hours1-0/+38
/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>