bsc/cmd
zzzckck 0dab664d98
txpool: apply miner's gasceil to txpool (#2680)
apply `Eth.Miner.GasCeil` to TxPool even the node did not enable `--mine` option
Otherwise, there could be accmulated pending transactions in txpool.
Take an example:
- Currently, BSC testnet's block gaslimit is 70M, as 20M gas is reserved for
  SystemTxs, the maximum acceptable GasLimit for transaction is 50M.
- TxPool recevied a transaction with GasLimit 60M, it would be accepted in TxPool but it
  will never be accepted by validators. Such kinds of transactions will be kept in txpool
  and gradually make the txpool overflowed
2024-09-04 16:02:27 +08:00
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen all: replace log15 with slog (#28187) 2023-11-29 08:33:50 +01:00
bootnode Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
clef cmd/clef: add spaces in README.md table (#29077) 2024-02-26 11:03:59 +01:00
devp2p Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
era cmd,internal/era: implement export-history subcommand (#26621) 2024-02-07 09:18:27 -07:00
ethkey cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
evm cmd/emv/internal/t8ntool: fix shadowing of excessBlobGas (#29263) 2024-03-20 19:21:09 +08:00
extradump BEP-341: Validators can produce consecutive blocks (#2482) 2024-07-23 13:55:45 +08:00
faucet faucet: bump and resend faucet transaction if it has been pending for a while (#2665) 2024-08-26 16:09:34 +08:00
geth txpool: apply miner's gasceil to txpool (#2680) 2024-09-04 16:02:27 +08:00
jsutils utils: add GetTopAddr to analyse large traffic (#2629) 2024-08-05 16:48:33 +08:00
maliciousvote-submit Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
p2psim all: replace some cases of strings.SplitN with strings.Cut (#28446) 2023-11-15 14:42:33 +01:00
rlpdump cmd/rlpdump: add -pos flag, displaying byte positions (#28785) 2024-01-14 12:32:48 +01:00
utils beaconserver: simulated beacon api server for op-stack (#2678) 2024-09-04 09:39:01 +08:00