go-ethereum/miner
Jerry 8be2283e7a
Properly close deps channel (#1197)
In case where commitTransactions is interrupted, it will exit without properly closing chDeps, leaving the dependency calculation goroutine hanging. This commit fixes this issue.
2024-03-21 23:31:10 -07:00
..
stress/clique Merge tag 'v1.13.5' of https://github.com/ethereum/go-ethereum into shivam/upstream-geth-1.13.5 2023-12-15 13:55:57 +05:30
fake_miner.go fix : resolve static problems 2023-12-15 13:57:19 +05:30
miner.go merge latest develop 2023-09-20 21:56:08 +05:30
miner_test.go fix : resolve static problems 2023-12-15 13:57:19 +05:30
ordering.go fix build 2023-08-21 17:48:09 +05:30
ordering_test.go core, eth, miner: start propagating and consuming blob txs (#28243) 2023-10-04 12:36:36 +03:00
payload_building.go Merge tag 'v1.13.5' of https://github.com/ethereum/go-ethereum into shivam/upstream-geth-1.13.5 2023-12-15 13:55:57 +05:30
payload_building_test.go Merge branch 'develop' into shivam/upstream-geth-1.13.5 2024-02-08 18:00:59 +05:30
test_backend.go fix : callWithState 2024-02-08 18:05:14 +05:30
worker.go Properly close deps channel (#1197) 2024-03-21 23:31:10 -07:00
worker_test.go Merge branch 'develop' into shivam/upstream-geth-1.13.5 2024-02-08 18:00:59 +05:30