Documentation ¶
Index ¶
- func RunAttestationTest(t *testing.T, config string)
- func RunAttesterSlashingTest(t *testing.T, config string)
- func RunBLSToExecutionChangeTest(t *testing.T, config string)
- func RunBlockHeaderTest(t *testing.T, config string)
- func RunBlockOperationTest(t *testing.T, folderPath string, body *ethpb.BeaconBlockBodyDeneb, ...)
- 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)
- func RunWithdrawalsTest(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.BeaconBlockBodyDeneb, 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 ¶
func RunProposerSlashingTest ¶
func RunSyncCommitteeTest ¶
func RunVoluntaryExitTest ¶
func RunWithdrawalsTest ¶
Types ¶
type ExecutionConfig ¶
type ExecutionConfig struct {
Valid bool `json:"execution_valid"`
}
Click to show internal directories.
Click to hide internal directories.