Files
chia-blockchain/.cursor/rules/context-networking.mdc
T
Almog De PazandGitHub 79008d11d5 context for moduls and testing for cursor to use automatically (#20572)
* context fo cursor

* pass with docs refrence, fix line counts and some more and minor fixes

* lint

* pr comments

* fixes
2026-05-01 14:02:08 -05:00

15 lines
498 B
Plaintext

---
description: Auto-attach networking context when working in server/protocol code
globs:
- chia/server/**
- chia/protocols/**
---
# Networking Context Available
Deep context for this subsystem exists at `.cursor/context/networking.md`.
Read it before exploring code — it documents `WSChiaConnection`, rate limiting
(per-type and aggregate), the protocol state machine, `ApiProtocol`/`@request`
decorator, connection limits, peer discovery, and the handshake/capability
negotiation flow.