pd(template): adjust evidence max_bytes
#4635
Labels
needs-refinement
unclear, incomplete, or stub issue that needs work
max_bytes
#4635
A block is comprised of 3 things: validator commitments, misbehavior evidence, and transactions.
#4597 set the maximum total block size
max_bytes
to 1MiB, but now it's exactly equal to misbehavior evidencemax_bytes
.https://docs.rs/tendermint/0.34.1/tendermint/evidence/struct.Params.html#structfield.max_bytes
Should the evidence limit be decreased or the block size limit be increased?
The text was updated successfully, but these errors were encountered: