tendermint/consensus
Anton Kaliaev d73c5cbdb1
reap max bytes from the mempool & check transaction size
See ADR 020: Limiting txs size inside a block docs/architecture/adr-020-block-size.md

Refs #2035
2018-08-31 16:01:21 +04:00
..
types crypto: Remove unnecessary prefixes from amino route variable names (#2205) 2018-08-14 19:13:25 -04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
byzantine_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
common_test.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
mempool_test.go reap max bytes from the mempool & check transaction size 2018-08-31 16:01:21 +04:00
metrics.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
reactor.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
reactor_test.go reap max bytes from the mempool & check transaction size 2018-08-31 16:01:21 +04:00
replay.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
replay_file.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
replay_test.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
state.go reap max bytes from the mempool & check transaction size 2018-08-31 16:01:21 +04:00
state_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +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 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
wal_fuzz.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wal_generator.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
wal_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +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.