mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
5 lines
291 B
Go
5 lines
291 B
Go
|
// 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.
|
||
|
package history
|