Documentation ¶
Index ¶
Constants ¶
View Source
const ( SimpleTokenSelector = "simple" SherdLockTokenSelector = "sherdlock" )
View Source
const ( BasePort integration.TestPortRange = integration.BasePort + integration.PortsPerSuite*iota ZKATDLogFungible ZKATDLogFungibleStress ZKATDLogFungibleHSM FabTokenFungible OrionZKATDLogBasics OrionFabTokenBasics ZKATDLogDVP FabTokenDVP ZKATDLogNFT FabTokenNFT OrionZKATDLogNFT OrionFabTokenNFT FabTokenInteropHTLC FabTokenInteropHTLCOrion FabTokenInteropHTLCTwoFabricNetworks FabTokenInteropHTLCSwapNoCrossTwoFabricNetworks FabTokenInteropHTLCSwapNoCrossWithOrionAndFabricNetworks ZKATDLogInteropHTLC ZKATDLogInteropHTLCTwoFabricNetworks ZKATDLogInteropHTLCSwapNoCrossTwoFabricNetworks ZKATDLogInteropHTLCOrion ZKATDLogInteropHTLCSwapNoCrossWithOrionAndFabricNetworks Mixed )
Variables ¶
View Source
var ( WebSocketNoReplication = &InfrastructureType{ Label: ginkgo.Label("websocket"), CommType: fsc.WebSocket, ReplicationFactor: token.None, } LibP2PNoReplication = &InfrastructureType{ Label: ginkgo.Label("libp2p"), CommType: fsc.LibP2P, ReplicationFactor: token.None, } WebSocketWithReplication = &InfrastructureType{ Label: ginkgo.Label("replicas"), CommType: fsc.WebSocket, ReplicationFactor: 3, } WebSocketNoReplicationOnly = []*InfrastructureType{ WebSocketNoReplication, } LibP2PNoReplicationOnly = []*InfrastructureType{ LibP2PNoReplication, } WebSocketWithReplicationOnly = []*InfrastructureType{ WebSocketWithReplication, } AllTestTypes = []*InfrastructureType{ WebSocketNoReplication, LibP2PNoReplication, WebSocketWithReplication, } )
View Source
var (
TokenSelectors = []string{SimpleTokenSelector, SherdLockTokenSelector}
)
Functions ¶
This section is empty.
Types ¶
type InfrastructureType ¶ added in v0.4.0
type InfrastructureType struct { Label ginkgo.Labels CommType fsc.P2PCommunicationType ReplicationFactor int }
type TestPortRange ¶
type TestPortRange integration.TestPortRange
TestPortRange represents a port range
Directories ¶
Path | Synopsis |
---|---|
nwo
|
|
token/generators/dlog/mock
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.