lighthouse/beacon_node
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
..
beacon_chain Reuse fork choice read lock instead of re-acquiring it immediately (#4688) 2023-09-21 00:26:52 +00:00
beacon_processor Fix beacon-processor-max-workers (#4636) 2023-08-21 05:02:34 +00:00
builder_client Tidy formatting of Reqwest errors (#4336) 2023-06-27 01:06:50 +00:00
client Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
eth1 Replace ganache-cli with anvil (#3555) 2023-05-15 07:22:02 +00:00
execution_layer Prevent port re-use in HTTP API tests (#4745) 2023-09-20 01:19:03 +00:00
genesis rust 1.72 lints (#4659) 2023-08-24 14:33:24 -04:00
http_api Prevent port re-use in HTTP API tests (#4745) 2023-09-20 01:19:03 +00:00
http_metrics upgrade to libp2p 0.52 (#4431) 2023-08-02 00:59:34 +00:00
lighthouse_network Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
network Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
operation_pool Fix some typos (#4565) 2023-08-14 00:29:43 +00:00
src Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
store Fix bug in block root storage (#4663) 2023-08-28 05:34:28 +00:00
tests Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml Release v4.4.1 (#4690) 2023-09-04 02:56:52 +00:00