bsc
bsc copied to clipboard
txpool: limit max gas when mining is enabled;
Description
This PR tries to add a max gas limit in txpool when mining is enabled. It will drop the txs that the miner cannot package.
It will reduce pending txs in txpool, and reduce mem, CPU usage too.
Changes
Notable changes:
- txpool: limit max gas when mining is enabled;
- ...