Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestBlockBuilder ¶
type TestBlockBuilder struct {
// contains filtered or unexported fields
}
func NewTestBlockBuilder ¶
func NewTestBlockBuilder(t devtest.CommonT, cfg TestBlockBuilderConfig) *TestBlockBuilder
func (*TestBlockBuilder) BuildBlock ¶
func (s *TestBlockBuilder) BuildBlock(ctx context.Context, parentHash *common.Hash)
type TestBlockBuilderConfig ¶
type TestPOS ¶
type TestPOS struct {
// contains filtered or unexported fields
}
func NewTestPOS ¶
func NewTestPOS(t devtest.CommonT, rpcURL string, blockBuilder *TestBlockBuilder) *TestPOS
type TestReorgManager ¶
type TestReorgManager struct {
// contains filtered or unexported fields
}
func NewTestReorgManager ¶
func NewTestReorgManager(t devtest.CommonT) *TestReorgManager
func (*TestReorgManager) GetBlockBuilder ¶
func (m *TestReorgManager) GetBlockBuilder() *TestBlockBuilder
func (*TestReorgManager) GetPOS ¶
func (m *TestReorgManager) GetPOS() *TestPOS
func (*TestReorgManager) StopL1CL ¶
func (m *TestReorgManager) StopL1CL()
Click to show internal directories.
Click to hide internal directories.