chia-blockchain/chia/server
dustinface b90d91d46b
server: Don't pass the host to WSChiaConnection (#14152)
Use the one from the connection data like we do it with the port. The
result there is slightly different since its resolved so `localhost`
becomes an IP in `peer_info` but i anyway will open a PR soon to
transition from `str` to `IPAddress` in there.
2023-05-09 15:58:20 -05:00
..
__init__.py
address_manager_sqlite_store.py isort: Remove all chia.server exceptions and sort the related files (#13994) 2022-11-23 13:01:29 -06:00
address_manager_store.py isort: Remove all chia.server exceptions and sort the related files (#13994) 2022-11-23 13:01:29 -06:00
address_manager.py types: Use IPAddress instead of str in PeerInfo (#14167) 2023-02-22 12:03:41 -06:00
capabilities.py server: Try to convert in known_active_capabilities (#15046) 2023-04-18 11:28:00 -05:00
chia_policy.py remove diagnostic assert 2023-02-14 23:16:53 +01:00
introducer_peers.py server: Drop redundant VettedPeer.__init__ (#14123) 2022-12-13 09:52:21 -06:00
node_discovery.py util: Async DNS lookups (#14999) 2023-04-28 13:37:28 -05:00
outbound_message.py server: Drop some unused code (#13867) 2022-11-08 18:04:56 -06:00
peer_store_resolver.py server: Enable and fix mypy for all chia.server files (#13990) 2022-11-28 18:00:45 -06:00
rate_limit_numbers.py add rate limits numbers to none response type (#14184) 2023-01-12 03:42:55 -06:00
rate_limits.py remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
server.py server: Don't pass the host to WSChiaConnection (#14152) 2023-05-09 15:58:20 -05:00
ssl_context.py server: Enable and fix mypy for all chia.server files (#13990) 2022-11-28 18:00:45 -06:00
start_data_layer.py Dl plugin service (#14883) 2023-04-12 11:33:41 -06:00
start_farmer.py server: Rework config peer resolving and connection handling (#14997) 2023-04-14 15:22:24 -06:00
start_full_node.py Softfork2 testing (#15204) 2023-05-04 16:14:15 -05:00
start_harvester.py server: Rework config peer resolving and connection handling (#14997) 2023-04-14 15:22:24 -06:00
start_introducer.py remove unused Service(server_listen_ports=) parameter 2023-03-28 13:55:44 -04:00
start_service.py util: Async DNS lookups (#14999) 2023-04-28 13:37:28 -05:00
start_timelord.py server: Rework config peer resolving and connection handling (#14997) 2023-04-14 15:22:24 -06:00
start_wallet.py server: Rework config peer resolving and connection handling (#14997) 2023-04-14 15:22:24 -06:00
upnp.py Refactor away from post init for UPnP (#11837) 2022-09-26 11:19:33 -05:00
ws_connection.py server: Don't pass the host to WSChiaConnection (#14152) 2023-05-09 15:58:20 -05:00