Ethan Buchman
4884747eb7
tests: add simple client/server test with no addr prefix
7 years ago
Zach Ramsay
4479e95709
console: fix tests
7 years ago
Zach Ramsay
631844895f
fixes
7 years ago
Ethan Frey
46e1f1ae65
Cleaup based on Antons PR comments
7 years ago
Ethan Frey
d236e0eef9
Fix trailing whitespace in tutorial test
7 years ago
Ethan Frey
bae4e4acce
Fix up commits, debug cli tests
7 years ago
Zach Ramsay
fe426de5d4
lint: couple more fixes
7 years ago
Ethan Buchman
a3ac825490
small fix
7 years ago
Zach Ramsay
65eb7e8974
linted, somewhat
7 years ago
Zach Ramsay
6a378d30f3
linting: cover the basics
7 years ago
Ethan Buchman
5dabeffb35
fixes from review
8 years ago
Ethan Buchman
eda4f2dddc
NewXXXClient doesnt run Start or return error
8 years ago
Anton Kaliaev
1dc3629b1a
update log interface
8 years ago
Anton Kaliaev
d2a4b16b28
introduce testing logger
8 years ago
Anton Kaliaev
ce124c4aeb
modify test scripts to use relative paths
8 years ago
Anton Kaliaev
986bdd00a5
new logging
8 years ago
Ethan Buchman
28d042fdae
use tmlibs
8 years ago
Ethan Buchman
eaeb2658ea
fixes from review
8 years ago
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
8 years ago
Jae Kwon
9745f07bee
common -> cmn
8 years ago
Tzu-Jung Lee
55cb08722d
lint: s/+=1/++, remove else clauses
8 years ago
Tzu-Jung Lee
af2a66b226
test_app: unexport internal function.
This reverts commit 24c9b2761d
.
8 years ago
Tzu-Jung Lee
9134905f42
cleanup: replace common.Exit with log.Crit or log.Fatal
Later we can pick another logger that has fatal, like zap?
8 years ago
Tzu-Jung Lee
1150bbfe36
lint: s/common.Fmt/fmt.Sprintf
8 years ago
Tzu-Jung Lee
fcaa545e1e
lint: remove dot import (go-common)
Spell out the package explicitly.
This commit is totally textual, and does not change any logic.
The swiss-army knife package may serve a kick-start in early
stage development. But as the codebase growing, we might want
to retire it gradually:
For simple wrapping functions, just inline it on the call site.
For larger pice of code, make it an independent package.
8 years ago
Tzu-Jung Lee
aae3c91e88
fmt: run 'make fmt'
8 years ago
Ethan Buchman
5189a2248d
TMSP -> ABCI
8 years ago
Ethan Buchman
80f377135b
AppendTx -> DeliverTx
8 years ago
Matt Bell
4bb65366f4
Update CLI test string args
8 years ago
Jae Kwon
c5f008d60f
Fix TMSP tutorial outputs
8 years ago
Jae Kwon
5e83e481bf
Fix tests; Update go-merkle API
8 years ago
Ethan Buchman
37b5cca87c
update cli example for new query result format
8 years ago
Ethan Buchman
ead192adbb
test: more verbosity
8 years ago
Ethan Buchman
1b13f14e08
consolidate example tests; grpc fail fast
8 years ago
Ethan Buchman
3b329039d8
better testing. cli test for tutorial
8 years ago
Ethan Buchman
ba11348508
update make test
8 years ago
Ethan Buchman
49a67aee8a
add circle.yml. disable js test
8 years ago
Ethan Buchman
88f8141ab8
cleanup cli, drop expr
8 years ago
Ethan Buchman
1ab3c74718
silly grpc client
9 years ago
Ethan Buchman
c3cc5375be
ignore mustConnect for now. fix test_counter
9 years ago
Ethan Buchman
5dc7bee57b
Responses/Requests -> Value
9 years ago
Ethan Buchman
32f83f9494
fix up tmsp-cli, tests
9 years ago
Jae Kwon
062c33c109
TMSP Client is an interface
9 years ago
Jae Kwon
83fc4fc3b6
Allow late connecting
9 years ago
Jae Kwon
6785b9a3b6
CommitSync returns tmsp.Result
9 years ago
Jae Kwon
b2bd661a61
s/TMSPClient/Client/g
9 years ago
Jae Kwon
90e38f08f4
Added counter test written in Golang
9 years ago
Jae Kwon
012abc437b
Use protobuf enums
9 years ago
Jae Kwon
e110a04ae2
Fix benchmark -- needed to flush
9 years ago
Jae Kwon
2936c68339
Convert TMSP to use Protobuf
9 years ago