Sam Kleinman
a4e2f05d7a
cmd: avoid package state in cli constructors ( #7719 )
3 years ago
Sam Kleinman
8a991e288c
service: plumb contexts to all (most) threads ( #7363 )
This continues the push of plumbing contexts through tendermint. I
attempted to find all goroutines in the production code (non-test) and
made sure that these threads would exit when their contexts were
canceled, and I believe this PR does that.
3 years ago
Anton Kaliaev
b7b721c484
change use of errors.Wrap to fmt.Errorf with %w verb
Closes #4603
Commands used (VIM):
```
:args `rg -l errors.Wrap`
:argdo normal @q | update
```
where q is a macros rewriting the `errors.Wrap` to `fmt.Errorf`.
5 years ago
Anton Kaliaev
3e1516b624
linters: enable stylecheck ( #4153 )
Refs #3262
5 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago
Christopher Goes
6e26392209
Return config parse errors ( #182 )
7 years ago
Ethan Buchman
690d6c6070
cli: WriteDemoConfig -> WriteConfigVals
7 years ago
Jae Kwon
bcd8d403dc
Remove encoding from common cli
7 years ago
Zach Ramsay
f39b575503
remove deprecated --root flag
7 years ago
Ethan Frey
3400cee845
Handle --two-words as TMTWO_WORDS env var
7 years ago
Ethan Frey
59a77e7bef
Remove Printf
7 years ago
Ethan Frey
0ecb38c6da
Return exit code on error, disable in tests
7 years ago
rigel rozanski
c76dca0456
cli stderr output for Execute
8 years ago
Ethan Frey
8af1c70a8b
Renamed --debug to --trace, used for light-client and basecoin
8 years ago
Ethan Buchman
3585a542a0
cli: viper.Set(HomeFlag, rootDir)
8 years ago
Ethan Frey
8efeeb5f38
Add --debug flag to return full stack trace on error
8 years ago
Ethan Frey
ef3b9610a1
Fixed up the --home flag, ebuchman check this out
8 years ago
Ethan Frey
435fd0ece7
Add clarifying comments as requested by Rigel
8 years ago
Ethan Buchman
7becd35126
cli: more descriptive naming
8 years ago
Ethan Buchman
a95a60cb0b
cli: support --root and --home
8 years ago
Ethan Frey
d4ab9679d7
Fix up error in copyEnv
8 years ago
Ethan Frey
b92bd8f6a8
Separate out PrepareBaseCmd, try to set env vars
8 years ago