simulation

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SimulateValidation

func SimulateValidation(
	rpc *rpc.Client,
	entryPoint common.Address,
	op *userop.UserOperation,
) (*reverts.ValidationResultRevert, error)

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

func TraceSimulateValidation

func TraceSimulateValidation(
	rpc *rpc.Client,
	entryPoint common.Address,
	op *userop.UserOperation,
	chainID *big.Int,
	customTracer string,
	stakes EntityStakes,
) ([]common.Address, error)

TraceSimulateValidation makes a debug_traceCall to Entrypoint.simulateValidation(userop) and returns an array of all the interacted contracts touched by entities during the trace.

Types

type EntityStakes

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

Jump to

Keyboard shortcuts

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