mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
mempool: migrate rechecktx to be a consensus parameter (#8514)
This commit is contained in:
+13
-1
@@ -312,6 +312,18 @@ txs included in a proposed block.
|
||||
Must have `MaxGas >= -1`.
|
||||
If `MaxGas == -1`, no limit is enforced.
|
||||
|
||||
### BlockParams.RecheckTx
|
||||
|
||||
This indicates whether all nodes in the network should perform a `CheckTx` on all
|
||||
transactions remaining in the mempool directly *after* the execution of every block,
|
||||
i.e. whenever a new application state is created. This is often useful for garbage
|
||||
collection.
|
||||
|
||||
The change will come into effect immediately after `FinalizeBlock` has been
|
||||
called.
|
||||
|
||||
This was previously a local mempool config parameter.
|
||||
|
||||
### EvidenceParams.MaxAgeDuration
|
||||
|
||||
This is the maximum age of evidence in time units.
|
||||
@@ -352,7 +364,7 @@ are expected to have clocks that differ by at most `Precision`.
|
||||
|
||||
### SynchronyParams.MessageDelay
|
||||
|
||||
`SynchronyParams.MessageDelay` is a parameter of the Proposer-Based Timestamps
|
||||
`SynchronyParams.MessageDelay` is a parameter of the Proposer-Based Timestamps
|
||||
algorithm that configures the acceptable upper-bound for transmitting a `Proposal`
|
||||
message from the proposer to all of the validators on the network.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user