tendermint/state
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
..
txindex switch back to original fork 2018-09-18 12:16:03 +04:00
errors.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
execution.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
execution_test.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
services.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
state.go Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) 2018-09-12 15:44:43 -04:00
state_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
store.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
tx_filter.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
tx_filter_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
validation.go Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
validation_test.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
wire.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00