Ethan Frey
10982f4d8f
Add argument to ParseGenesis to use in light-client
8 years ago
Ethan Frey
6b38abd57b
Cleanup for loop in genesis file load
8 years ago
Ethan Frey
58105dbd4e
Refactored some commands to be more reusable
8 years ago
Anton Kaliaev
9dcf130d67
update tmlibs (Refs #504 )
8 years ago
Anton Kaliaev
ed7183936d
move log level parsing to tmlibs/cli package (Refs #504 )
8 years ago
zramsay
9c3eee0b00
Makefile: add megacheck & some additional fixes
8 years ago
Ethan Buchman
bd7ec18c19
fix tests
8 years ago
Ethan Buchman
fc6611b2d9
[config] RPCConfig
8 years ago
Anton Kaliaev
9bc1790320
tracing logger (Refs #506 )
DEPENDS ON https://github.com/tendermint/tmlibs/pull/21
8 years ago
Anton Kaliaev
fb0df75de0
changes per Frey comments (Refs #493 )
8 years ago
Anton Kaliaev
05a8204508
per module log levels (Refs #493 )
8 years ago
Anton Kaliaev
f8fdbe3dbc
changes as per Bucky's review
8 years ago
Anton Kaliaev
bc4e6566e7
[p2p] refactor upnp to use new logger
8 years ago
Anton Kaliaev
f803544195
new logging
8 years ago
Ethan Buchman
edd7263f06
fixes from review
8 years ago
Ethan Frey
dd1f5a2268
Test config parsing in root command
8 years ago
Ethan Buchman
46151720f8
fix tests
8 years ago
Ethan Buchman
9109b20852
SetRoot
8 years ago
Ethan Frey
6b059e0063
Accept relative paths in all configs, TODO: must SetRoot
8 years ago
Ethan Frey
92dee7ea3c
Commands compile (mostly) with new config reading
8 years ago
Ethan Buchman
f217f2b2c5
cleanup run_node flags
8 years ago
Ethan Buchman
1ef7c1d25b
cmd: fixes for new config
8 years ago
Ethan Buchman
7db7bbe464
node: ConfigFromViper
8 years ago
Ethan Buchman
75b6c5215f
fewer structs. remove viper from consensus
8 years ago
Ethan Buchman
d8fb226ec4
new config
8 years ago
Ethan Buchman
95c74b2ccd
remove some more viper
8 years ago
Ethan Buchman
efeadcc0f4
some cleanup from review
8 years ago
Ethan Buchman
fcf78a5da7
cleanup go-config/viper and some unnamed imports
8 years ago
rigel rozanski
72c4be35e8
tiny fix
8 years ago
Rigel Rozanski
5d0c2a1414
commands: Run -> RunE
8 years ago
Rigel Rozanski
6e662337ff
dont export resetPrivValidator
8 years ago
Rigel Rozanski
270b68a893
glide lock updates
8 years ago
Rigel Rozanski
cefb2bede0
adding viper
int
int
8 years ago
rigelrozanski
47852122d0
changed reset commands
8 years ago
Ethan Buchman
56c60fba23
go-p2p -> tendermint/p2p
8 years ago
Ethan Buchman
e6fe6b5b76
go-data -> go-wire/data
8 years ago
Ethan Buchman
d1926bcad1
use tmlibs
8 years ago
Ethan Frey
e325ffc681
Lots of updates to use new go-crypto / json style
8 years ago
rigel rozanski
c21cec002c
reset fix
8 years ago
Ethan Buchman
e8cad948e3
cli: ResetAll doesnt depend on cobra
8 years ago
Ethan Buchman
53e2b9693a
export ResetAll cmd
8 years ago
Ethan Buchman
7cf773e2d3
cli: testnet cmd inits files for testnet
8 years ago
Ethan Buchman
f5b77d50b5
fix setting log level
8 years ago
rigelrozanski
fab518fc98
flag fix, glide update
squash
8 years ago
rigelrozanski
fa609366d4
melekes change request
8 years ago
rigelrozanski
569fd474c2
added use of Cobra CLI
squash
8 years ago
Ethan Buchman
05d8cd50b5
update glide and node.go for update to p2p.AddrBook
8 years ago
Anton Kaliaev
a99885cd43
do not overwrite existing files when doing `tendermint init` ( Fixes #410 )
8 years ago
Ethan Buchman
0bec99fbd4
consensus: handshake replay test using wal
8 years ago
Anton Kaliaev
4896364952
[cli] cleanup gen_validator output ( Fixes #396 )
so we can pipe result to a file:
```
tendermint gen_validator > example.json
```
before this we had to cut first 3 lines:
```
tendermint gen_validator | sed 1,3d > example.json
```
8 years ago