Zach Ramsay
657ad214cb
p2p tests: put priv_val in right place
7 years ago
Anton Kaliaev
705d51aa42
move dialSeedsIfAddrBookIsEmptyOrPEXFailedToConnect into PEX reactor
7 years ago
Anton Kaliaev
1b455883d2
readd /dial_seeds
7 years ago
Anton Kaliaev
e4897b7bdd
rename manual peers to persistent peers
7 years ago
Anton Kaliaev
28fc15028a
distinguish between seeds and manual peers in the config/flags
- we only use seeds if we can’t connect to peers in the addrbook.
- we always connect to nodes given in config/flags
Refs #864
7 years ago
Ethan Buchman
abfdfe67e8
test/p2p: add some timeouts
7 years ago
Anton Kaliaev
a6f2e502e7
move genesis.json file into config dir
7 years ago
Ethan Buchman
1e52751344
update tests for makefile
7 years ago
Ethan Buchman
61dc357bb3
test/p2p/kill_all: longer timeout
7 years ago
Anton Kaliaev
76cccfaabd
get_vendor_deps does not require all the tools
- remove revision cmd
- rename ensure_tools to tools
7 years ago
Ethan Buchman
08857606dc
test: fix test/app/counter_test.sh
7 years ago
Ethan Buchman
c8c533cc23
test/p2p/atomic_broadcast: wait for node heights before checking app hash
7 years ago
Ethan Buchman
d9c87a21a6
run metalinter in make test and run_test.sh
7 years ago
Anton Kaliaev
fe3c92ecce
unescape $NODE_FLAGS (see comment)
7 years ago
Ethan Buchman
844c43e044
use stdlib context
7 years ago
Anton Kaliaev
21e87ebc11
update Go version to 1.9.2
7 years ago
Anton Kaliaev
432a7276e2
[test_integrations] enable logs from peers by default (Refs #829 )
7 years ago
Anton Kaliaev
533f7c45eb
fix bash linter warnings for atomic_broadcast integration test
7 years ago
Ethan Buchman
dfe28c8855
test: update for abci-cli consolidation. shell formatting
7 years ago
Anton Kaliaev
2d6bc8d7d7
bump up Golang version to 1.9.0
7 years ago
Ethan Buchman
8311f5c611
abci.Info takes a struct; less merkleeyes
7 years ago
Ethan Buchman
3089bbf2b8
Amount -> Power. Closes #166
7 years ago
Anton Kaliaev
e1fd587ddd
we now omit error if empty
8 years ago
Anton Kaliaev
d0b1bf4e26
[docker] bump golang version to 1.8.3
7 years ago
Ethan Buchman
ee88272216
enable unsafe rpc routes in tests via flag
8 years ago
Ethan Buchman
bd7ec18c19
fix tests
8 years ago
Ethan Buchman
fb9d3842e4
test: p2p.seeds and p2p.pex
8 years ago
Ethan Buchman
aa9e673ed7
test: jq .result[1] -> jq .result
8 years ago
Ethan Buchman
cc6dde96c1
rpc -> rpc/lib and rpc/tendermint -> rpc
8 years ago
Ethan Buchman
098646c5ff
test: test_libs all use Makefile
8 years ago
Ethan Buchman
fcf78a5da7
cleanup go-config/viper and some unnamed imports
8 years ago
Ethan Buchman
56c60fba23
go-p2p -> tendermint/p2p
8 years ago
Ethan Buchman
9e82d132ce
go-rpc -> tendermint/rpc
8 years ago
Ethan Buchman
d1926bcad1
use tmlibs
8 years ago
Ethan Buchman
fa451fc55c
tendermint/rpc -> tendermint/rpc/tendermint
8 years ago
Ethan Buchman
5da9b3a803
postmerge
8 years ago
Ethan Buchman
c55d83281a
move into rpc package
8 years ago
Ethan Buchman
15d5b2ac49
use tmlibs
8 years ago
Ethan Buchman
0017fb7ffe
premerge
8 years ago
Ethan Frey
3d9ca32e95
Update all config for p2p integration tests
8 years ago
Ethan Buchman
757a548edf
update glide
8 years ago
Anton Kaliaev
5f6de800a0
rename TMROOT to TMHOME (Refs #431 )
8 years ago
Anton Kaliaev
1842e03315
revert using local import
this breaks the client's code (e.g. tendermint)
8 years ago
Anton Kaliaev
d033cd54b8
add editorconfig
8 years ago
Anton Kaliaev
2dc6ab3896
use golang default if an arg is missing (Refs #7 )
8 years ago
Anton Kaliaev
6d66cc68ed
make sure we are using correct server
also remove it afterwards
8 years ago
Anton Kaliaev
51d760f29f
use local import for testing
8 years ago
Anton Kaliaev
e1d5873bdf
support key-value params in JSONRPC (Refs #1 )
More changes:
- remove Client interface (reason: empty)
- introduce HTTPClient interface, which can be used for both ClientURI
and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8 )
- rename integration tests script to `integration_test.sh`
- do not update deps on `get_deps`
8 years ago
Ethan Buchman
8449e9794a
CHANGELOG
8 years ago
Ethan Buchman
097da55a2c
test/p2p: shellcheck
8 years ago