Changes between Version 2 and Version 3 of Ticket #4037


Ignore:
Timestamp:
2023-07-05T14:17:22Z (17 months ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4037 – Description

    v2 v3  
    1 1. The client doesn't do I2P queries.
    2 2. Once #4038 is merged, the server will not generate I2P nurls, given the lack of client support. In this ticket, we should restore I2P nurl generation.
     11. The client doesn't do I2P queries. See `_create_agent()` in `http_client.py`.
     22. The server does not generate I2P nurls, given the lack of client support. See `add_storage_server()` in `protocol_switch.py`.
    33
    44Blocked on #4025.