This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Allow different ways of limitting the transactions in a block #1651
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
Milestone
Currently we limit the size of all extrinsics in the block (see #1581) and have the limit hardcoded in the runtime.
However interaction with other modules (namely
srml-contract
) may require some other mechanism of limitting the number of transactions. For instance contracts use up gas and we can have a block gas limit alike Ethereum.Would be perfect if the
weight
of the transaction was also given to the pool to allow better (more optimal) allocation of extrinsics to block to maximise both: fee and utilisationIt's a follow up issue on #1354 (see comment #1354 (comment))
The text was updated successfully, but these errors were encountered: