chia-blockchain/chia
Andrew Martin e43278d200
implements cli options for node count settings (#3943)
* implements cli options for node count settings

* resolve flake8 error in what appears to be the house style for line-too-long function defs

* Create configure.py

`pip install black`
or online https://black.readthedocs.io/en/stable/getting_started.html#try-it-out-online

* Actually black within the repo configuration for black

* Modify defaults to 8 and 80

Co-authored-by: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2021-05-29 13:18:05 -07:00
..
cmds implements cli options for node count settings (#3943) 2021-05-29 13:18:05 -07:00
consensus Fix header_hash variable in case begin_transaction() throws (#6178) 2021-05-28 13:33:08 -07:00
daemon Support -f and -p options for plot creation via daemon API (#5209) 2021-05-24 21:59:39 -07:00
farmer Ms.spikes4 (Fix duplicate signage points) (#4844) 2021-05-16 11:33:47 -07:00
full_node Fix header_hash variable in case begin_transaction() throws (#6178) 2021-05-28 13:33:08 -07:00
harvester Update harvester_api.py (#5185) 2021-05-24 11:59:34 -07:00
introducer add all none's (#4503) 2021-05-10 22:05:45 -07:00
plotting Changed 'not checking subdirectory' message from info to debug. (#6058) 2021-05-26 12:56:19 -07:00
protocols Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
rpc rpc code simplifications (#6059) 2021-05-26 11:15:26 -07:00
server Cleanup shutdown (#6011) 2021-05-26 12:18:12 -07:00
simulator Speedup normal sync and wallet sync (#5590) 2021-05-20 10:42:22 -07:00
ssl mozilla typo fixes (#5303) 2021-05-24 11:52:37 -07:00
timelord Add more types (#3441) 2021-05-12 15:32:21 -07:00
types make the serialization of Coin follow the normal protocol of implementing stream() (#4074) 2021-05-12 10:40:26 -07:00
util bytes formatting simplify (#6021) 2021-05-26 11:11:44 -07:00
wallet add profiler to wallet process (#6019) 2021-05-26 11:01:17 -07:00
__init__.py `git mv src chia` 2021-04-04 21:41:39 -07:00
pyinstaller.spec Simplify `pyinstaller.spec`. Solve `daemon/chia` name collision. 2021-04-06 13:29:41 -07:00