tendermint/consensus
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
..
types Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
byzantine_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
common_test.go Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
mempool_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
metrics.go change consensus_block_interval_seconds metric type to gauge 2018-09-18 12:16:01 +04:00
reactor.go Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
reactor_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
replay.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
replay_file.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
replay_test.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
state.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
state_test.go Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) 2018-09-12 15:44:43 -04:00
ticker.go fix import paths 2018-07-01 22:36:49 -04:00
version.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
wal.go Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) 2018-09-12 15:44:43 -04:00
wal_fuzz.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wal_generator.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
wal_test.go Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
wire.go Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00

README.md

See the consensus spec and the reactor consensus spec for more information.