lighthouse/slasher/src
Jimmy Chen b0c374c1ca
Update dependencies to get rid of the yanked deps (#4994)
* Initial attempt to upgrade hashbrown to latest to get rid of the crate warnings.

* Replace `.expect()` usage with use of `const`.

* Update ahash 0.7 as well

* Remove unsafe code.

* Update `lru` to 0.12 and fix release test errors.

* Set non-blocking socket

* Bump testcontainers to 0.15.

* Fix lint

---------

Co-authored-by: Michael Sproul <michael@sigmaprime.io>
2023-12-15 18:31:59 +11:00
..
database Modularise slasher backend (#3443) 2022-08-15 01:30:56 +00:00
array.rs Activate clippy::manual_let_else lint (#4889) 2023-10-31 10:31:02 +00:00
attestation_queue.rs De-duplicate attestations in the slasher (#2767) 2021-11-08 00:01:09 +00:00
attester_record.rs Optimise slasher DB layout and switch to MDBX (#2776) 2021-12-21 08:23:17 +00:00
batch_stats.rs Add slasher broadcast (#2079) 2020-12-16 03:44:01 +00:00
block_queue.rs Sidecar inclusion proof (#4900) 2023-12-05 11:19:59 -05:00
config.rs Update dependencies to get rid of the yanked deps (#4994) 2023-12-15 18:31:59 +11:00
database.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00
error.rs Modularise slasher backend (#3443) 2022-08-15 01:30:56 +00:00
lib.rs Switch default slasher backend to LMDB (#4360) 2023-06-07 01:50:33 +00:00
metrics.rs Optimise slasher DB layout and switch to MDBX (#2776) 2021-12-21 08:23:17 +00:00
migrate.rs Optimise slasher DB layout and switch to MDBX (#2776) 2021-12-21 08:23:17 +00:00
slasher.rs Optimise slasher DB layout and switch to MDBX (#2776) 2021-12-21 08:23:17 +00:00
test_utils.rs Add test_logger as feature to logging (#2586) 2021-10-06 00:46:07 +00:00