Documentation ¶
Overview ¶
Package history defines methods to parse, import, and export slashing protection data from a standard JSON file according to EIP-3076 https://eips.ethereum.org/EIPS/eip-3076. This format is critical to allow safe interoperability between Ethereum consensus clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportStandardProtectionJSON ¶
func ExportStandardProtectionJSON( ctx context.Context, validatorDB db.Database, filteredKeys ...[]byte, ) (*format.EIPSlashingProtectionFormat, error)
ExportStandardProtectionJSON extracts all slashing protection data from a validator database and packages it into an EIP-3076 compliant, standard
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.