Documentation ¶
Index ¶
- func RunAttestationTest(t *testing.T, config string)
- func RunAttesterSlashingTest(t *testing.T, config string)
- func RunBlockHeaderTest(t *testing.T, config string)
- func RunBlockOperationTest(t *testing.T, folderPath string, body *ethpb.BeaconBlockBodyBellatrix, ...)
- func RunDepositTest(t *testing.T, config string)
- func RunExecutionPayloadTest(t *testing.T, config string)
- func RunProposerSlashingTest(t *testing.T, config string)
- func RunSyncCommitteeTest(t *testing.T, config string)
- func RunVoluntaryExitTest(t *testing.T, config string)
- type ExecutionConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAttestationTest ¶
func RunAttesterSlashingTest ¶
func RunBlockHeaderTest ¶
func RunBlockOperationTest ¶
func RunBlockOperationTest( t *testing.T, folderPath string, body *ethpb.BeaconBlockBodyBellatrix, operationFn blockOperation, )
RunBlockOperationTest takes in the prestate and the beacon block body, processes it through the passed in block operation function and checks the post state with the expected post state.
func RunDepositTest ¶
func RunExecutionPayloadTest ¶ added in v4.0.8
func RunProposerSlashingTest ¶
func RunSyncCommitteeTest ¶
func RunVoluntaryExitTest ¶
Types ¶
type ExecutionConfig ¶ added in v4.0.8
type ExecutionConfig struct {
Valid bool `json:"execution_valid"`
}
Click to show internal directories.
Click to hide internal directories.