nimbus-eth2/tests/slashing_protection
Jacek Sieka e1e809eeb7
Batch slashing protection registration (#5604)
This PR brings down the time to send 100 attestations from ~1s to
~100ms, making it feasible to run 10k validators on a single node (which
regularly send 300 attestations / slot).

This is done by batching the slashing protection database write in a
single transaction thus avoiding a slow fsync for every signature -
effects will be more pronounced on slow drives.

The benefit applies both to beacon and client validators.
2023-11-19 14:08:07 +01:00
..
.gitignore Opt-in Slashing protection + interchange (#1643) 2020-09-16 13:30:03 +02:00
test_fixtures.nim Batch slashing protection registration (#5604) 2023-11-19 14:08:07 +01:00
test_slashing_protection_db.nim Bump stint to v2.0: new array backend (#5113) 2023-09-13 01:16:04 +07:00