Documentation ¶
Index ¶
- func GeneratePendingDeposit(t *testing.T, key common.SecretKey, amount uint64, ...) *ethpb.PendingDeposit
- func VerifyBeaconStateBlockRootAtIndexNative(t *testing.T, factory getState, factoryBR getStateWithLBlockRoots)
- func VerifyBeaconStateBlockRootsNative(t *testing.T, factory getState, factoryBR getStateWithLBlockRoots)
- func VerifyBeaconStateCurrentJustifiedCheckpoint(t *testing.T, factory getStateWithCheckpoint)
- func VerifyBeaconStateCurrentJustifiedCheckpointNil(t *testing.T, factory getState)
- func VerifyBeaconStateFinalizedCheckpoint(t *testing.T, factory getStateWithCheckpoint)
- func VerifyBeaconStateFinalizedCheckpointNil(t *testing.T, factory getState)
- func VerifyBeaconStateJustificationBits(t *testing.T, factory getStateWithJustificationBits)
- func VerifyBeaconStateJustificationBitsNil(t *testing.T, factory getState)
- func VerifyBeaconStateLatestBlockHeader(t *testing.T, factory getState, factoryLBH getStateWithLatestBlockHeader)
- func VerifyBeaconStateMatchCurrentJustifiedCheckptNative(t *testing.T, factory getStateWithCurrentJustifiedCheckpoint)
- func VerifyBeaconStateMatchPreviousJustifiedCheckptNative(t *testing.T, factory getStateWithCurrentJustifiedCheckpoint)
- func VerifyBeaconStatePreviousJustifiedCheckpoint(t *testing.T, factory getStateWithCheckpoint)
- func VerifyBeaconStatePreviousJustifiedCheckpointNil(t *testing.T, factory getState)
- func VerifyBeaconStateSlotDataRace(t *testing.T, factory getState)
- func VerifyBeaconStateValidatorAtIndexReadOnlyHandlesNilSlice(t *testing.T, factory getState)
- func VerifyBeaconStateValidatorByPubkey(t *testing.T, factory getState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePendingDeposit ¶ added in v5.2.0
func GeneratePendingDeposit(t *testing.T, key common.SecretKey, amount uint64, withdrawalCredentials [32]byte, slot primitives.Slot) *ethpb.PendingDeposit
GeneratePendingDeposit is used for testing and producing a signed pending deposit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.