simulation

package
v0.0.0-...-7be72bc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: GPL-3.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SimulateValidation

func SimulateValidation(
	rpc *rpc.Client,
	aiMiddleware common.Address,
	op *aiop.AiOperation,
) (*reverts.ValidationResultRevert, error)

SimulateValidation makes a static call to Aimiddleware.simulateValidation(aiop) and returns the results without any state changes.

Types

type EntityStakes

EntityStakes provides a mapping for encountered entity addresses and their stake info on the AiMiddleware.

type TraceInput

type TraceInput struct {
	Rpc                *rpc.Client
	AiMiddleware       common.Address
	Op                 *aiop.AiOperation
	ChainID            *big.Int
	IsRIP7212Supported bool
	Tracer             string
	Stakes             EntityStakes
	AltMempools        *altmempools.Directory
}

type TraceOutput

type TraceOutput struct {
	TouchedContracts []common.Address
	AltMempoolIds    []string
}

func TraceSimulateValidation

func TraceSimulateValidation(in *TraceInput) (*TraceOutput, error)

TraceSimulateValidation makes a debug_traceCall to Aimiddleware.simulateValidation(aiop) and returns information related to the validation phase of a AiOperation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL