* Bump aiohttp to 3.14.0 Require the aiohttp release that fixes false websocket heartbeat timeouts while receiving slow large frames. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix aiohttp websocket typing Set explicit text decoding on websocket clients so aiohttp 3.14 keeps the existing decoded-message type contract. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix aiohttp typing on Python 3.10 Centralize the decoded websocket type narrowing so aiohttp 3.14 type checks consistently across supported Python versions. Co-authored-by: Cursor <cursoragent@cursor.com> * Widen aiohttp websocket type boundary Let Chia accept aiohttp websocket responses with either text-decoding mode instead of relying on a post-hoc narrowing helper. Co-authored-by: Cursor <cursoragent@cursor.com> * Document aiohttp typing cleanup Note that the widened websocket type boundary can be revisited after Python 3.10 support is dropped. Co-authored-by: Cursor <cursoragent@cursor.com> * Test slow websocket frame heartbeat Cover the aiohttp 3.14 heartbeat reset behavior that keeps large frames alive while bytes continue arriving slowly. Co-authored-by: Cursor <cursoragent@cursor.com> * Assert slow frame exceeds heartbeat window Make the aiohttp websocket regression test prove its throttled frame crosses the heartbeat timeout boundary. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix server test import order Apply the ruff import ordering fix for the aiohttp websocket regression test. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
chia-blockchain
| Releases | Repo Stats | Socials |
|---|---|---|
Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:
- Proof of space and time based consensus which allows anyone to farm with commodity hardware
- Very easy to use full node and farmer GUI and cli (thousands of nodes active on mainnet)
- Chia seeder, which maintains a list of reliable nodes within the Chia network via a built-in DNS server.
- Simplified UTXO based transaction model, with small on-chain state
- Lisp-style Turing-complete functional programming language for money related use cases
- BLS keys and aggregate signatures (only one signature per block)
- Pooling protocol that allows farmers to have control of making blocks
- Support for light clients with fast, objective syncing
- A growing community of farmers and developers around the world
Please check out the Chia website, the Intro to Chia, and FAQ for information on this project.
Python 3.10+ is required. Make sure your default python version is >=3.10 by typing python3.
If you are behind a NAT, it can be difficult for peers outside your subnet to reach you when they start up. You can enable UPnP on your router or add a NAT (for IPv4 but not IPv6) and firewall rules to allow TCP port 8444 access to your peer. These methods tend to be router make/model specific.
Most users should only install harvesters, farmers, plotter, full nodes, and wallets. Setting up a seeder is best left to more advanced users. Building Timelords and VDFs is for sophisticated users, in most environments. Chia Network and additional volunteers are running sufficient Timelords for consensus.
Installing
Install instructions are available in the Installation Details section of the Chia Docs.
Running
Once installed, an Intro to Chia guide is available in the Chia Docs.