Jonathan Moody
Jonathan Moody
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3091644759/jobs/5001968859 https://github.com/moodyjon/lbry-sdk/actions/runs/3094977177/jobs/5008919367
Recently happened across this bit of code: https://github.com/lbryio/lbry-sdk/blob/f7455600cc03918de0221198053a9246cd69a9e3/lbry/utils.py#L374 It's being used to identify KademliaPeer objects with an invalid IP: https://github.com/lbryio/lbry-sdk/blob/f7455600cc03918de0221198053a9246cd69a9e3/lbry/dht/peer.py#L179 Some attempt is being made to exclude CGNAT addresses, but...
Currently working around this with local edits: ``` (lbry-venv-3.9) swdev1@Jonathans-Mac-mini lbry-sdk % git diff diff --git a/lbry/extras/daemon/components.py b/lbry/extras/daemon/components.py index 33deccee9..0a005b068 100644 --- a/lbry/extras/daemon/components.py +++ b/lbry/extras/daemon/components.py @@ -28,7 +28,10 @@ from...
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3090413234/jobs/4999177142 https://github.com/moodyjon/lbry-sdk/actions/runs/3090620924/jobs/4999656754
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3099633718/jobs/5019008241
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3062364236/jobs/4943257751 https://github.com/moodyjon/lbry-sdk/actions/runs/3062813736/jobs/4944202926
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3082987938/jobs/4983363606 https://github.com/moodyjon/lbry-sdk/actions/runs/3082990425/jobs/4983369899
Another, but in test_reorg_drop_claim: https://github.com/moodyjon/lbry-sdk/actions/runs/3091793824/jobs/5002310236
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3102674973/jobs/5025214220 https://github.com/moodyjon/lbry-sdk/actions/runs/3102675530/jobs/5025215766
Another: https://github.com/moodyjon/lbry-sdk/actions/runs/3040633979/jobs/4896909954