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
Ethan Buchman
2f8551d3b6
go-common -> tmlibs
8 years ago
Ethan Buchman
900be74e8f
update import paths
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
Ethan Buchman
caaafa192b
test/persist: use unix socket for rpc
8 years ago
Ethan Buchman
fc6d22db32
test: better client naming
8 years ago
Ethan Buchman
d58a666445
test/persist: bump sleep to 5 for bound ports release
8 years ago
Ethan Buchman
22d95c7b51
test: docker exec doesnt work on circle
8 years ago
Ethan Buchman
cfc7fed31c
test/pex: dial_seeds
8 years ago
Ethan Buchman
e4e70ece3f
test: fix docker and apps
8 years ago
Ethan Buchman
749df0536f
test/docker: install abci apps first
8 years ago
Ethan Buchman
d93d754972
test/p2p/fast_sync: use --pex on restart
8 years ago
Anton Kaliaev
af5cd5cc75
[p2p tests] test other peers connect to us
if we have neither seeds nor the addrbook
8 years ago
Anton Kalyaev
163fe1731b
test p2p pex reactor (Refs #335 )
8 years ago