165 Commits (9af8b7a7c87478869f8c280ed9539470b8f470b4)

Author SHA1 Message Date
  Ethan Buchman c681347ee3 move genesis fields into RequestInitChain. some nullable=false 7 years ago
  Ethan Buchman 512b3121a7 include genesis file structure 7 years ago
  Ethan Buchman 90c3a469ff Revert "Merge pull request #247 from tendermint/bucky/no-gogo" 7 years ago
  Ethan Buchman 01f87fd8d3 remove gogoproto 7 years ago
  Ethan Buchman cfdec76020 update everything for Params and Result types 7 years ago
  Ethan Buchman 5830c338ae Application uses new ParamsXxx and ResultXxx Types 7 years ago
  Ethan Buchman 07a9ddb2d5 result.go is json.go and codetype.go 7 years ago
  Ethan Buchman fac6bcd19e consolidate util.go and pubkey.go to validator.go 7 years ago
  Ethan Buchman 3d4f3bbbdd varint -> uvarint for length prefix 7 years ago
  Ethan Buchman 3dbdc87edb protoc and update everything 7 years ago
  Ethan Buchman 8bb04d7ef7 Validator and SignedValidator 7 years ago
  Ethan Buchman efbc2efb42 add proposer to header 7 years ago
  Ethan Buchman 31576150ad add total_voting_power to evidence 7 years ago
  Ethan Buchman 459ee59e46 Request/ResponseValidator, update Header 7 years ago
  Christopher Goes e196dacf80
Add 'type' field to abci.Evidence 7 years ago
  Christopher Goes 4c73ceee08
Add time field to abci.Evidence 7 years ago
  Ethan Buchman 9b20287463 add tags to begin/end block 7 years ago
  Ethan Buchman f7d775337b absent_validators: repeated int -> repeated bytes 7 years ago
  Adrian Brink f80b3aee48
Change AppStateBytes to GenesisBytes 7 years ago
  Adrian Brink ef67705524
Allow ResponseInitChain to return the initial validator set 7 years ago
  Ethan Buchman 8fc21cdcd9 remove omitempty 7 years ago
  Ethan Buchman 5310e85bbb run make protoc 7 years ago
  Ethan Buchman 4600f19d9f add nullable=false and omitempty to fee 7 years ago
  Ethan Buchman e0c174b02b remove nullable=false from fee 7 years ago
  Ethan Buchman 5306147a2d types: revert CheckTx/DeliverTx changes. make them the same 7 years ago
  Ethan Buchman f7afa3d91f comment some fields in ResponseCheck/DeliverTx. closes #214 7 years ago
  Emmanuel T Odeke 121f0d3fcf
types: compile time assert to, and document sort.Interface 7 years ago
  Ethan Buchman a6be687088 types: RequestInitChain.AppStateBytes 7 years ago
  Ethan Buchman 1148027baf remove go-wire and go-crypto deps 7 years ago
  Ethan Buchman 4450a20bde types: check bufio.Reader 7 years ago
  Ethan Buchman 11d383f1c7 update for go-wire sdk2 7 years ago
  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 3798f9fa8e Reorder README 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 eb6d412a82 Add tests to protobuf objects for pr coverage 7 years ago
  Ethan Frey 9c5e1a824d Updated naming of EndBlock parameters 7 years ago
  Ethan Frey 25f6f6518c Update the ResponseEndBlock values 7 years ago
  Emmanuel Odeke bbc3b807c6
all: fix vet issues with build tags, formatting 7 years ago
  Ethan Buchman 310beae63c types: check ResponseCheckTx too 7 years ago
  Emmanuel Odeke 7167d4e4c7
types: compile type assertions to avoid sneaky runtime surprises 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 1b2c383205 ResponseSetOption includes a response Code. Closes #64" 7 years ago