lighthouse-pulse/validator_client/slashing_protection/src
Manu NALEPA ec8edfb89a
EIP-3076 tests - complete database (#4958)
* EIP-3076 interchange tests: Add `should_succeed_complete` boolean.

This new added `should_succeed_complete` boolean means the test should succeed using
complete anti-slashing DB, while the untouched `should_succeed` boolean is
still implicitely reserved for minimal anti-slashing DB.

Note:
This commit only adds the new `should_succeed_complete` boolean, and copy the value from
`should_succeed` without any meaning regarding the value this boolean should
take.

* `TestEIP3076SpecTests`: Modify two tests

Those two tests are modified in a way they both comply with minimal AND
complete anti-slashing DB.

* Disallow false positives and differentiate more minimal vs complete cases

* Fix my own typos

* Update to v5.3.0 tag

---------

Co-authored-by: Michael Sproul <michael@sigmaprime.io>
2023-12-05 10:49:50 +11:00
..
bin EIP-3076 tests - complete database (#4958) 2023-12-05 10:49:50 +11: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 EIP-3076 tests - complete database (#4958) 2023-12-05 10:49:50 +11:00
interchange.rs Remove serde derive references (#4830) 2023-10-11 13:01:30 -04: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 Increase slashing protection test SQL timeout to 500ms (#4574) 2023-08-07 22:53:05 +00:00
test_utils.rs Export slashing protection per validator (#2674) 2021-10-19 00:30:38 +00:00