lighthouse/validator_client/slashing_protection/src
Michael Sproul 2fcfdf1a01 Fix docker and deps (#3978)
## Proposed Changes

- Fix this cargo-audit failure for `sqlite3-sys`: https://github.com/sigp/lighthouse/actions/runs/4179008889/jobs/7238473962
- Prevent the Docker builds from running out of RAM on CI by removing `gnosis` and LMDB support from the `-dev` images (see: https://github.com/sigp/lighthouse/pull/3959#issuecomment-1430531155, successful run on my fork: https://github.com/michaelsproul/lighthouse/actions/runs/4179162480/jobs/7239537947).
2023-02-15 11:51:46 +00:00
..
bin Fix assert in slashing protection import (#2881) 2022-01-04 20:46:44 +00:00
attestation_tests.rs Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
block_tests.rs Fix clippy errors on tests (#2160) 2021-01-28 23:31:06 +00:00
extra_interchange_tests.rs Export slashing protection per validator (#2674) 2021-10-19 00:30:38 +00:00
interchange_test.rs Fix assert in slashing protection import (#2881) 2022-01-04 20:46:44 +00:00
interchange.rs Fix assert in slashing protection import (#2881) 2022-01-04 20:46:44 +00:00
lib.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
parallel_tests.rs Optimize validator duties (#2243) 2021-03-17 05:09:57 +00:00
registration_tests.rs Implement standard keystore API (#2736) 2022-01-30 23:22:04 +00:00
signed_attestation.rs Make slashing protection import more resilient (#2598) 2021-10-13 01:49:51 +00:00
signed_block.rs Make slashing protection import more resilient (#2598) 2021-10-13 01:49:51 +00:00
slashing_database.rs Fix docker and deps (#3978) 2023-02-15 11:51:46 +00:00
test_utils.rs Export slashing protection per validator (#2674) 2021-10-19 00:30:38 +00:00