go-ethereum/miner
Manav Darji 09f953a4bd
miner: wait for next block before running commit interrupt tests (#1450)
The results for the commit interrupt tests via new transactions channel were non-deterministic and used to fail sometimes. This was because we use `w.current` to calculate the delay which needs to be correct for the test to work as expected. It takes a while before `w.current` is updated to the next block (block 3 in this case). This PR adds a small delay so that we have the new block and delays are accurately calculated for the test to work.
2025-02-18 00:40:21 +05:30
..
fake_miner.go fix: testcases 2024-08-09 11:59:34 +05:30
miner.go merge: master 2024-08-13 11:48:57 +05:30
miner_test.go fix: lint, add: milestone related tests in downloader 2024-09-05 14:03:10 +05:30
ordering.go Merge branch 'release/1.13' into upstream_merge_1.13 2024-07-10 11:19:34 +05:30
ordering_test.go Merge branch 'develop' of https://github.com/maticnetwork/bor into upstream_merge 2024-05-28 17:20:23 +05:30
payload_building.go Merge tag 'v1.14.6' into upstream_merge_1.14.6 2024-08-05 16:29:10 +05:30
payload_building_test.go fix: testcases 2024-08-21 23:25:11 +05:30
pending.go fix: lint, add: milestone related tests in downloader 2024-09-05 14:03:10 +05:30
worker.go miner: reset ctx timeout before commit tx on new tx notif (#1434) 2025-02-10 08:11:59 -08:00
worker_test.go miner: wait for next block before running commit interrupt tests (#1450) 2025-02-18 00:40:21 +05:30