forensics

package
v0.24.2 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Replay added in v0.23.3

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

func NewReplay added in v0.23.3

func NewReplay(dbDir string, genesisDoc *genesis.GenesisDoc, logger *logging.Logger) *Replay

func (*Replay) Block added in v0.23.3

func (re *Replay) Block(height uint64) (*ReplayCapture, error)

func (*Replay) Blocks added in v0.24.0

func (re *Replay) Blocks(startHeight, endHeight uint64) ([]*ReplayCapture, error)

func (*Replay) State added in v0.23.3

func (re *Replay) State(height uint64) (*state.State, error)

type ReplayCapture added in v0.23.3

type ReplayCapture struct {
	AppHashBefore binary.HexBytes
	AppHashAfter  binary.HexBytes
	TxExecutions  []*exec.TxExecution
}

func (*ReplayCapture) String added in v0.24.0

func (recap *ReplayCapture) String() string

Jump to

Keyboard shortcuts

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