Documentation ¶
Index ¶
- func MakeABCI(cfg lachesis.Config, s *app.Store) *app.App
- func MakeEngine(dataDir string, gossipCfg *gossip.Config, appCfg *app.Config) (*poset.Poset, *app.Store, *gossip.Store)
- func NewIntegration(ctx *adapters.ServiceContext, network lachesis.Config) *gossip.Service
- func SetAccountKey(am *accounts.Manager, key *ecdsa.PrivateKey, pswd string) (acc accounts.Account)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEngine ¶
func MakeEngine(dataDir string, gossipCfg *gossip.Config, appCfg *app.Config) (*poset.Poset, *app.Store, *gossip.Store)
MakeEngine makes consensus engine from config.
func NewIntegration ¶
NewIntegration creates gossip service for the integration test
func SetAccountKey ¶
func SetAccountKey( am *accounts.Manager, key *ecdsa.PrivateKey, pswd string, ) ( acc accounts.Account, )
SetAccountKey sets key into accounts manager and unlocks it with pswd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.