Schedule Fusaka on Ethereum mainnet#17734
Conversation
on December 3, 2025, 09:49:11pm UTC BPO1 December 9, 2025, 02:21:11pm UTC BPO2 January 7, 2026, 01:01:11am UTC See https://notes.ethereum.org/@bbusa/fusaka-bpo-timeline, ethereum/consensus-specs#4689 and eth-clients/mainnet#11. `DefaultOsakaBlobConfig` was removed because it's the same as `DefaultPragueBlobConfig`, so there's no need to set it explicitly.
Cherry pick #17734 into `release/3.2`
on December 3, 2025, 09:49:11pm UTC BPO1 December 9, 2025, 02:21:11pm UTC BPO2 January 7, 2026, 01:01:11am UTC See https://notes.ethereum.org/@bbusa/fusaka-bpo-timeline, ethereum/consensus-specs#4689 and eth-clients/mainnet#11. `DefaultOsakaBlobConfig` was removed because it's the same as `DefaultPragueBlobConfig`, so there's no need to set it explicitly.
(Ignore if already addressed, I only just saw this) |
What do you mean by missing? The test checks that the last fork_id is getConfig API work is finished yes. |
Yeah, it's a valid argument. It's also always better to be very explicit, even unnecessarily explicit, when it comes to config. |
…kids (#18091) follow up to #17734 (comment) to make it a bit clearer
on December 3, 2025, 09:49:11pm UTC
BPO1 December 9, 2025, 02:21:11pm UTC
BPO2 January 7, 2026, 01:01:11am UTC
See https://notes.ethereum.org/@bbusa/fusaka-bpo-timeline, ethereum/consensus-specs#4689 and eth-clients/mainnet#11.
DefaultOsakaBlobConfigwas removed because it's the same asDefaultPragueBlobConfig, so there's no need to set it explicitly.