prysm-pulse/validator/db/kv
Raul Jordan 0d5e2cfb27
Prune Validator Attester Records Older than Weak Subjectivity Periods (#8221)
* pruning and begin test

* comprehensive pruning tests

* add pruning on startup

* also prune source epochs bucket

* more testing

* greatly simplify pruning function

* pruning logic and comprehensive tests in

* att protection test

* gaz

* fix sneaky change

* rev

* documented and tested helper func
2021-01-07 15:40:37 -06:00
..
attestation_history_v2_test.go Simpler and Safer Attester Slashing Protection (#8086) 2020-12-11 12:31:35 -06:00
attestation_history_v2.go Lock Only When Needed When Fetching Attesting History (#8140) 2020-12-17 00:18:38 +00:00
attester_protection_test.go Optimal Local Slashing Protection DB Schema (#8211) 2021-01-06 03:04:46 +00:00
attester_protection.go Optimal Local Slashing Protection DB Schema (#8211) 2021-01-06 03:04:46 +00:00
backup_test.go Simpler and Safer Attester Slashing Protection (#8086) 2020-12-11 12:31:35 -06:00
backup.go Add Backup Webhooks to All Prysm Services With DBs (#8025) 2020-12-03 22:28:57 +00:00
BUILD.bazel Prune Validator Attester Records Older than Weak Subjectivity Periods (#8221) 2021-01-07 15:40:37 -06:00
db_test.go Simpler and Safer Attester Slashing Protection (#8086) 2020-12-11 12:31:35 -06:00
db.go Prune Validator Attester Records Older than Weak Subjectivity Periods (#8221) 2021-01-07 15:40:37 -06:00
genesis_test.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
genesis.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
historical_attestations_test.go Remove redundant parentheses around nil values (#8199) 2021-01-05 13:29:46 +00:00
historical_attestations.go Add spans to pre and post att signing updates (#8079) 2020-12-08 23:47:02 -06:00
migration_optimal_attester_protection_test.go DB Migration for Optimal Local Slashing Protection (#8212) 2021-01-06 20:41:31 +00:00
migration_optimal_attester_protection.go DB Migration for Optimal Local Slashing Protection (#8212) 2021-01-06 20:41:31 +00:00
migration_snappy_history_test.go Validator database: use snappy compression on encoded attestation history (#8129) 2020-12-16 03:33:04 +00:00
migration_snappy_history.go Validator database: use snappy compression on encoded attestation history (#8129) 2020-12-16 03:33:04 +00:00
migration.go DB Migration for Optimal Local Slashing Protection (#8212) 2021-01-06 20:41:31 +00:00
proposal_history_v2_test.go Simpler and Safer Attester Slashing Protection (#8086) 2020-12-11 12:31:35 -06:00
proposal_history_v2.go Validator DB cleanup: remove obsolete buckets (#8122) 2020-12-15 18:24:56 +00:00
prune_attester_protection_test.go Prune Validator Attester Records Older than Weak Subjectivity Periods (#8221) 2021-01-07 15:40:37 -06:00
prune_attester_protection.go Prune Validator Attester Records Older than Weak Subjectivity Periods (#8221) 2021-01-07 15:40:37 -06:00
schema.go Optimal Local Slashing Protection DB Schema (#8211) 2021-01-06 03:04:46 +00:00