Documentation ¶
Index ¶
Constants ¶
View Source
const MaxEventSliceLength = 6_000_000
Variables ¶
View Source
var (
StatApplied uint64
)
stat counters
Functions ¶
func NewDualExecutionFVM ¶ added in v1.8.0
Types ¶
type FVM ¶
type FVM struct {
// contains filtered or unexported fields
}
func NewDebugFVM ¶ added in v1.8.0
func (*FVM) ApplyImplicitMessage ¶
func (*FVM) ApplyMessage ¶
type FvmExtern ¶
type FvmExtern struct { vm.ChainRandomness blockstoreutil.Blockstore // contains filtered or unexported fields }
func (*FvmExtern) VerifyConsensusFault ¶
func (x *FvmExtern) VerifyConsensusFault(ctx context.Context, a, b, extra []byte) (*ffi_cgo.ConsensusFault, int64)
VerifyConsensusFault is similar to the one in syscalls.go used by the LegacyVM, except it never errors Errors are logged and "no fault" is returned, which is functionally what go-actors does anyway
Click to show internal directories.
Click to hide internal directories.