Changes between Version 2 and Version 3 of Ticket #4037
- Timestamp:
- 2023-07-05T14:17:22Z (17 months ago)
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.1 1. The client doesn't do I2P queries. See `_create_agent()` in `http_client.py`. 2 2. The server does not generate I2P nurls, given the lack of client support. See `add_storage_server()` in `protocol_switch.py`. 3 3 4 4 Blocked on #4025.