Ethan Frey
9016390a6e
Moved crypto code to top level again
8 years ago
Ethan Frey
17ed6d178d
move go-crypto files pre-keys merge
8 years ago
Ethan Buchman
fe92e62a19
merge go-events
8 years ago
Adrian Brink
cf875a51fd
Fix draw_deps in Makefile and add resulting dependency graph
8 years ago
Ethan Frey
aecc32d363
Make dependencies explicit in glide.yaml
8 years ago
Anton Kaliaev
5f6de800a0
rename TMROOT to TMHOME (Refs #431 )
8 years ago
Anton Kaliaev
d66ebbd904
use testify package
8 years ago
Anton Kaliaev
51d760f29f
use local import for testing
8 years ago
Anton Kaliaev
d43e3db978
fix circleci
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
Paul W. Homer
af7e312088
Added glide dependency handling
8 years ago
Ethan Frey
506ff7d85a
Expose new and list via cli
8 years ago
Ethan Frey
78bb9f9cd8
Import keystore logic from light-client
8 years ago
Ethan Frey
a816ff0bab
Add test
8 years ago
Ethan Frey
42a9b847ec
Make all client tests safe to run in parallel
8 years ago
Ethan Frey
0905332f1d
MockClient for real abci app
8 years ago
Anton Kaliaev
d38a6e329f
verbose output when get_deps
8 years ago
Ethan Frey
e6d35ee641
Add structs for go-data support
8 years ago
Ethan Buchman
bb5688b1be
make: dont use -v on go test
8 years ago
Ethan Frey
d4b3dde853
make install now uses vendored dependencies
8 years ago
Anton Kaliaev
d5d7286cb6
improve circleci config
- update docker machine version to 0.9.0
- save coverage.txt as artifact
- save docker logs as artifact
- test if coverage.txt exists
- 2>&1 redirect stderr to stdout in tests
8 years ago
Anton Kaliaev
65dfacac4b
do we really have to build in order to test?
8 years ago
Anton Kaliaev
cc2457f7d5
dist command to make binaries and package them for distribution
8 years ago
Anton Kaliaev
c6375e414d
refactor Makefile
- mute most of the commands
- replace github.com/tendermint/tendermint with just "."
- introduce PACKAGES variable
- delete unused NEWLINE
8 years ago
Ethan Frey
e0309007ad
Improve Makefile
8 years ago
Ethan Frey
7cd39dafea
Update protocol buffers
8 years ago
Ethan Frey
98c4679f39
Fixed Makefile to cleanup after run
8 years ago
Tzu-Jung Lee
c65bb21a51
Makefile: add 'build' target
8 years ago
Tzu-Jung Lee
235b18d694
Makefile: add gmt and lint
8 years ago
Jae Kwon
b9d1465488
Make sure we install before test, since test relies on counter etc
8 years ago
Ethan Buchman
ac443fa61f
run tests from bash script
8 years ago
Ethan Buchman
08f2b5bc84
get deps for testing
8 years ago
Ethan Buchman
5189a2248d
TMSP -> ABCI
8 years ago
Anton Kalyaev
b096651e10
fix glide error: unable to export dependencies to vendor directory
```
[ERROR] Unable to export dependencies to vendor directory: remove /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/golang.org/x/sys/unix: directory not empty
```
8 years ago
Ethan Buchman
8374785c1d
update glide, grpc to v4
8 years ago
Ethan Buchman
1f9142873b
add glide
8 years ago
Ethan Buchman
8fd216b4f6
run CI tests in docker container
8 years ago
Ethan Buchman
3b329039d8
better testing. cli test for tutorial
8 years ago
Ethan Buchman
cb6c3fb0b6
integrations tests and coverage badge
8 years ago
Ethan Buchman
ba11348508
update make test
8 years ago
Ethan Buchman
dea910cd3e
Makefile: go test --race
8 years ago
Ethan Buchman
bc0b52293e
update circle and glide
8 years ago
Ethan Buchman
ca674304c5
fix blockpool races. closes #188
9 years ago
Ethan Buchman
a44e0e0f4b
add test example
9 years ago
Jae Kwon
c126ccd744
Fix glide, improve Makefile
9 years ago
Jae Kwon
99c19bae21
test100
9 years ago
Jae Kwon
cc18b5f38e
Add update_deps
9 years ago
Jae Kwon
a4f57e164b
BroadcastTx results
9 years ago
Jae Kwon
2936c68339
Convert TMSP to use Protobuf
9 years ago
Jae Kwon
4b40a58c0e
Fix rpc/test import; Remove ~/.tendermint_test on each test
9 years ago