mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
3d13c69ef3
* `LastEpochWrittenForValidators`: Use golang if. * `SaveLastEpochsWrittenForValidators`: Refactor. * `SaveLastEpochsWrittenForValidators`: Fix when `epochByValIndex` > `batchSize`. Before this commit, `TestStore_LastEpochWrittenForValidators` works if `validatorsCount <= 10000` and stops working if `validatorsCount > 10000`. * Slasher: Detect surrounded votes in multiple batches. Fixes https://github.com/prysmaticlabs/prysm/issues/13591. |
||
---|---|---|
.. | ||
BUILD.bazel | ||
kv_test.go | ||
kv.go | ||
log.go | ||
metrics.go | ||
pruning_test.go | ||
pruning.go | ||
schema.go | ||
slasher_test.go | ||
slasher.go | ||
slasherkv_test.go |