validation

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2018 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTxVMContext

func NewTxVMContext(vs *validationState, entry bc.Entry, prog *bc.Program, args [][]byte) *vm.Context

NewTxVMContext generates the vm.Context for BVM

func ValidateBlock

func ValidateBlock(b *bc.Block, parent *state.BlockNode) error

ValidateBlock validates a block and the transactions within.

func ValidateBlockHeader added in v0.4.6

func ValidateBlockHeader(b *bc.Block, parent *state.BlockNode) error

ValidateBlockHeader check the block's header

Types

type GasState added in v0.4.1

type GasState struct {
	BTMValue   uint64
	GasLeft    int64
	GasUsed    int64
	GasValid   bool
	StorageGas int64
}

GasState record the gas usage status

func ValidateTx

func ValidateTx(tx *bc.Tx, block *bc.Block) (*GasState, error)

ValidateTx validates a transaction.

Jump to

Keyboard shortcuts

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