go-ethereum/eth/catalyst
hzq12177 a134f53f0b fix: improve TestSimulatedBeaconSendWithdrawals reliability (fixes #31169)
- Reduced block generation period from 1s to 0.5s to speed up block production.
- Increased test timeout from 12s to 30s to ensure completion.

The changes prevent intermittent timeouts in the flaky test while maintaining the test's original logic.
2025-02-19 01:04:19 +08:00
..
api.go eth/downloader: move SyncMode to package eth/ethconfig (#30847) 2024-12-03 09:30:26 +01:00
api_test.go eth/downloader: move SyncMode to package eth/ethconfig (#30847) 2024-12-03 09:30:26 +01:00
queue.go cmd/geth: implement dev mode for post-merge (#27327) 2023-07-06 04:42:34 -04:00
simulated_beacon.go core/txpool, eth/catalyst: clear transaction pool in Rollback (#30534) 2024-11-19 13:35:52 +01:00
simulated_beacon_api.go eth/catalyst: ensure period zero mode leaves no pending txs in pool (#30264) 2024-08-19 15:32:15 -06:00
simulated_beacon_test.go fix: improve TestSimulatedBeaconSendWithdrawals reliability (fixes #31169) 2025-02-19 01:04:19 +08:00
tester.go eth/downloader: move SyncMode to package eth/ethconfig (#30847) 2024-12-03 09:30:26 +01:00