chia-blockchain/chia/cmds
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
..
__init__.py `git mv src chia` 2021-04-04 21:41:39 -07:00
chia.py `git mv src chia` 2021-04-04 21:41:39 -07:00
configure.py implements cli options for node count settings (#3943) 2021-05-29 13:18:05 -07:00
farm.py Revert "sets up wallet before running farm summary (#3235)" (#5546) 2021-05-19 12:05:12 -07:00
farm_funcs.py Add format_bytes(bytes:) function to convert bytes to human readable string. (#5449) 2021-05-24 22:14:29 -07:00
init.py quick fix to update out-of-date CLI reference to close issue 4397 (#4538) 2021-05-12 15:24:55 -07:00
init_funcs.py call core init if needed when `-c` is specified (#4823) 2021-05-25 13:15:44 -07:00
keys.py Blank line. 2021-04-18 20:36:22 -07:00
keys_funcs.py That's not a private key (#5636) 2021-05-24 13:26:21 -07:00
netspace.py Smoother netspace (#1894) 2021-04-14 11:52:39 -07:00
netspace_funcs.py Add format_bytes(bytes:) function to convert bytes to human readable string. (#5449) 2021-05-24 22:14:29 -07:00
plots.py quick fix to update out-of-date CLI reference to close issue 4397 (#4538) 2021-05-12 15:24:55 -07:00
show.py Add format_bytes(bytes:) function to convert bytes to human readable string. (#5449) 2021-05-24 22:14:29 -07:00
start.py `git mv src chia` 2021-04-04 21:41:39 -07:00
start_funcs.py fix TypeError exception in case of unresponsive service (#4122) 2021-05-12 15:27:40 -07:00
stop.py `git mv src chia` 2021-04-04 21:41:39 -07:00
units.py `git mv src chia` 2021-04-04 21:41:39 -07:00
wallet.py checks for fees >= transaction amount (#5543) 2021-05-28 21:57:11 -07:00
wallet_funcs.py checks for fees >= transaction amount (#5543) 2021-05-28 21:57:11 -07:00