Anton Kaliaev
fbe7234639
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 | |
---|---|---|
.. | ||
application.go | CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively | 7 years ago |
base_app.go | CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively | 7 years ago |
code.go | Remove Proof message, replace with more flexible Query | 8 years ago |
errors.go | s/Invalid[Address,Amount]/Invalid[Input,Output]/g | 9 years ago |
messages.go | remove tags from CheckTx | 7 years ago |
result.go | remove Result from the client package | 7 years ago |
types.pb.go | remove tags from CheckTx | 7 years ago |
types.proto | remove tags from CheckTx | 7 years ago |
validators.go | fixes from review | 8 years ago |