bsc/miner
zzzckck e7e5d508b5
txpool: set default GasCeil from 30M to 0 (#2688)
This PR tries to improve https://github.com/bnb-chain/bsc/pull/2680
If the node did not set `Eth.Miner` in config.toml, the default GasCeil
will be 30000000, it is not an accurate number for both BSC mainnet and testnet.
Set it to 0 means disable the transaction GasLimit check, i.e. the TxPool will
accept transactions with any GasLimit size.
2024-09-05 22:01:24 +08:00
..
builderclient feat: support MEV (#2224) 2024-03-08 11:15:35 +08:00
stress/clique Merge branch 'develop' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-11 15:16:24 +08:00
bid_simulator.go fix: only take non-mempool tx to calculate bid price (#2579) 2024-07-26 09:49:16 +08:00
miner_mev.go feat: add mev helper params and func (#2512) 2024-06-13 11:13:39 +08:00
miner_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
miner.go txpool: set default GasCeil from 30M to 0 (#2688) 2024-09-05 22:01:24 +08:00
ordering_test.go core/txpool, miner: speed up blob pool pending retrievals (#29008) 2024-02-19 15:59:40 +02:00
ordering.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
payload_building_test.go miner: fix typo in payload_building_test.go (#28825) 2024-01-17 12:44:01 +02:00
payload_building.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
worker_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
worker.go Merge branch 'master' into develop 2024-07-25 10:20:23 +08:00