Versions in this module Expand all Collapse all v0 v0.0.2 Feb 29, 2020 v0.0.1 Feb 15, 2020 Changes in this version + const ValidatorSetChangePrefix + var ProtocolVersion version.Protocol = 0x1 + type BaseApplication struct + ValUpdates []abcitypes.ValidatorUpdate + func NewBaseApplication(config *cfg.Config, logger log.Logger) (bapp *BaseApplication) + func (app *BaseApplication) BeginBlock(req abcitypes.RequestBeginBlock) abcitypes.ResponseBeginBlock + func (app *BaseApplication) Commit() abcitypes.ResponseCommit + func (app *BaseApplication) EndBlock(req abcitypes.RequestEndBlock) abcitypes.ResponseEndBlock + func (app *BaseApplication) IncreaseTxSize() + func (app *BaseApplication) Info(req abcitypes.RequestInfo) abcitypes.ResponseInfo + func (app *BaseApplication) InitChain(req abcitypes.RequestInitChain) abcitypes.ResponseInitChain + func (app *BaseApplication) RegisterSpace(name string) + func (app *BaseApplication) RegisterSpaceIfNotExist(name string) + type DaemonApp struct + func NewDaemonApplication(config *cfg.Config, logger log.Logger) (dapp *DaemonApp) + func (app *DaemonApp) DeliverTx(req abcitypes.RequestDeliverTx) abcitypes.ResponseDeliverTx + func (app *DaemonApp) Query(reqQuery abcitypes.RequestQuery) (resQuery abcitypes.ResponseQuery) + type NodeProvider struct + func (provider *NodeProvider) NewNode(config *cfg.Config, logger log.Logger) (tmNode *node.Node, dapp *DaemonApp, err error) + type Provider func(*cfg.Config, log.Logger) (tmNode *node.Node, dapp *DaemonApp, err error) + type State struct + AppHash []byte + Height int64 + Size int64