Ethan Buchman
|
90c3a469ff
|
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commit ef79007433 , reversing
changes made to bcfdd6dbaf .
|
7 years ago |
Ethan Buchman
|
01f87fd8d3
|
remove gogoproto
|
7 years ago |
Ethan Buchman
|
f7afa3d91f
|
comment some fields in ResponseCheck/DeliverTx. closes #214
|
7 years ago |
Ethan Buchman
|
1148027baf
|
remove go-wire and go-crypto deps
|
7 years ago |
Ethan Buchman
|
11d383f1c7
|
update for go-wire sdk2
|
7 years ago |
Jae Kwon
|
8f87efd7f8
|
ABCI message updates (code/log/info)
* Add info to Response[CheckTx/DeliverTx/Query]
* Remove code and log from Response[SetOption/Commit]
|
7 years ago |
Jae Kwon
|
66580408f8
|
GasWanted and GasUsed for Check & Deliver
|
7 years ago |
Jae Kwon
|
e1ff53fd0b
|
Use []byte instead of Bytes, use tmlibs/common.KVPair
|
7 years ago |
Jae Kwon
|
f390385baf
|
Fee is a KNPair (#167)
KVPair is {[]byte,[]byte}
|
7 years ago |
Ethan Buchman
|
47216538fd
|
types: add UnmarshalJSON funcs for Response types
|
7 years ago |
Ethan Buchman
|
e1ee4d6bf5
|
types: add MarshalJSON funcs for Response types with a Code
|
7 years ago |
Ethan Buchman
|
2b804bb5a1
|
remove custom type int https://github.com/gogo/protobuf/issues/359
|
7 years ago |
Ethan Buchman
|
9272756c49
|
types: add note about ReadMessage having no cap
|
7 years ago |