Skip to content

Commit

Permalink
Missing fields: features / node_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Sep 6, 2024
1 parent 96a254b commit 4f5604a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/message/src/types/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export type MachineResources = {
export type CpuProperties = {
architecture?: 'x86_64' | 'arm64'
vendor?: 'AuthenticAMD' | 'GenuineIntel' | string
features?: string[]
}

/**
Expand All @@ -79,6 +80,7 @@ export type CpuProperties = {
export type NodeRequirements = {
owner?: string
address_regex?: string
node_hash?: string
}

/**
Expand Down

0 comments on commit 4f5604a

Please sign in to comment.