Documentation ¶
Index ¶
- func FirstBlockHash(statusNode *node.StatusNode) (string, error)
- func Init()
- type BackendTestSuite
- func (s *BackendTestSuite) LogoutAndStop()
- func (s *BackendTestSuite) RestartTestNode()
- func (s *BackendTestSuite) SetupTest()
- func (s *BackendTestSuite) StartTestBackend(opts ...TestNodeOption)
- func (s *BackendTestSuite) StartTestBackendWithAccount(account multiaccounts.Account, password string, subaccs []accounts.Account, ...)
- func (s *BackendTestSuite) StopTestBackend()
- func (s *BackendTestSuite) TearDownTest()
- func (s *BackendTestSuite) Transactor() *transactions.Transactor
- func (s *BackendTestSuite) WakuService() *waku.Waku
- type StatusNodeTestSuite
- type TestNodeOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstBlockHash ¶
func FirstBlockHash(statusNode *node.StatusNode) (string, error)
FirstBlockHash validates Attach operation for the StatusNode.
Types ¶
type BackendTestSuite ¶
type BackendTestSuite struct { suite.Suite Backend *api.GethStatusBackend }
BackendTestSuite is a test suite with api.GethStatusBackend initialized and a few utility methods to start and stop node or get various services.
func (*BackendTestSuite) LogoutAndStop ¶ added in v0.35.0
func (s *BackendTestSuite) LogoutAndStop()
func (*BackendTestSuite) RestartTestNode ¶
func (s *BackendTestSuite) RestartTestNode()
RestartTestNode restarts a currently running node.
func (*BackendTestSuite) SetupTest ¶
func (s *BackendTestSuite) SetupTest()
SetupTest initializes Backend.
func (*BackendTestSuite) StartTestBackend ¶
func (s *BackendTestSuite) StartTestBackend(opts ...TestNodeOption)
StartTestBackend imports some keys and starts a node.
func (*BackendTestSuite) StartTestBackendWithAccount ¶ added in v0.35.0
func (s *BackendTestSuite) StartTestBackendWithAccount(account multiaccounts.Account, password string, subaccs []accounts.Account, opts ...TestNodeOption)
func (*BackendTestSuite) StopTestBackend ¶
func (s *BackendTestSuite) StopTestBackend()
StopTestBackend stops the node.
func (*BackendTestSuite) TearDownTest ¶
func (s *BackendTestSuite) TearDownTest()
TearDownTest cleans up the packages state.
func (*BackendTestSuite) Transactor ¶
func (s *BackendTestSuite) Transactor() *transactions.Transactor
Transactor returns a reference to the Transactor.
func (*BackendTestSuite) WakuService ¶ added in v0.79.0
func (s *BackendTestSuite) WakuService() *waku.Waku
WakuService returns a reference to the Waku service.
type StatusNodeTestSuite ¶
type StatusNodeTestSuite struct { suite.Suite StatusNode *node.StatusNode }
StatusNodeTestSuite defines a test suite with StatusNode.
func (*StatusNodeTestSuite) StartTestNode ¶
func (s *StatusNodeTestSuite) StartTestNode(opts ...TestNodeOption)
StartTestNode initiazes a StatusNode instances with configuration retrieved from the test config.
func (*StatusNodeTestSuite) StopTestNode ¶
func (s *StatusNodeTestSuite) StopTestNode()
StopTestNode attempts to stop initialized StatusNode.
type TestNodeOption ¶
type TestNodeOption func(config *params.NodeConfig)
TestNodeOption is a callback passed to StartTestNode which alters its config.
func WithDataDir ¶
func WithDataDir(dataDir string) TestNodeOption
WithDataDir returns TestNodeOption that allows to set another data dir.
func WithUpstream ¶
func WithUpstream(url string) TestNodeOption
WithUpstream returns TestNodeOption which enabled UpstreamConfig.