Files
lighthouse/beacon_node/beacon_chain/src
Jimmy Chen 1e9925435e Reuse fork choice read lock instead of re-acquiring it immediately (#4688)
## Issue Addressed

I went through the code base and look for places where we acquire fork choice locks (after the deadlock bug was found and fixed in #4687), and discovered an instance where we re-acquire a lock immediately after dropping it. This shouldn't cause deadlock like the other issue, but is slightly less efficient.
2023-09-21 00:26:52 +00:00
..
2022-07-27 00:51:06 +00:00
2023-01-27 09:48:42 +00:00
2022-11-04 07:43:43 +00:00
2023-08-03 01:51:47 +00:00
2023-06-27 01:06:49 +00:00
2023-08-24 14:33:24 -04:00
2023-08-02 23:50:41 +00:00