60 Commits (8f87efd7f86c2bae9df69aff69d715593d5d79f7)

Author SHA1 Message Date
  Jae Kwon 8f87efd7f8 ABCI message updates (code/log/info) 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) 7 years ago
  Jae Kwon aaaacba1cd
Use gogoproto's nullable=false (#166) 7 years ago
  Jae Kwon e4b9f1abe7 Id -> ID using gogo 7 years ago
  Jae Kwon c14d3982ac ValidatorSetUpdates -> ValidatorUpdates 7 years ago
  Emmanuel T Odeke 811dc071aa protoc: "//nolint: gas" directive after pb generation (#164) 7 years ago
  Anton Kaliaev 66296fe11a
updates -> validator_set_updates 7 years ago
  Ethan Frey 9c5e1a824d Updated naming of EndBlock parameters 7 years ago
  Ethan Frey 25f6f6518c Update the ResponseEndBlock values 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 308cb8e454 use gogo/protobuf 7 years ago
  Ethan Buchman 42a8e3240c remove CodeType 7 years ago
  Ethan Buchman ab51bdef99 types.pb.go isnt linted. use nolint :( 7 years ago
  Ethan Buchman 7dc5b746ac types: add gas and fee fields to CheckTx 7 years ago
  Anton Kaliaev fc7db13fa8
remove tags from CheckTx 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
  Ethan Buchman 31bdda27ad Query: LastHeight -> Height :) 7 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
  Ethan Frey fdc047ae7a Proof uses uint64 for blockHeight 8 years ago
  Ethan Frey 7cd39dafea Update protocol buffers 8 years ago
  Jae Kwon b9d1465488 Make sure we install before test, since test relies on counter etc 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
  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 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 8374785c1d update glide, grpc to v4 8 years ago
  Ethan Buchman 73e5c3cb7b update grpc version 8 years ago
  Ethan Buchman 8c947760e6 grpc.SupportPackageIsVersion3 8 years ago
  Ethan Buchman f84f11ffe7 base grpc support 8 years ago
  Ethan Buchman 5dc7bee57b Responses/Requests -> Value 8 years ago
  Ethan Buchman 35f4f0e271 use real protobuf message types 8 years ago
  Jae Kwon ca95184373 s/Invalid[Address,Amount]/Invalid[Input,Output]/g 8 years ago
  Jae Kwon 82a411fca5 New TMSP message BeginBlock 8 years ago
  Jae Kwon 121db71f48 Add ErrBaseUnknownPlugin 8 years ago
  Jae Kwon ccc55bd304 Add ErrUnknownAddress 8 years ago
  Jae Kwon 3d2d8c7d6a Result convenience methods; Shuffled Base* code types 8 years ago
  Jae Kwon 29a6d511b4 Add testutil; Clean gov return codes 8 years ago