Commit Graph

598 Commits

Author SHA1 Message Date
Matt Hauff
280488da7d
That's not a private key (#5636) 2021-05-24 13:26:21 -07:00
Gian Luca Decurtins
19216dcf3e
Keep mnemnic as secret as possible (#5690) 2021-05-24 11:58:07 -07:00
Mariano Sorgente
d46cd8eb07
Revert "sets up wallet before running farm summary (#3235)" (#5546)
This reverts commit 880df53f72.
2021-05-19 12:05:12 -07:00
justinengland
55dbe2676a working false 2021-05-18 17:33:46 -06:00
justinengland
f9cf76e0bc moving printed output inside of if to know if the command runs 2021-05-18 17:33:46 -06:00
justinengland
576bc017a9 == vs === 2021-05-18 17:33:46 -06:00
justinengland
5ed477ecf0 == vs is 2021-05-18 17:33:46 -06:00
justinengland
8bff69490a adding : 2021-05-18 17:33:46 -06:00
justinengland
9873679680 adding false setting to reset back to mainnet 2021-05-18 17:33:46 -06:00
Will Bendick
880df53f72
sets up wallet before running farm summary (#3235)
* sets up wallet before running farm summary

* fixes call to summary

* moves wallet peers discovery to after backup is initialized
2021-05-18 11:38:06 -07:00
Don Kackman
56890df98d
only copy cert files for init -c (#3328)
* only copy cert files for init -c

* fix linter error on single vs double quotes

* black formatting
2021-05-12 15:34:20 -07:00
Vyacheslav Linnik
2b19635d88
fix TypeError exception in case of unresponsive service (#4122) 2021-05-12 15:27:40 -07:00
J. Eckert
df7dad8634
quick fix to update out-of-date CLI reference to close issue 4397 (#4538)
* quick fix to update out-of-date CLI reference to close issue 4397

* additional typo fixes in the cmds section

* removed old reference to incline Mnemonic inclusion in chia keys add
e Please enter the commit message for your changes. Lines starting

* Update keys_funcs.py

fixed some rogue quote changes due to a text editor flub

Co-authored-by: J. Eckert <sargonas@Js-MacBook-Air.sargonas.net>
Co-authored-by: J. Eckert <sargonas@Js-MacBook-Air.local>
2021-05-12 15:24:55 -07:00
Matty G
a56177ee56
Update to reflect CLI change (#4025) 2021-05-12 11:05:44 -07:00
Frederico Silva
abd01b1e83
cmd: farm challenges, add missing space (#4038) 2021-05-12 10:50:30 -07:00
Nikolaj Kuntner
cbc9141689
add all none's (#4503)
Co-authored-by: Nikolaj Kuntner <>
2021-05-10 22:05:45 -07:00
Alfonso Perez
1faa5e67af
Clarify units of amount and fees in wallet help dialog (#3472)
* clarify units of amount and fees

* format code to pass linting rules
2021-05-10 14:58:38 +09:00
justinengland
3bfb6a7628 black stuff 2021-05-05 18:19:45 -06:00
justinengland
6d88e2e2f4 proper white space for precious python. 2021-05-05 18:19:45 -06:00
justinengland
b8b7f91dc6 syntax 2021-05-05 18:19:45 -06:00
justinengland
717f5dd995 syntax? 2021-05-05 18:19:45 -06:00
justinengland
a1e66ee7fb fixing linting errors 2021-05-05 18:19:45 -06:00
Justin England
ab38cae3f8 Update chia/cmds/configure.py
Co-authored-by: Chris Marslender <chrismarslender@gmail.com>
2021-05-05 18:19:45 -06:00
justinengland
36f8eae04e fixing line too long 2021-05-05 18:19:45 -06:00
justinengland
d4f2199c3a spacing 2021-05-05 18:19:45 -06:00
justinengland
d77c70bd4c better wording 2021-05-05 18:19:45 -06:00
justinengland
bce1c3fbe3 making easier to configure testnet settings 2021-05-05 18:19:45 -06:00
justinengland
ae9c2668bc removing _ 2021-05-05 18:19:45 -06:00
justinengland
7d32527706 fixing bad selectec network key 2021-05-05 18:19:45 -06:00
justinengland
5833b1f7a5 making port an int for printing 2021-05-05 18:19:45 -06:00
justinengland
fbe5ec3632 adding argument to configure function preamble 2021-05-05 18:19:45 -06:00
justinengland
bff9e4a248 adding configure options. removing old testnets 2021-05-05 18:19:45 -06:00
Adam Kelly
faa5c832d1
hide secret wallet key by default with 'chia keys show' (#3565)
Co-authored-by: Adam Kelly <aqk@aqk.im>
2021-05-03 12:55:00 -07:00
Mariano Sorgente
fe257cdfe1
Improve wallet consistency (#3305)
* Improve wallet consistency

* Improve CLI significantly, and fix self-tx balances

* Fix await

* Fix deadlock and test

* Remove spam.sh
2021-05-01 15:13:04 -04:00
Gene Hoffman
977928607c
Update CLI tools to use EiB when appropriate. (#3117) 2021-04-30 10:19:34 -07:00
Adam Kelly
ea10fcb0fe
Don't show mnemonic seed by default in chia keys show (#3032)
Co-authored-by: Adam Kelly <aqk@aqk.im>
2021-04-28 12:45:37 -07:00
An Long
e6f3db4e6a
Using the top level exceptions from aiohttp (#2700) 2021-04-26 01:23:06 -07:00
An Long
1ec9444950
Fix type hint error (#2605) 2021-04-24 22:33:26 -07:00
Christopher
d0649fb574
change default buffer size to 3389 (#2320) 2021-04-24 14:56:19 -07:00
Arvid Norberg
e55988479b
More tests (#2295)
Co-authored-by: Mariano <sorgente711@gmail.com>
2021-04-21 11:17:21 -07:00
Florin Chirica
17ff9166da Blank line. 2021-04-18 20:36:22 -07:00
Florin Chirica
68a11e5161 Initial commit cherry-pick #1398. 2021-04-18 20:36:22 -07:00
ceerRep
5335222ce9
Fix typo (#1997) 2021-04-17 23:59:30 -07:00
Andrew Martin
add5b3bbc9
fix typo in keys documentation (#1933) 2021-04-15 13:03:51 -07:00
Mariano Sorgente
cbbf365dc9
Smoother netspace (#1894)
* Smoother netspace

* Change cli as well
2021-04-14 11:52:39 -07:00
Jesús Espino
181f2fefa3
Add --offset flag to the wallet get_transactions command (#1802)
* Add --offset flag to the wallet get_transactions command

* Running black
2021-04-11 22:23:49 -07:00
Richard Kiss
7906d02990 Simplify pyinstaller.spec. Solve daemon/chia name collision. 2021-04-06 13:29:41 -07:00
Richard Kiss
f2b577dda1 git mv src chia 2021-04-04 21:41:39 -07:00