go-ethereum/miner
cui 3140668d49
miner: cap configured MaxBlobsPerBlock to protocol limit (#35295)
## Summary

- Only apply user-configured `MaxBlobsPerBlock` when it is strictly
below the protocol-defined maximum.
- Prevents the miner from building blocks that exceed the consensus blob
limit.

## Test plan

- [x] `go test -short ./miner/`
2026-07-13 12:13:15 +02:00
..
stress params: remove named hardforks from bpo schedule (#35029) 2026-07-01 16:51:05 +08:00
miner.go miner: set slot number for pending block post-Amsterdam (#34792) 2026-05-28 10:52:27 +02:00
miner_test.go cmd, core, trie, triedb: split CachingDB into merkle + binary dbs. (#34700) 2026-04-17 08:55:54 +08:00
payload_building.go eth/catalyst: add testing_commitBlockV1 (#34995) 2026-06-17 18:03:11 +02:00
payload_building_test.go cmd, core, eth, miner: apply 7997 in block building (#35285) 2026-07-07 14:40:25 +02:00
pending.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
worker.go miner: cap configured MaxBlobsPerBlock to protocol limit (#35295) 2026-07-13 12:13:15 +02:00