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 |
Jae Kwon
|
aaaacba1cd
|
Use gogoproto's nullable=false (#166)
* Use gogoproto's nullable=false where appropriate.
|
7 years ago |
Jae Kwon
|
e4b9f1abe7
|
Id -> ID using gogo
|
7 years ago |
Jae Kwon
|
3798f9fa8e
|
Reorder README
|
7 years ago |
Jae Kwon
|
c14d3982ac
|
ValidatorSetUpdates -> ValidatorUpdates
|
7 years ago |
Anton Kaliaev
|
66296fe11a
|
updates -> validator_set_updates
ConsensusParamChanges -> ConsensusParamUpdates
|
7 years ago |
Ethan Frey
|
9c5e1a824d
|
Updated naming of EndBlock parameters
* Changes -> Updates for validators
* ConsensusParams.XXXParams -> ConsensusParams.XXX
* As per feedback from Jae on PR
|
7 years ago |
Ethan Frey
|
25f6f6518c
|
Update the ResponseEndBlock values
* Rename diffs -> changes
* Add consensus_param_changes
For context, see:
https://github.com/tendermint/tendermint/issues/924
https://github.com/tendermint/tendermint/issues/952
|
7 years ago |
Ethan Buchman
|
1b2c383205
|
ResponseSetOption includes a response Code. Closes #64"
|
7 years ago |
Ethan Buchman
|
2b804bb5a1
|
remove custom type int https://github.com/gogo/protobuf/issues/359
|
7 years ago |
Ethan Buchman
|
82d56571b5
|
types: int32 with gogo int
|
7 years ago |
Ethan Buchman
|
b20273439d
|
types: RequestBeginBlock includes absent and byzantine validators
|
7 years ago |
Ethan Buchman
|
0ad7dea71f
|
uint64 -> int64
|
7 years ago |
Ethan Buchman
|
81e4effbdb
|
types: use data.Bytes directly in type.proto via gogo/protobuf. wow
|
7 years ago |
Ethan Buchman
|
42a8e3240c
|
remove CodeType
|
7 years ago |
Ethan Buchman
|
7dc5b746ac
|
types: add gas and fee fields to CheckTx
|
7 years ago |
Anton Kaliaev
|
fc7db13fa8
|
remove tags from CheckTx
add value_type field to KVPair
|
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 |
Ethan Buchman
|
667c2543ea
|
use request struct for Info
|
7 years ago |
Adrian Brink
|
577ec5452f
|
Fix indentation
|
8 years ago |
Adrian Brink
|
322b4e54de
|
Remove unused enum MessageTypes
|
8 years ago |
Krzysztof Jurewicz
|
a3d4e5797d
|
Comment out MessageType
As it is an unused enum, leaving it uncommented causes dead Protocol
Buffers code to be generated.
|
8 years ago |
Ethan Buchman
|
be5a4345a3
|
formatting and update CHANGELOG
|
8 years ago |
Ethan Buchman
|
31bdda27ad
|
Query: LastHeight -> Height :)
|
8 years ago |
Ethan Buchman
|
b6afa8d85b
|
Query: Height -> LastHeight
|
8 years ago |
Jae Kwon
|
2a4894310d
|
Remove Proof message, replace with more flexible Query
|
8 years ago |
Jae Kwon
|
4bdddf9829
|
First commit to demonstrate change
|
8 years ago |
Ethan Frey
|
fdc047ae7a
|
Proof uses uint64 for blockHeight
|
8 years ago |
Ethan Frey
|
7cd39dafea
|
Update protocol buffers
|
8 years ago |
Ethan Frey
|
58ea995032
|
Begin adding proof calls
|
8 years ago |
Ethan Buchman
|
5189a2248d
|
TMSP -> ABCI
|
8 years ago |
Ethan Buchman
|
80f377135b
|
AppendTx -> DeliverTx
|
8 years ago |
Jae Kwon
|
8b76f3dd00
|
Make fields in ResponseInfo be flat
|
8 years ago |
Jae Kwon
|
0d82d26408
|
Frist commit on types.proto
|
8 years ago |
Ethan Buchman
|
40448a3897
|
types: update LastBlockInfo and ConfigInfo
|
8 years ago |
Ethan Buchman
|
9a2d3e51ed
|
heights are uint64
|
8 years ago |
Ethan Buchman
|
60e0842ef9
|
Header.LastBlockID
|
8 years ago |
Ethan Buchman
|
df299d03c4
|
block_height is int32
|
8 years ago |
Ethan Buchman
|
ddb2b01631
|
BeginBlock(hash, header)
|
8 years ago |
Ethan Buchman
|
debbf122db
|
add version/block/config to Info. add header to BeginBlock
|
8 years ago |
Ethan Buchman
|
516a929e5f
|
some cleanup
|
9 years ago |
Ethan Buchman
|
f84f11ffe7
|
base grpc support
|
9 years ago |
Ethan Buchman
|
5dc7bee57b
|
Responses/Requests -> Value
|
9 years ago |
Ethan Buchman
|
35f4f0e271
|
use real protobuf message types
|
9 years ago |
Jae Kwon
|
ca95184373
|
s/Invalid[Address,Amount]/Invalid[Input,Output]/g
|
9 years ago |
Jae Kwon
|
82a411fca5
|
New TMSP message BeginBlock
|
9 years ago |