@akashnetwork/chain-sdk 1.0.0-alpha.44 → 1.0.0-alpha.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -35,7 +35,7 @@ import {
35
35
  validateSDL,
36
36
  withMetadata,
37
37
  yaml
38
- } from "./chunk-6MIQPNOR.js";
38
+ } from "./chunk-JN5DGAQY.js";
39
39
  import "./chunk-2XL6OX6E.js";
40
40
  import "./chunk-OWB6ZEHB.js";
41
41
  import "./chunk-3M6OSHK2.js";
@@ -30,7 +30,7 @@ import {
30
30
  transaction,
31
31
  validateSDL,
32
32
  yaml
33
- } from "./chunk-6MIQPNOR.js";
33
+ } from "./chunk-JN5DGAQY.js";
34
34
  import "./chunk-2XL6OX6E.js";
35
35
  import "./chunk-OWB6ZEHB.js";
36
36
  import "./chunk-3M6OSHK2.js";
@@ -233,6 +233,21 @@ properties:
233
233
  additionalProperties: false
234
234
  properties:
235
235
  attributes:
236
+ additionalProperties: false
237
+ description: |
238
+ CPU attributes. `arch` is the only recognised key, and it
239
+ is optional: omitting it leaves the group spec with zero
240
+ CPU attributes, which is what every pre-arch deployment
241
+ already has. There is deliberately no default — writing an
242
+ implicit `amd64` would change the group spec of every
243
+ existing deployment and break bid matching.
244
+ Mirrors `v2CPUAttributes.UnmarshalYAML` in go/sdl/cpu.go.
245
+ properties:
246
+ arch:
247
+ enum:
248
+ - amd64
249
+ - arm64
250
+ type: string
236
251
  type: object
237
252
  units:
238
253
  oneOf: