Kyle Altendorf
Kyle Altendorf
Draft for: - [x] This is presently an experiment with the [reusable workflows feature](https://docs.github.com/en/actions/using-workflows/reusing-workflows). - [ ] How does this affect IPS automation?
Draft for: - [x] Windows type hinting issues are being addressed in https://github.com/Chia-Network/chia-blockchain/pull/12287
Quick follows: - [ ] make the compiler always write with a singling trailing EOL - [ ] make the compiler always use `\n` for all EOL - [ ]...
Draft for: - [ ] Discussion around the change
The following seems a bit loud for a websocket timeout. ``` Aug 07 10:40:18 fullnode chia_full_node[2092772]: 2022-08-07T10:40:18.083 full_node full_node_server : ERROR Exception: [Errno 110] Connection timed out with 117.91.173.109 Aug...
Presently we have to get zstd wheels from our own https://pypi.chia.net/simple/ instead of official PyPI. It would be nice to get away from needing our own repo for the three...
https://github.com/pre-commit/action/compare/v2.0.3..v3.0.0
I started looking around this due to the example exception in https://github.com/Chia-Network/chia-blockchain/pull/12459. Anyways, `.response_dict` was hinted with `Any` for values which caused the hinting in `._get()` to be roughly disabled...
Devs should continue to use the `install.sh` / `Install.ps1` scripts for convenience. These scripts do the following: Download and install `poetry` into `.penv` Setup a chia-blockchain specific `.venv` Create a...