mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
* rename * gaz * gaz * Gaz * rename * edit * gaz * gaz * build * fix * build * fix up * fix * gaz * cli import export * gaz * flag * rev * comm * package renames * radek
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
|