Anton Kaliaev
2cfad8523a
test HumanCode
2017-11-22 18:24:53 -06:00
Anton Kaliaev
1726e82865
add IsErr and Error method for ResultQuery
2017-11-22 18:19:41 -06:00
Anton Kaliaev
91efacfabc
remove types.Result
2017-11-22 17:44:39 -06:00
Anton Kaliaev
f01f2bbf3a
DeliverTxSync/CheckTxSync/CommitSync now return error as well
2017-11-22 17:34:00 -06:00
Anton Kaliaev
01252e8cc8
mark Result as deprecated
2017-11-22 16:18:06 -06:00
Anton Kaliaev
5fd83b3eee
implement error interface for ResponseDeliverTx/CheckTx/Commit
2017-11-22 16:17:34 -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
3a3d508e5c
CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively
...
Commit now returns ResponseCommit
2017-11-20 20:36:42 -06:00
Anton Kaliaev
fc7db13fa8
remove tags from CheckTx
...
add value_type field to KVPair
2017-11-20 18:21:59 -06:00
Anton Kaliaev
33b51378f2
reformat types.proto
2017-11-20 16:56:57 -06:00
Anton Kaliaev
bb0d7e9526
add tags field to DeliverTx and CheckTx
2017-11-20 16:56:57 -06:00
Ethan Buchman
667c2543ea
use request struct for Info
2017-09-22 11:10:55 -04:00
Zach Ramsay
fe426de5d4
lint: couple more fixes
2017-09-22 09:45:50 -04:00
Ethan Buchman
318345f996
fix tests
2017-09-22 00:10:13 -04:00
Ethan Buchman
f279171a28
use request structs for InitChain and BeginBlock
2017-09-18 15:51:48 -04:00
Ethan Buchman
f1094f760b
types: remove redundant version file
2017-09-06 02:22:59 -04:00
Ethan Buchman
5dabeffb35
fixes from review
2017-05-15 12:59:44 -04:00
rigel rozanski
05dc4d12dd
result.IsSameCode
2017-05-15 09:50:49 -04:00
Adrian Brink
577ec5452f
Fix indentation
2017-05-09 12:33:38 +02:00
Adrian Brink
322b4e54de
Remove unused enum MessageTypes
2017-05-09 12:23:37 +02:00
Krzysztof Jurewicz
a3d4e5797d
Comment out MessageType
...
As it is an unused enum, leaving it uncommented causes dead Protocol
Buffers code to be generated.
2017-05-09 12:23:37 +02:00
Ethan Buchman
8d8e35ae53
types: methods convert pb types to use data.Bytes
2017-04-27 19:53:22 -04:00
Ethan Buchman
8339dc3b1a
types: Result and Validator use data.Bytes
2017-04-27 19:21:26 -04:00
Ethan Buchman
be5a4345a3
formatting and update CHANGELOG
2017-03-06 02:58:26 -05:00
Ethan Buchman
31bdda27ad
Query: LastHeight -> Height :)
2017-02-14 16:53:21 -05:00
Ethan Buchman
e909cafa0b
BaseApplication
2017-02-13 20:16:21 -05:00
Ethan Buchman
b6afa8d85b
Query: Height -> LastHeight
2017-02-13 20:16:17 -05:00
Ethan Buchman
b025c13f67
drop BlockchainAware
2017-02-06 19:20:02 -05:00
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
2017-01-27 10:35:27 -08:00
Jae Kwon
4bdddf9829
First commit to demonstrate change
2017-01-23 20:54:24 -08:00
Ethan Frey
fdc047ae7a
Proof uses uint64 for blockHeight
2017-01-17 17:22:34 +01:00
Ethan Frey
7cd39dafea
Update protocol buffers
2017-01-17 15:44:40 +01:00
Ethan Frey
58ea995032
Begin adding proof calls
2017-01-17 15:42:54 +01:00
Jae Kwon
05096de368
Add Result.String
2017-01-15 14:43:16 -08:00
Jae Kwon
b9d1465488
Make sure we install before test, since test relies on counter etc
2017-01-13 10:12:38 -08:00
Ethan Buchman
42b7bfbf0c
update version and glide
2017-01-12 21:20:09 -05: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
Ethan Buchman
490a96ef66
drop unneeded variable copy
2017-01-12 15:18:38 -05:00
Jae Kwon
f8167872d8
EndBlock also returns ResponseEndBlock
2017-01-12 14:50:41 -05:00
Jae Kwon
8b76f3dd00
Make fields in ResponseInfo be flat
2017-01-12 14:50:41 -05:00
Jae Kwon
0d82d26408
Frist commit on types.proto
2017-01-12 14:50:08 -05:00
Ethan Buchman
40448a3897
types: update LastBlockInfo and ConfigInfo
2016-11-23 18:27:27 -05:00
Ethan Buchman
2dce41ad6a
types: pretty print validators
2016-11-23 18:22:44 -05:00
Ethan Buchman
b200b82418
dummy: valset changes and tests
2016-11-22 14:01:25 -05:00
Ethan Buchman
9a2d3e51ed
heights are uint64
2016-11-22 14:00:31 -05:00
Ethan Buchman
60e0842ef9
Header.LastBlockID
2016-11-16 16:11:36 -05:00
Ethan Buchman
df299d03c4
block_height is int32
2016-11-16 13:32:18 -05:00
Ethan Buchman
ddb2b01631
BeginBlock(hash, header)
2016-11-16 13:32:18 -05:00
Ethan Buchman
debbf122db
add version/block/config to Info. add header to BeginBlock
2016-11-16 13:32:01 -05:00