tendermint/abci/types
Anton Kaliaev 8d50bb9dad conesnsu: follow up to removing some consensus params (#2427)
* follow up to removing some consensus params Refs #2382
* change args type to int64 in state#makeParams
* make valsCount and evidenceCount ints again
* MaxEvidenceBytesPerBlock: include magic number in godoc
* [spec] creating a proposal
* test state#TxFilter
* panic if MaxDataBytes is less than 0
* fixes after review
* use amino#UvarintSize to calculate overhead
0c74291f3b/encoder.go (L85-L90)
* avoid cyclic imports
* you can do better Go, come on
* remove testdouble package
2018-09-21 11:00:36 +02:00
..
protoreplace Add abci repo 2018-06-22 02:36:54 +02:00
application.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
messages.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
messages_test.go Remove gogoproto from Makefile's TOOLS (#2198) 2018-08-10 09:14:17 +04:00
pubkey.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
result.go Add abci repo 2018-06-22 02:36:54 +02:00
types.pb.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
types.proto conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
typespb_test.go Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) 2018-09-12 15:44:43 -04:00
util.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00