Ethan Buchman
460c045fcc
Merge pull request #130 from tendermint/feature/tags-in-deliver-tx
Tags in DeliverTx response
7 years ago
Anton Kaliaev
a0bf6dc1a1
move comment
7 years ago
Ethan Buchman
0981c174cc
update README for CheckTx Gas and Fee
7 years ago
Ethan Buchman
ab51bdef99
types.pb.go isnt linted. use nolint :(
7 years ago
Ethan Buchman
26d967af7e
linter
7 years ago
Ethan Buchman
5a46675185
minor things
7 years ago
Ethan Buchman
e9094fbee3
update changelog
7 years ago
Ethan Buchman
e08885e3cd
minor fix
7 years ago
Ethan Buchman
7dc5b746ac
types: add gas and fee fields to CheckTx
7 years ago
Ethan Buchman
fb612e5a7b
fixup tests
7 years ago
Ethan Buchman
c7f54fb56c
everything takes Request, returns Response; expect DeliverTx/CheckTx/Commit
7 years ago
Anton Kaliaev
67d2a5f66d
set Code to OK in ResponseQuery in BaseApplication
See https://github.com/tendermint/abci/pull/130#discussion_r152713220
7 years ago
Anton Kaliaev
9b30fab4fc
preserve behaviour of BaseApplication
7 years ago
Anton Kaliaev
03fafeec2f
fix formatting of panicf function
7 years ago
Anton Kaliaev
0176a834d1
refactor code
7 years ago
Anton Kaliaev
cbf347e2aa
add comment for Client interface [ci skip]
7 years ago
Anton Kaliaev
2cfad8523a
test HumanCode
7 years ago
Anton Kaliaev
1726e82865
add IsErr and Error method for ResultQuery
7 years ago
Anton Kaliaev
afb7feeea2
update CHANGELOG
7 years ago
Anton Kaliaev
91efacfabc
remove types.Result
7 years ago
Anton Kaliaev
f01f2bbf3a
DeliverTxSync/CheckTxSync/CommitSync now return error as well
7 years ago
Anton Kaliaev
01252e8cc8
mark Result as deprecated
7 years ago
Anton Kaliaev
5fd83b3eee
implement error interface for ResponseDeliverTx/CheckTx/Commit
7 years ago
Anton Kaliaev
7868a3358f
gather test coverage
7 years ago
Anton Kaliaev
52ec4efe27
retire test_integrations in favor of just make test
7 years ago
Anton Kaliaev
5be9c50b47
fix megacheck warning
7 years ago
Anton Kaliaev
f6a79dd7c5
add interface assertions for all clients
7 years ago
Anton Kaliaev
e6fdc98aeb
update changelog
7 years ago
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.
7 years ago
Anton Kaliaev
8e6269ce93
update README
7 years ago
Anton Kaliaev
3a3d508e5c
CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively
Commit now returns ResponseCommit
7 years ago
Anton Kaliaev
92801dbd72
[dockerfile] install psmisc for tests
7 years ago
Anton Kaliaev
fc7db13fa8
remove tags from CheckTx
add value_type field to KVPair
7 years ago
Anton Kaliaev
02399071ff
add ldconfig cmd to Dockerfile
7 years ago
Anton Kaliaev
29c1cd03ea
[make install_protoc] fix folder name
7 years ago
Anton Kaliaev
3cbf44058d
no need for protoc in make all since we have types.pb.go generated
7 years ago
Anton Kaliaev
8b71e47002
add linter for proto files ( Fixes #128 )
7 years ago
Anton Kaliaev
76bd68f881
add docker commands to Makefile
7 years ago
Anton Kaliaev
33b51378f2
reformat types.proto
7 years ago
Anton Kaliaev
bb0d7e9526
add tags field to DeliverTx and CheckTx
7 years ago
Anton Kaliaev
f07c300c14
add proto section to .editorconfig
7 years ago
Anton Kaliaev
87072d3810
add Dockerfile for development
7 years ago
Anton Kaliaev
480e4e4444
install protoc
7 years ago
Anton Kaliaev
bee7c5c7aa
Merge tag 'v0.7.1' into develop
Tagged 0.7.1 release
7 years ago
Anton Kaliaev
76ef8a0697
Merge branch 'release/0.7.1'
7 years ago
Anton Kaliaev
bac924e399
update version
7 years ago
Anton Kaliaev
f808dd5596
update CHANGELOG
7 years ago
Anton Kaliaev
a5f624174d
Merge pull request #135 from tendermint/server/minor-refactor
server: minor refactor
7 years ago
Anton Kaliaev
bf34c378e9
Merge pull request #136 from tendermint/update-go-version-and-deps
Update go version and deps
7 years ago
Anton Kaliaev
1d49453ffb
fix integration tests ( Fixes #131 )
7 years ago