Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions catalog/protocol_aliases.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
package catalog

import core "github.com/GoCodeAlone/workflow-plugin-compute-core/protocol"

const (
Version = core.Version

NetworkModeNodeService = core.NetworkModeNodeService

ExecutionSandboxedContainer = core.ExecutionSandboxedContainer
ProofArtifactHash = core.ProofArtifactHash

NetworkModeDirect = core.NetworkModeDirect
NetworkModeRelay = core.NetworkModeRelay

UpstreamClientConformanceShapeOnly = core.UpstreamClientConformanceShapeOnly
UpstreamClientConformanceRealClient = core.UpstreamClientConformanceRealClient

SettlementTargetTreasuryWallet = core.SettlementTargetTreasuryWallet

CryptoRewardCustodyTreasuryThenDistribute = core.CryptoRewardCustodyTreasuryThenDistribute
CryptoRewardDistributionContributionShare = core.CryptoRewardDistributionContributionShare
CryptoRewardParticipantAccountWallet = core.CryptoRewardParticipantAccountWallet
)

type (
NetworkOperatingMode = core.NetworkOperatingMode
NetworkMode = core.NetworkMode

ExecutionSecurityTier = core.ExecutionSecurityTier
ProofTier = core.ProofTier

ProviderContract = core.ProviderContract
ProviderRuntimeContract = core.ProviderRuntimeContract
ProviderRuntimeProfile = core.ProviderRuntimeProfile

NetworkProduct = core.NetworkProduct
PlacementRequirements = core.PlacementRequirements
SessionPolicy = core.SessionPolicy
ProviderConfig = core.ProviderConfig
PlacementConstraints = core.PlacementConstraints
StorageGuidance = core.StorageGuidance

SettlementTarget = core.SettlementTarget
CryptoRewardRoutingPolicy = core.CryptoRewardRoutingPolicy

ProviderUpstreamClientRequirement = core.ProviderUpstreamClientRequirement
ProviderUpstreamImagePolicy = core.ProviderUpstreamImagePolicy
)

var (
CanonicalHash = core.CanonicalHash
DefaultProviderRuntimeProfile = core.DefaultProviderRuntimeProfile
)
Loading
Loading