You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.7.2] - 2026-08-23
Added
net-pathsplit by @pjperez (#3): measures the
network distance to the real upstream provider behind a router, using two
deliberately rejected calls so neither reaches a GPU. Timing and edge
location stay out of the compared value, so the probe cannot create a false
match or publish a visitor's location.
CONTRIBUTORS.md, and credit for contributors in the README.
Fixed
net-genrecord by @pjperez (#2): the probe
could never return a record. It asked for a path that repeated /api/v1,
and it did not wait for the router's ledger, which is written a few seconds
after the call. It now returns real records, for example DeepInfra · global · stop, exits early on endpoints that have no ledger,
and has a time limit.