Versions in this module Expand all Collapse all v1 v1.8.1 Sep 2, 2024 v1.8.0 Aug 28, 2024 Changes in this version + var TestLog = logrus.NewEntry(logrus.New()) + func HexToAddress(s string) (ret bellatrix.ExecutionAddress) + func HexToBytes(hex string) []byte + func HexToHash(s string) (ret phase0.Hash32) + func HexToPubkey(s string) (ret phase0.BLSPubKey) + func HexToSignature(s string) (ret phase0.BLSSignature) + type Relay struct + GetHeaderResponse *builderSpec.VersionedSignedBuilderBid + GetPayloadResponse *builderApi.VersionedSubmitBlindedBlockResponse + RelayEntry types.RelayEntry + ResponseDelay time.Duration + Server *httptest.Server + func NewRelay(t *testing.T) *Relay + func (m *Relay) DefaultHandleGetPayload(w http.ResponseWriter) + func (m *Relay) GetRequestCount(path string) int + func (m *Relay) MakeGetHeaderResponse(value uint64, blockHash, parentHash, publicKey string, ...) *builderSpec.VersionedSignedBuilderBid + func (m *Relay) MakeGetPayloadResponse(parentHash, blockHash, feeRecipient string, blockNumber uint64, ...) *builderApi.VersionedSubmitBlindedBlockResponse + func (m *Relay) OverrideHandleGetPayload(method func(w http.ResponseWriter, req *http.Request)) + func (m *Relay) OverrideHandleRegisterValidator(method func(w http.ResponseWriter, req *http.Request))