Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2023 Changes in this version + type Provider interface + CheckUpgraded func(context.Context, *e2e.Node) (string, bool, error) + Disconnect func(context.Context, string, string) error + GetInfrastructureData func() *e2e.InfrastructureData + Reconnect func(context.Context, string, string) error + Setup func() error + StartNodes func(context.Context, ...*e2e.Node) error + StopTestnet func(context.Context) error + type ProviderData struct + InfrastructureData e2e.InfrastructureData + Testnet *e2e.Testnet + func (pd ProviderData) GetInfrastructureData() *e2e.InfrastructureData