Ethan Buchman
a488c0f027
update changelog and glide and a fix
2018-01-05 22:19:37 -05:00
Jae Kwon
8f87efd7f8
ABCI message updates (code/log/info)
...
* Add info to Response[CheckTx/DeliverTx/Query]
* Remove code and log from Response[SetOption/Commit]
2017-12-26 15:46:06 -08:00
Jae Kwon
a861d68a31
Update glide.yaml and fix tests
2017-12-26 00:45:31 -08:00
Ethan Buchman
24fbe291ab
update glide; update services for new signature
2017-11-30 15:21:00 -05:00
Ethan Buchman
42a8e3240c
remove CodeType
2017-11-30 14:29:12 -05:00
Emmanuel Odeke
6231652e87
tests: sunset tmlibs/process.Process
...
Updates https://github.com/tendermint/tmlibs/issues/81
No longer using tmlibs/process.Process as we deemed
it racy and would incur a maintenance cost yet not
used anywhere else but in these tests and not in actual
code.
2017-11-27 22:50:31 -07:00
Ethan Buchman
fb612e5a7b
fixup tests
2017-11-27 19:52:06 +00:00
Anton Kaliaev
03fafeec2f
fix formatting of panicf function
2017-11-22 19:38:04 -06:00
Anton Kaliaev
f01f2bbf3a
DeliverTxSync/CheckTxSync/CommitSync now return error as well
2017-11-22 17:34:00 -06:00
Anton Kaliaev
fbe7234639
remove Result from the client package
...
plus make Client interface more consistent. All *Sync functions now
return an error as a second return param. Deliver/Check/Commit use Code
to indicate errors and have IsErr() func defined on ResponseXYZ structs.
2017-11-21 17:44:13 -06:00
Anton Kaliaev
1d49453ffb
fix integration tests ( Fixes #131 )
2017-11-14 12:53:40 -06:00
Zach Ramsay
fe426de5d4
lint: couple more fixes
2017-09-22 09:45:50 -04:00
Ethan Buchman
a3ac825490
small fix
2017-09-22 09:14:45 -04:00
Zach Ramsay
65eb7e8974
linted, somewhat
2017-09-22 09:14:25 -04:00
Zach Ramsay
6a378d30f3
linting: cover the basics
2017-09-22 09:14:25 -04:00
Ethan Buchman
5dabeffb35
fixes from review
2017-05-15 12:59:44 -04:00
Ethan Buchman
eda4f2dddc
NewXXXClient doesnt run Start or return error
2017-05-15 11:29:34 -04:00
Anton Kaliaev
1dc3629b1a
update log interface
2017-05-04 23:17:16 +04:00
Anton Kaliaev
d2a4b16b28
introduce testing logger
2017-05-04 16:50:00 +04:00
Anton Kaliaev
986bdd00a5
new logging
2017-05-04 16:49:59 +04:00
Ethan Buchman
28d042fdae
use tmlibs
2017-04-21 18:25:13 -04:00
Tzu-Jung Lee
af2a66b226
test_app: unexport internal function.
...
This reverts commit 24c9b2761d7da5ab5084310f0cb3e51c7fc9738d.
2017-01-16 23:23:19 -08:00
Tzu-Jung Lee
1150bbfe36
lint: s/common.Fmt/fmt.Sprintf
2017-01-16 23:20:04 -08:00
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.
2017-01-16 23:20:04 -08:00
Tzu-Jung Lee
aae3c91e88
fmt: run 'make fmt'
2017-01-16 22:03:27 -08:00
Ethan Buchman
5189a2248d
TMSP -> ABCI
2017-01-12 16:04:32 -05:00
Ethan Buchman
80f377135b
AppendTx -> DeliverTx
2017-01-12 15:27:08 -05:00
Jae Kwon
5e83e481bf
Fix tests; Update go-merkle API
2016-12-06 02:15:32 -08:00
Ethan Buchman
3b329039d8
better testing. cli test for tutorial
2016-07-23 18:57:05 -04:00