Documentation
¶
Index ¶
- Constants
- Variables
- func ReceiptsToExecutingMessages(depset depset.ChainIndexFromID, receipts ethtypes.Receipts) ([]*supervisortypes.ExecutingMessage, uint32, error)
- func RunConsolidation(logger log.Logger, bootInfo *boot.BootInfoInterop, l1PreimageOracle l1.Oracle, ...) (eth.Bytes32, error)
- func RunInteropProgram(logger log.Logger, bootInfo *boot.BootInfoInterop, l1PreimageOracle l1.Oracle, ...) error
- type ConsolidateCheckDeps
Constants ¶
View Source
const (
ConsolidateStep = 1023
)
Variables ¶
View Source
var ( ErrIncorrectOutputRootType = errors.New("incorrect output root type") ErrL1HeadReached = errors.New("l1 head reached") InvalidTransition = []byte("invalid") InvalidTransitionHash = crypto.Keccak256Hash(InvalidTransition) )
Functions ¶
func ReceiptsToExecutingMessages ¶
func ReceiptsToExecutingMessages(depset depset.ChainIndexFromID, receipts ethtypes.Receipts) ([]*supervisortypes.ExecutingMessage, uint32, error)
func RunConsolidation ¶
Types ¶
type ConsolidateCheckDeps ¶
type ConsolidateCheckDeps interface {
cross.UnsafeFrontierCheckDeps
cross.CycleCheckDeps
Contains(chain eth.ChainID, query supervisortypes.ContainsQuery) (includedIn supervisortypes.BlockSeal, err error)
}
Click to show internal directories.
Click to hide internal directories.