# Functions
DefaultEthNodeConfig returns the default configuration for a go-ethereum ethereum.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewNode creates a new node.
NewTracer creates a new Tracer instance.
# Variables
it needs to match to the value passed at go-ethereum/eth/backend.go:CreateDB().
No description provided by the author
No description provided by the author
No description provided by the author
IMPORTANT: Following three values needs to correspond to the internal values used by go-ethereum.
No description provided by the author
# Structs
No description provided by the author
Database handles the chain database and VM.
No description provided by the author
---------------------------------------------------------------------- EthState manages concurrent access to the intermediate blockState object The eth tx pool fires TxPreEvent in a go-routine, and the miner subscribes to this in another go-routine and processes the tx onto an intermediate ethState.
No description provided by the author
Node is the main object.
Dummy block validator ignoring PoW, uncles and so on.
# Interfaces
Tracer is used to trace and assert behaviour of lightchain `database` pkg.