execute

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block = execute.Block

type BlockParams

type BlockParams = execute.BlockParams

type BlockState

type BlockState = execute.BlockState

type BlockStateV1

type BlockStateV1 struct {
	BlockV1
	// contains filtered or unexported fields
}

BlockStateV1 translates execute.BlockState calls for a v1 executor block.

func (*BlockStateV1) ChangeSet added in v1.1.1

func (s *BlockStateV1) ChangeSet() record.Record

func (*BlockStateV1) Commit

func (s *BlockStateV1) Commit() error

func (*BlockStateV1) DidCompleteMajorBlock

func (s *BlockStateV1) DidCompleteMajorBlock() (uint64, time.Time, bool)

func (*BlockStateV1) DidUpdateValidators added in v1.3.0

func (s *BlockStateV1) DidUpdateValidators() ([]*execute.ValidatorUpdate, bool)

func (*BlockStateV1) Discard

func (s *BlockStateV1) Discard()

func (*BlockStateV1) Hash

func (s *BlockStateV1) Hash() ([32]byte, error)

func (*BlockStateV1) IsEmpty

func (s *BlockStateV1) IsEmpty() bool

func (*BlockStateV1) Params

func (b *BlockStateV1) Params() execute.BlockParams

type BlockV1

type BlockV1 struct {
	Block    *block.Block
	Executor *block.Executor
}

BlockV1 translates execute.Block calls for a v1 executor/block.

func (*BlockV1) Close

func (b *BlockV1) Close() (execute.BlockState, error)

Close ends the block and returns the block state.

func (*BlockV1) Params

func (b *BlockV1) Params() execute.BlockParams

func (*BlockV1) Process

func (b *BlockV1) Process(envelope *messaging.Envelope) ([]*protocol.TransactionStatus, error)

Process converts the message to a delivery and processes it. Process returns an error if the message is not a [message.LegacyMessage].

type DescribeShim added in v1.3.0

type DescribeShim = execute.DescribeShim

type Dispatcher

type Dispatcher = execute.Dispatcher

type Executor

type Executor = execute.Executor

func NewExecutor

func NewExecutor(opts Options) (Executor, error)

NewExecutor creates a new executor.

type ExecutorV1

type ExecutorV1 block.Executor

ExecutorV1 implements execute.Executor calls for a v1 executor.

func (*ExecutorV1) Begin

func (x *ExecutorV1) Begin(params execute.BlockParams) (execute.Block, error)

Begin constructs a BlockV1 and calls block.Executor.BeginBlock.

func (*ExecutorV1) EnableTimers

func (x *ExecutorV1) EnableTimers()

func (*ExecutorV1) Init added in v1.2.0

func (x *ExecutorV1) Init(validators []*ValidatorUpdate) (additional []*ValidatorUpdate, err error)

func (*ExecutorV1) LastBlock

func (x *ExecutorV1) LastBlock() (*execute.BlockParams, [32]byte, error)

func (*ExecutorV1) StoreBlockTimers

func (x *ExecutorV1) StoreBlockTimers(ds *logging.DataSet)

func (*ExecutorV1) Validate

func (x *ExecutorV1) Validate(envelope *messaging.Envelope, recheck bool) ([]*protocol.TransactionStatus, error)

Validate converts the message to a delivery and validates it. Validate returns an error if the message is not a [message.LegacyMessage].

type Multi

type Multi struct {
	// contains filtered or unexported fields
}

func (*Multi) Begin

func (m *Multi) Begin(params BlockParams) (Block, error)

func (*Multi) EnableTimers

func (m *Multi) EnableTimers()

func (*Multi) Init added in v1.2.0

func (m *Multi) Init(validators []*ValidatorUpdate) (additional []*ValidatorUpdate, err error)

func (*Multi) LastBlock

func (m *Multi) LastBlock() (*execute.BlockParams, [32]byte, error)

func (*Multi) StoreBlockTimers

func (m *Multi) StoreBlockTimers(ds *logging.DataSet)

func (*Multi) Validate

func (m *Multi) Validate(envelope *messaging.Envelope, recheck bool) ([]*protocol.TransactionStatus, error)

type Options

type Options = execute.Options

type ValidatorUpdate

type ValidatorUpdate = execute.ValidatorUpdate

type WillBeginBlock added in v1.3.0

type WillBeginBlock = execute.WillBeginBlock

Jump to

Keyboard shortcuts

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