Ethan Buchman
28d042fdae
use tmlibs
2017-04-21 18:25:13 -04:00
Ethan Buchman
eaeb2658ea
fixes from review
2017-03-03 18:39:10 -05:00
Jae Kwon
8df0bc3a40
Merge branch 'abci_proof' into develop
2017-01-27 22:27:32 -08:00
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
2017-01-27 10:35:27 -08:00
Jae Kwon
9745f07bee
common -> cmn
2017-01-23 20:26:17 -08:00
Tzu-Jung Lee
55cb08722d
lint: s/+=1/++, remove else clauses
2017-01-17 00:30:36 -08: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
9134905f42
cleanup: replace common.Exit with log.Crit or log.Fatal
...
Later we can pick another logger that has fatal, like zap?
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
Matt Bell
4bb65366f4
Update CLI test string args
2017-01-03 19:26:37 -08:00
Jae Kwon
c5f008d60f
Fix TMSP tutorial outputs
2016-12-06 03:57:09 -08:00
Jae Kwon
5e83e481bf
Fix tests; Update go-merkle API
2016-12-06 02:15:32 -08:00
Ethan Buchman
37b5cca87c
update cli example for new query result format
2016-11-22 21:06:50 -05:00
Ethan Buchman
ead192adbb
test: more verbosity
2016-09-10 20:10:59 -04:00
Ethan Buchman
1b13f14e08
consolidate example tests; grpc fail fast
2016-08-15 15:04:32 -04:00
Ethan Buchman
3b329039d8
better testing. cli test for tutorial
2016-07-23 18:57:05 -04:00
Ethan Buchman
ba11348508
update make test
2016-07-22 01:23:13 -04:00
Ethan Buchman
49a67aee8a
add circle.yml. disable js test
2016-07-06 17:13:33 -04:00
Ethan Buchman
88f8141ab8
cleanup cli, drop expr
2016-07-01 20:22:58 -04:00
Ethan Buchman
1ab3c74718
silly grpc client
2016-05-23 14:45:07 -04:00
Ethan Buchman
c3cc5375be
ignore mustConnect for now. fix test_counter
2016-05-17 22:45:45 -04:00
Ethan Buchman
5dc7bee57b
Responses/Requests -> Value
2016-05-17 20:06:24 -04:00
Ethan Buchman
32f83f9494
fix up tmsp-cli, tests
2016-05-14 03:09:47 -04:00
Jae Kwon
062c33c109
TMSP Client is an interface
2016-03-24 10:42:25 -07:00
Jae Kwon
83fc4fc3b6
Allow late connecting
2016-03-23 21:07:03 -07:00
Jae Kwon
6785b9a3b6
CommitSync returns tmsp.Result
2016-03-23 02:50:29 -07:00
Jae Kwon
b2bd661a61
s/TMSPClient/Client/g
2016-02-21 23:55:45 -08:00
Jae Kwon
90e38f08f4
Added counter test written in Golang
2016-02-14 14:59:53 -08:00
Jae Kwon
012abc437b
Use protobuf enums
2016-01-31 19:56:02 -08:00
Jae Kwon
e110a04ae2
Fix benchmark -- needed to flush
2016-01-30 19:44:04 -08:00
Jae Kwon
2936c68339
Convert TMSP to use Protobuf
2016-01-30 19:36:33 -08:00
Jae Kwon
9696a71f6e
Log not error; Remove Listener TMSP messages...; Make counter BigEndian
2016-01-25 13:58:34 -08:00
Jae Kwon
3f812038a4
Add Query; Add benchmark tests
2016-01-18 14:37:42 -08:00
Jae Kwon
f15476b157
Remove TMSP Commit/Rollback; Add CheckTx
2016-01-08 17:07:19 -08:00
Ethan Buchman
aa3e87450a
fix tests
2016-01-08 16:06:33 -05:00
Ethan Buchman
d560c1d455
example/js
2015-12-21 18:03:57 -05:00
Ethan Buchman
af2a1a6fc1
python fixes, tests
2015-12-14 20:00:48 -05:00