31 Commits

Author SHA1 Message Date
Adrian Brink
4e13a19339 Add ability to construct new instance of Tendermint core from scratch 2017-09-21 15:50:43 -04:00
Adrian Brink
7dd3c007c7 Refactor priv_validator
Users can now just pass an object that implements the Signer interface.
2017-09-21 15:50:43 -04:00
Ethan Frey
92dee7ea3c Commands compile (mostly) with new config reading 2017-05-04 22:46:40 -04:00
rigelrozanski
fab518fc98 flag fix, glide update
squash
2017-03-06 17:32:42 -05:00
rigelrozanski
569fd474c2 added use of Cobra CLI
squash
2017-03-06 17:30:06 -05:00
Anton Kaliaev
3b7a1d7149
check that we have enough arguments
Otherwise:

```
panic: runtime error: index out of range

goroutine 1 [running]:
panic(0xbb8de0, 0xc82000e080)
        /usr/local/go/src/runtime/panic.go:464 +0x3e6
main.main()
        /go/src/github.com/tendermint/tendermint/cmd/tendermint/main.go:48 +0x811
```
2017-01-24 21:20:29 +04:00
Anton Kaliaev
17e822757b
output all commands 2017-01-24 21:19:45 +04:00
Jae Kwon
9a2dd8bc92 Refactor Node; Node is a simple BaseService 2017-01-15 16:59:10 -08:00
Jae Kwon
a073b1db9c Refactor replay console -> replay_file in consensus/replay_file.go 2017-01-15 16:19:02 -08:00
Jae Kwon
3d3d8b5b7b cswal -> cs_wal_dir 2016-10-30 03:55:27 -07:00
Ethan Buchman
cac3cefd98 set log level. use p2p config 2016-06-11 20:19:58 -07:00
Jae Kwon
ad17090a0f No global config 2016-05-08 15:00:58 -07:00
Ethan Buchman
50ac66f79b fast sync fixes 2016-02-07 16:56:59 -08:00
Jae Kwon
0f1cf243fd Merge remote-tracking branch 'origin/replay' 2016-01-28 19:53:22 -08:00
Ethan Buchman
3cce757adc move DialSeeds to go-p2p and add to rpc 2016-01-20 13:12:42 -05:00
Ethan Buchman
2b13386d7b consensus: replay console 2016-01-14 18:58:11 -05:00
Ethan Buchman
6aaa5fb0bf consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
Ethan Buchman
5cbb5d2541 tendermint init 2015-12-21 17:52:00 -05:00
Jae Kwon
e12f9d10e7 Bare consensus refactor 2015-11-01 11:34:08 -08:00
Jae Kwon
c4ed55d801 Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
Jae Kwon
d51741df72 fix main compile bug 2015-10-18 09:04:46 -07:00
Jae Kwon
f70b548fb6 exit status 1 for unknown command 2015-10-18 08:45:18 -07:00
Jae Kwon
26905b1260 Make Tendermint genesis agnostic; wait for file to start node 2015-10-18 07:20:05 -07:00
Ethan Buchman
b54522c60f more versioning 2015-09-16 05:08:06 +00:00
Jae Kwon
56b195a899 tendermint send_tx 2015-08-14 14:11:11 -07:00
Jae Kwon
a55950e1d0 make will install 2015-06-25 18:42:17 -07:00
Jae Kwon
75ef479547 Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
Jae Kwon
9e1c054f87 Better INSTALL readme. Steps for barak 2015-05-14 17:22:02 -07:00
Jae Kwon
dd3d35f9f1 tendermint init to get the moniker 2015-05-12 18:29:00 -07:00
Jae Kwon
99a040998f Added unsafe_reset_priv_validator 2015-04-20 16:53:15 -07:00
Jae Kwon
98fa3b7b9c Adding cmd again and fixing .gitignore. 2015-04-08 14:31:20 -07:00