Files
lighthouse/common
Mac L e6089fe7db Control span data through tracing Extensions (#7239)
#7234


  Removes the `Arc<Mutex<_>` which was used to store and manage span data and replaces it with the inbuilt `Extension` for managing span-specific data. This also avoids an `unwrap` which was used when acquiring the lock over the mutex'd span data.
2025-07-22 14:22:03 +00:00
..
2025-07-10 01:44:46 +00:00
2024-11-18 01:51:44 +00:00
2025-03-12 22:31:05 +00:00
2025-04-01 10:51:09 +00:00

eth2

Common crates containing eth2-specific logic.