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
Jae Kwon
67ab574e98
Cleanup, add stub for VerifyCommitAny
8 years ago
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
```
8 years ago
Anton Kaliaev
17e822757b
output all commands
8 years ago
Jae Kwon
9a2dd8bc92
Refactor Node; Node is a simple BaseService
8 years ago
Jae Kwon
a073b1db9c
Refactor replay console -> replay_file in consensus/replay_file.go
8 years ago
Ethan Buchman
c147b41013
TMSP -> ABCI
8 years ago
Ethan Buchman
db437e7a45
broadcast_tx via grpc
9 years ago
Ethan Buchman
8b80f8ee05
feature flag: pex reactor
8 years ago
Jae Kwon
3d3d8b5b7b
cswal -> cs_wal_dir
8 years ago
Ethan Buchman
3f4af438c5
remove INSTALL dir, add INSTALL.md, update DOCKER
8 years ago
Ethan Buchman
1110c5d37d
privVal.LastSignBytes and more replay tests
8 years ago
Ethan Buchman
cac3cefd98
set log level. use p2p config
9 years ago
Ethan Buchman
2a1e7a427d
support tmsp via grpc
9 years ago
Jae Kwon
ad17090a0f
No global config
9 years ago
Jae Kwon
a8ee0377d5
Use tmsp.Client interface
9 years ago
Jae Kwon
9b4b533f2f
Pretty print JSON
9 years ago
Ethan Buchman
50ac66f79b
fast sync fixes
9 years ago
Ethan Buchman
3cce757adc
move DialSeeds to go-p2p and add to rpc
9 years ago
Ethan Buchman
2b13386d7b
consensus: replay console
9 years ago
Ethan Buchman
6aaa5fb0bf
consensus: msg saving and replay
9 years ago
Jae Kwon
d58b3d54b1
tendermint init makes random chain ID
9 years ago
Ethan Buchman
5cbb5d2541
tendermint init
9 years ago
Jae Kwon
e5b9a5e849
Add proxy_app as node flag
9 years ago
Jae Kwon
e12f9d10e7
Bare consensus refactor
9 years ago
Jae Kwon
c4ed55d801
Refactor to move common libraries out of project
9 years ago
Jae Kwon
d51741df72
fix main compile bug
9 years ago
Jae Kwon
f70b548fb6
exit status 1 for unknown command
9 years ago
Jae Kwon
26905b1260
Make Tendermint genesis agnostic; wait for file to start node
9 years ago
Ethan Buchman
b54522c60f
more versioning
9 years ago
Jae Kwon
ab24ae1da8
get_account fix
9 years ago
Jae Kwon
56b195a899
tendermint send_tx
9 years ago
Jae Kwon
4d765dcf2b
Generate account from seed
9 years ago
Jae Kwon
b37ff75f7a
Actually expose skip_upnp flag
9 years ago
Jae Kwon
1b9fd811a1
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
9 years ago
Jae Kwon
3be3647dc8
tendermint/binary -> tendermint/wire
9 years ago
Ethan Buchman
bb4ca1407f
info->notice, debug->info
9 years ago
Jae Kwon
1e7cc32597
tendermint/account -> acm
9 years ago
Jae Kwon
9965dd5de6
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
10 years ago
Jae Kwon
a55950e1d0
make will install
10 years ago
Ethan Buchman
57ff919d50
godep
10 years ago
Ethan Buchman
2045aee9cd
pass chainID through sign interfaces
10 years ago
Jae Kwon
75ef479547
Config is passed into each module. Remove tendermint/confer
10 years ago
Jae Kwon
9e1c054f87
Better INSTALL readme. Steps for barak
10 years ago
Jae Kwon
dd3d35f9f1
tendermint init to get the moniker
10 years ago
Jae Kwon
85c8850ac2
Config names have no dots, are under_scored.
10 years ago
Jae Kwon
99a040998f
Added unsafe_reset_priv_validator
10 years ago