mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
4df74a3b9d
* first iteration * with initial tests * comment fix * fix lint * Start fixing other tests * Cleanup * Finish att slashing tests * Finish up tests for proposer * Fix docs * Fix tests * Fix pending att slashings to not include duplicates * Fix max list * Add test to make sure no duplicate slashings * Address comments, improve insertion * Fix error * Update beacon-chain/operations/slashings/service.go * Update beacon-chain/operations/slashings/service.go * Update beacon-chain/operations/slashings/service.go * Update beacon-chain/operations/slashings/service.go * include a helper function for deduplication, fix some comments Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
3 lines
87 B
Go
3 lines
87 B
Go
// Package slashings defines the operations management of slashings.
|
|
package slashings
|