@xyo-network/xl1-schema 2.0.8 → 2.0.10
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/boundwitness/TransactionBoundWitness.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../src/boundwitness/TransactionBoundWitness.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAMxD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAIzC,mEAAmE;AACnE,eAAO,MAAM,iCAAiC,EAAE,cAAc,CAAC,uBAAuB,CA2B5E,CAAA;AAEV,uEAAuE;AACvE,eAAO,MAAM,oCAAoC,eACmB,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -71,6 +71,7 @@ var BlockBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder2({ schema
|
|
|
71
71
|
|
|
72
72
|
// src/boundwitness/TransactionBoundWitness.ts
|
|
73
73
|
import { AddressRegEx as AddressRegEx2 } from "@xylabs/sdk-js";
|
|
74
|
+
import { XyoAddressRegEx } from "@xyo-network/address";
|
|
74
75
|
import {
|
|
75
76
|
boundWitnessJsonSchema as boundWitnessJsonSchema3,
|
|
76
77
|
BoundWitnessSchema as BoundWitnessSchema3,
|
|
@@ -108,7 +109,7 @@ var TransactionBoundWitnessJsonSchema = {
|
|
|
108
109
|
required: ["base"],
|
|
109
110
|
additionalProperties: false
|
|
110
111
|
},
|
|
111
|
-
from: { type: "string", pattern:
|
|
112
|
+
from: { type: "string", pattern: XyoAddressRegEx.source },
|
|
112
113
|
nbf: { type: "integer" },
|
|
113
114
|
exp: { type: "integer" },
|
|
114
115
|
schema: { type: "string", pattern: BoundWitnessSchema3 }
|
|
@@ -148,7 +149,7 @@ var TransactionBoundWitnessWithStorageMetaJsonSchema = {
|
|
|
148
149
|
var TransactionBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder4({ schema: SchemaSchema4 }).fields({ definition: TransactionBoundWitnessWithStorageMetaJsonSchema }).build();
|
|
149
150
|
|
|
150
151
|
// src/payload/ChainStakeIntent.ts
|
|
151
|
-
import {
|
|
152
|
+
import { XyoAddressRegEx as XyoAddressRegEx2 } from "@xyo-network/address";
|
|
152
153
|
import {
|
|
153
154
|
PayloadBuilder as PayloadBuilder5,
|
|
154
155
|
payloadJsonSchema,
|
|
@@ -161,7 +162,7 @@ var ChainStakeIntentPayloadJsonSchema = {
|
|
|
161
162
|
additionalProperties: false,
|
|
162
163
|
properties: {
|
|
163
164
|
...payloadJsonSchema.properties,
|
|
164
|
-
from: { type: "string", pattern:
|
|
165
|
+
from: { type: "string", pattern: XyoAddressRegEx2.source },
|
|
165
166
|
intent: { type: "string", enum: ["producer"] },
|
|
166
167
|
schema: { type: "string", pattern: ChainStakeIntentSchema }
|
|
167
168
|
},
|
|
@@ -195,7 +196,7 @@ var HashPayloadJsonSchema = {
|
|
|
195
196
|
var HashPayloadJsonSchemaPayload = new PayloadBuilder6({ schema: SchemaSchema6 }).fields({ definition: HashPayloadJsonSchema }).build();
|
|
196
197
|
|
|
197
198
|
// src/payload/TransferPayload.ts
|
|
198
|
-
import {
|
|
199
|
+
import { XyoAddressRegEx as XyoAddressRegEx3 } from "@xyo-network/address";
|
|
199
200
|
import {
|
|
200
201
|
PayloadBuilder as PayloadBuilder7,
|
|
201
202
|
payloadJsonSchema as payloadJsonSchema3,
|
|
@@ -209,12 +210,12 @@ var TransferPayloadJsonSchema = {
|
|
|
209
210
|
additionalProperties: false,
|
|
210
211
|
properties: {
|
|
211
212
|
...payloadJsonSchema3.properties,
|
|
212
|
-
from: { type: "string", pattern:
|
|
213
|
+
from: { type: "string", pattern: XyoAddressRegEx3.source },
|
|
213
214
|
epoch: { type: "number" },
|
|
214
215
|
transfers: {
|
|
215
216
|
type: "object",
|
|
216
|
-
propertyNames: { pattern:
|
|
217
|
-
patternProperties: { [
|
|
217
|
+
propertyNames: { pattern: XyoAddressRegEx3.source },
|
|
218
|
+
patternProperties: { [XyoAddressRegEx3.source]: { type: "string", pattern: Uint256RegEx3.source } }
|
|
218
219
|
},
|
|
219
220
|
schema: { type: "string", pattern: TransferSchema }
|
|
220
221
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/boundwitness/BlockBoundWitness.ts", "../../src/boundwitness/BlockBoundWitnessWithStorageMeta.ts", "../../src/StorageMeta.ts", "../../src/boundwitness/TransactionBoundWitness.ts", "../../src/Executable.ts", "../../src/boundwitness/TransactionBoundWitnessWithStorageMeta.ts", "../../src/payload/ChainStakeIntent.ts", "../../src/payload/HashPayload.ts", "../../src/payload/TransferPayload.ts"],
|
|
4
|
-
"sourcesContent": ["import { AddressRegEx, HashRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, boundWitnessProperties, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { BlockBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating BlockBoundWitness payloads. */\nexport const BlockBoundWitnessJsonSchema: JSONSchemaType<BlockBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/block',\n properties: {\n ...boundWitnessProperties,\n block: { type: 'integer' },\n chain: { type: 'string', pattern: AddressRegEx.source },\n previous: {\n type: 'string', pattern: HashRegEx.source, nullable: true,\n },\n step_hashes: {\n items: { type: 'string', pattern: HashRegEx.source },\n type: 'array',\n },\n $epoch: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, 'block', 'chain', 'step_hashes', 'previous', '$epoch'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for BlockBoundWitness validation. */\nexport const BlockBoundWitnessSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: BlockBoundWitnessJsonSchema }).build()\n", "import type { SchemaPayload, WithStorageMeta } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, boundWitnessProperties, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { BlockBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { StorageMetaJsonSchema } from '../StorageMeta.ts'\nimport { BlockBoundWitnessJsonSchema } from './BlockBoundWitness.ts'\n\n/** JSON schema for validating BlockBoundWitness payloads including storage metadata. */\nexport const BlockBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<WithStorageMeta<BlockBoundWitness>> = {\n $id: 'https://schemas.xyo.network/2.0/block-with-storage-meta',\n properties: {\n ...boundWitnessProperties,\n ...BlockBoundWitnessJsonSchema.properties,\n ...StorageMetaJsonSchema.properties,\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...new Set([...boundWitnessJsonSchema.required, ...BlockBoundWitnessJsonSchema.required, ...StorageMetaJsonSchema.required])],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for BlockBoundWitness with storage meta validation. */\nexport const BlockBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: BlockBoundWitnessWithStorageMetaJsonSchema }).build()\n", "import { HashRegEx, HexRegEx } from '@xylabs/sdk-js'\nimport type { StorageMeta } from '@xyo-network/sdk-js'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating storage metadata fields (_sequence, _hash, _dataHash). */\nexport const StorageMetaJsonSchema: JSONSchemaType<StorageMeta> = {\n $id: 'https://schemas.xyo.network/2.0/storage-meta',\n properties: {\n _sequence: { type: 'string', pattern: HexRegEx.source },\n _hash: { type: 'string', pattern: HashRegEx.source },\n _dataHash: { type: 'string', pattern: HashRegEx.source },\n },\n required: ['_sequence', '_hash', '_dataHash'],\n type: 'object',\n} as const\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { TransactionBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { ExecutableJsonSchema } from '../Executable.ts'\n\n/** JSON schema for validating TransactionBoundWitness payloads. */\nexport const TransactionBoundWitnessJsonSchema: JSONSchemaType<TransactionBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/transaction',\n additionalProperties: false,\n properties: {\n ...boundWitnessJsonSchema.properties,\n ...ExecutableJsonSchema.properties,\n chain: { type: 'string', pattern: AddressRegEx.source },\n fees: {\n type: 'object',\n properties: {\n base: { type: 'string', pattern: Uint256RegEx.source },\n gasLimit: { type: 'string', pattern: Uint256RegEx.source },\n gasPrice: { type: 'string', pattern: Uint256RegEx.source },\n priority: { type: 'string', pattern: Uint256RegEx.source },\n },\n required: ['base'],\n additionalProperties: false,\n },\n from: { type: 'string', pattern: AddressRegEx.source },\n nbf: { type: 'integer' },\n exp: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, 'chain', 'fees', 'nbf', 'exp'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for TransactionBoundWitness validation. */\nexport const TransactionBoundWitnessSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransactionBoundWitnessJsonSchema }).build()\n", "import type { Executable } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Executable payloads containing elevation scripts. */\nexport const ExecutableJsonSchema: JSONSchemaType<Executable> = {\n $id: 'https://schemas.xyo.network/2.0/executable',\n additionalProperties: true,\n properties: { script: { items: { type: 'string', pattern: String.raw`^elevate\\|` }, type: 'array' } },\n required: ['script'],\n type: 'object',\n} as const\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { TransactionBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { StorageMetaJsonSchema } from '../StorageMeta.ts'\n\n/** JSON schema for validating TransactionBoundWitness payloads including storage metadata. */\nexport const TransactionBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<TransactionBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/transaction-with-storage-meta',\n additionalProperties: false,\n properties: {\n ...boundWitnessJsonSchema.properties,\n ...StorageMetaJsonSchema.properties,\n chain: { type: 'string', pattern: AddressRegEx.source },\n gas: { type: 'string', pattern: Uint256RegEx.source },\n nbf: { type: 'integer' },\n exp: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, ...StorageMetaJsonSchema.required, 'chain', 'gas', 'nbf', 'exp'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for TransactionBoundWitness with storage meta validation. */\nexport const TransactionBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransactionBoundWitnessWithStorageMetaJsonSchema }).build()\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { ChainStakeIntent } from '@xyo-network/xl1-protocol-lib'\nimport { ChainStakeIntentSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating ChainStakeIntent payloads. */\nexport const ChainStakeIntentPayloadJsonSchema: JSONSchemaType<ChainStakeIntent> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/chain-stake-intent',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n from: { type: 'string', pattern: AddressRegEx.source },\n intent: { type: 'string', enum: ['producer'] },\n schema: { type: 'string', pattern: ChainStakeIntentSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'intent'],\n type: 'object',\n}\n\n/** Pre-built schema payload for ChainStakeIntent validation. */\nexport const ChainStakeIntentPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: ChainStakeIntentPayloadJsonSchema }).build()\n", "import { HashRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { HashPayload } from '@xyo-network/xl1-protocol-lib'\nimport { HashSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Hash payloads. */\nexport const HashPayloadJsonSchema: JSONSchemaType<HashPayload> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/hash',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n hash: { type: 'string', pattern: HashRegEx.source },\n schema: { type: 'string', pattern: HashSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'hash'],\n type: 'object',\n}\n\n/** Pre-built schema payload for Hash validation. */\nexport const HashPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: HashPayloadJsonSchema }).build()\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { Transfer } from '@xyo-network/xl1-protocol-lib'\nimport { TransferSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Transfer payloads. */\nexport const TransferPayloadJsonSchema: JSONSchemaType<Transfer> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/transfer',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n from: { type: 'string', pattern: AddressRegEx.source },\n epoch: { type: 'number' },\n transfers: {\n type: 'object',\n propertyNames: { pattern: AddressRegEx.source },\n patternProperties: { [AddressRegEx.source]: { type: 'string', pattern: Uint256RegEx.source } },\n },\n schema: { type: 'string', pattern: TransferSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'transfers', 'epoch'],\n type: 'object',\n}\n\n/** Pre-built schema payload for Transfer validation. */\nexport const TransferPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransferPayloadJsonSchema }).build()\n"],
|
|
5
|
-
"mappings": ";AAAA,SAAS,cAAc,iBAAiB;AAExC;AAAA,EACE;AAAA,EAAwB;AAAA,EAAwB;AAAA,EAChD;AAAA,EAAgB;AAAA,OACX;AAKA,IAAM,8BAAiE;AAAA,EAC5E,GAAG;AAAA,EACH,KAAK;AAAA,EACL,YAAY;AAAA,IACV,GAAG;AAAA,IACH,OAAO,EAAE,MAAM,UAAU;AAAA,IACzB,OAAO,EAAE,MAAM,UAAU,SAAS,aAAa,OAAO;AAAA,IACtD,UAAU;AAAA,MACR,MAAM;AAAA,MAAU,SAAS,UAAU;AAAA,MAAQ,UAAU;AAAA,IACvD;AAAA,IACA,aAAa;AAAA,MACX,OAAO,EAAE,MAAM,UAAU,SAAS,UAAU,OAAO;AAAA,MACnD,MAAM;AAAA,IACR;AAAA,IACA,QAAQ,EAAE,MAAM,UAAU;AAAA,IAC1B,QAAQ,EAAE,MAAM,UAAU,SAAS,mBAAmB;AAAA,EACxD;AAAA;AAAA,EAEA,UAAU,CAAC,GAAG,uBAAuB,UAAU,SAAS,SAAS,eAAe,YAAY,QAAQ;AAAA,EACpG,MAAM;AACR;AAGO,IAAM,iCAAiC,IAAI,eAA8B,EAAE,QAAQ,aAAa,CAAC,EACrG,OAAO,EAAE,YAAY,4BAA4B,CAAC,EAAE,MAAM;;;ACjC7D;AAAA,EACE,0BAAAA;AAAA,EAAwB,0BAAAC;AAAA,EAAwB,sBAAAC;AAAA,EAChD,kBAAAC;AAAA,EAAgB,gBAAAC;AAAA,OACX;;;ACJP,SAAS,aAAAC,YAAW,gBAAgB;AAK7B,IAAM,wBAAqD;AAAA,EAChE,KAAK;AAAA,EACL,YAAY;AAAA,IACV,WAAW,EAAE,MAAM,UAAU,SAAS,SAAS,OAAO;AAAA,IACtD,OAAO,EAAE,MAAM,UAAU,SAASA,WAAU,OAAO;AAAA,IACnD,WAAW,EAAE,MAAM,UAAU,SAASA,WAAU,OAAO;AAAA,EACzD;AAAA,EACA,UAAU,CAAC,aAAa,SAAS,WAAW;AAAA,EAC5C,MAAM;AACR;;;ADFO,IAAM,6CAAiG;AAAA,EAC5G,KAAK;AAAA,EACL,YAAY;AAAA,IACV,GAAGC;AAAA,IACH,GAAG,4BAA4B;AAAA,IAC/B,GAAG,sBAAsB;AAAA,IACzB,QAAQ,EAAE,MAAM,UAAU,SAASC,oBAAmB;AAAA,EACxD;AAAA;AAAA,EAEA,UAAU,CAAC,GAAG,oBAAI,IAAI,CAAC,GAAGC,wBAAuB,UAAU,GAAG,4BAA4B,UAAU,GAAG,sBAAsB,QAAQ,CAAC,CAAC;AAAA,EACvI,MAAM;AACR;AAGO,IAAM,gDAAgD,IAAIC,gBAA8B,EAAE,QAAQC,cAAa,CAAC,EACpH,OAAO,EAAE,YAAY,2CAA2C,CAAC,EAAE,MAAM;;;AE3B5E,SAAS,gBAAAC,qBAAoB;
|
|
6
|
-
"names": ["boundWitnessJsonSchema", "boundWitnessProperties", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "HashRegEx", "boundWitnessProperties", "BoundWitnessSchema", "boundWitnessJsonSchema", "PayloadBuilder", "SchemaSchema", "AddressRegEx", "boundWitnessJsonSchema", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "boundWitnessJsonSchema", "AddressRegEx", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "AddressRegEx", "boundWitnessJsonSchema", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "Uint256RegEx", "boundWitnessJsonSchema", "AddressRegEx", "Uint256RegEx", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "
|
|
4
|
+
"sourcesContent": ["import { AddressRegEx, HashRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, boundWitnessProperties, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { BlockBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating BlockBoundWitness payloads. */\nexport const BlockBoundWitnessJsonSchema: JSONSchemaType<BlockBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/block',\n properties: {\n ...boundWitnessProperties,\n block: { type: 'integer' },\n chain: { type: 'string', pattern: AddressRegEx.source },\n previous: {\n type: 'string', pattern: HashRegEx.source, nullable: true,\n },\n step_hashes: {\n items: { type: 'string', pattern: HashRegEx.source },\n type: 'array',\n },\n $epoch: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, 'block', 'chain', 'step_hashes', 'previous', '$epoch'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for BlockBoundWitness validation. */\nexport const BlockBoundWitnessSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: BlockBoundWitnessJsonSchema }).build()\n", "import type { SchemaPayload, WithStorageMeta } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, boundWitnessProperties, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { BlockBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { StorageMetaJsonSchema } from '../StorageMeta.ts'\nimport { BlockBoundWitnessJsonSchema } from './BlockBoundWitness.ts'\n\n/** JSON schema for validating BlockBoundWitness payloads including storage metadata. */\nexport const BlockBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<WithStorageMeta<BlockBoundWitness>> = {\n $id: 'https://schemas.xyo.network/2.0/block-with-storage-meta',\n properties: {\n ...boundWitnessProperties,\n ...BlockBoundWitnessJsonSchema.properties,\n ...StorageMetaJsonSchema.properties,\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...new Set([...boundWitnessJsonSchema.required, ...BlockBoundWitnessJsonSchema.required, ...StorageMetaJsonSchema.required])],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for BlockBoundWitness with storage meta validation. */\nexport const BlockBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: BlockBoundWitnessWithStorageMetaJsonSchema }).build()\n", "import { HashRegEx, HexRegEx } from '@xylabs/sdk-js'\nimport type { StorageMeta } from '@xyo-network/sdk-js'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating storage metadata fields (_sequence, _hash, _dataHash). */\nexport const StorageMetaJsonSchema: JSONSchemaType<StorageMeta> = {\n $id: 'https://schemas.xyo.network/2.0/storage-meta',\n properties: {\n _sequence: { type: 'string', pattern: HexRegEx.source },\n _hash: { type: 'string', pattern: HashRegEx.source },\n _dataHash: { type: 'string', pattern: HashRegEx.source },\n },\n required: ['_sequence', '_hash', '_dataHash'],\n type: 'object',\n} as const\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport { XyoAddressRegEx } from '@xyo-network/address'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { TransactionBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { ExecutableJsonSchema } from '../Executable.ts'\n\n/** JSON schema for validating TransactionBoundWitness payloads. */\nexport const TransactionBoundWitnessJsonSchema: JSONSchemaType<TransactionBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/transaction',\n additionalProperties: false,\n properties: {\n ...boundWitnessJsonSchema.properties,\n ...ExecutableJsonSchema.properties,\n chain: { type: 'string', pattern: AddressRegEx.source },\n fees: {\n type: 'object',\n properties: {\n base: { type: 'string', pattern: Uint256RegEx.source },\n gasLimit: { type: 'string', pattern: Uint256RegEx.source },\n gasPrice: { type: 'string', pattern: Uint256RegEx.source },\n priority: { type: 'string', pattern: Uint256RegEx.source },\n },\n required: ['base'],\n additionalProperties: false,\n },\n from: { type: 'string', pattern: XyoAddressRegEx.source },\n nbf: { type: 'integer' },\n exp: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, 'chain', 'fees', 'nbf', 'exp'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for TransactionBoundWitness validation. */\nexport const TransactionBoundWitnessSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransactionBoundWitnessJsonSchema }).build()\n", "import type { Executable } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Executable payloads containing elevation scripts. */\nexport const ExecutableJsonSchema: JSONSchemaType<Executable> = {\n $id: 'https://schemas.xyo.network/2.0/executable',\n additionalProperties: true,\n properties: { script: { items: { type: 'string', pattern: String.raw`^elevate\\|` }, type: 'array' } },\n required: ['script'],\n type: 'object',\n} as const\n", "import { AddressRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n boundWitnessJsonSchema, BoundWitnessSchema,\n PayloadBuilder, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { TransactionBoundWitness } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\nimport { StorageMetaJsonSchema } from '../StorageMeta.ts'\n\n/** JSON schema for validating TransactionBoundWitness payloads including storage metadata. */\nexport const TransactionBoundWitnessWithStorageMetaJsonSchema: JSONSchemaType<TransactionBoundWitness> = {\n ...boundWitnessJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/transaction-with-storage-meta',\n additionalProperties: false,\n properties: {\n ...boundWitnessJsonSchema.properties,\n ...StorageMetaJsonSchema.properties,\n chain: { type: 'string', pattern: AddressRegEx.source },\n gas: { type: 'string', pattern: Uint256RegEx.source },\n nbf: { type: 'integer' },\n exp: { type: 'integer' },\n schema: { type: 'string', pattern: BoundWitnessSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...boundWitnessJsonSchema.required, ...StorageMetaJsonSchema.required, 'chain', 'gas', 'nbf', 'exp'],\n type: 'object',\n} as const\n\n/** Pre-built schema payload for TransactionBoundWitness with storage meta validation. */\nexport const TransactionBoundWitnessWithStorageMetaSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransactionBoundWitnessWithStorageMetaJsonSchema }).build()\n", "import { XyoAddressRegEx } from '@xyo-network/address'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { ChainStakeIntent } from '@xyo-network/xl1-protocol-lib'\nimport { ChainStakeIntentSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating ChainStakeIntent payloads. */\nexport const ChainStakeIntentPayloadJsonSchema: JSONSchemaType<ChainStakeIntent> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/chain-stake-intent',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n from: { type: 'string', pattern: XyoAddressRegEx.source },\n intent: { type: 'string', enum: ['producer'] },\n schema: { type: 'string', pattern: ChainStakeIntentSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'intent'],\n type: 'object',\n}\n\n/** Pre-built schema payload for ChainStakeIntent validation. */\nexport const ChainStakeIntentPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: ChainStakeIntentPayloadJsonSchema }).build()\n", "import { HashRegEx } from '@xylabs/sdk-js'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n} from '@xyo-network/sdk-js'\nimport type { HashPayload } from '@xyo-network/xl1-protocol-lib'\nimport { HashSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Hash payloads. */\nexport const HashPayloadJsonSchema: JSONSchemaType<HashPayload> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/hash',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n hash: { type: 'string', pattern: HashRegEx.source },\n schema: { type: 'string', pattern: HashSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'hash'],\n type: 'object',\n}\n\n/** Pre-built schema payload for Hash validation. */\nexport const HashPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: HashPayloadJsonSchema }).build()\n", "import { XyoAddressRegEx } from '@xyo-network/address'\nimport type { SchemaPayload } from '@xyo-network/sdk-js'\nimport {\n PayloadBuilder, payloadJsonSchema, SchemaSchema,\n Uint256RegEx,\n} from '@xyo-network/sdk-js'\nimport type { Transfer } from '@xyo-network/xl1-protocol-lib'\nimport { TransferSchema } from '@xyo-network/xl1-protocol-lib'\nimport type { JSONSchemaType } from 'ajv'\n\n/** JSON schema for validating Transfer payloads. */\nexport const TransferPayloadJsonSchema: JSONSchemaType<Transfer> = {\n ...payloadJsonSchema,\n $id: 'https://schemas.xyo.network/2.0/payload/transfer',\n additionalProperties: false,\n properties: {\n ...payloadJsonSchema.properties,\n from: { type: 'string', pattern: XyoAddressRegEx.source },\n epoch: { type: 'number' },\n transfers: {\n type: 'object',\n propertyNames: { pattern: XyoAddressRegEx.source },\n patternProperties: { [XyoAddressRegEx.source]: { type: 'string', pattern: Uint256RegEx.source } },\n },\n schema: { type: 'string', pattern: TransferSchema },\n },\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\n required: [...payloadJsonSchema.required, 'transfers', 'epoch'],\n type: 'object',\n}\n\n/** Pre-built schema payload for Transfer validation. */\nexport const TransferPayloadJsonSchemaPayload = new PayloadBuilder<SchemaPayload>({ schema: SchemaSchema })\n .fields({ definition: TransferPayloadJsonSchema }).build()\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["boundWitnessJsonSchema", "boundWitnessProperties", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "HashRegEx", "boundWitnessProperties", "BoundWitnessSchema", "boundWitnessJsonSchema", "PayloadBuilder", "SchemaSchema", "AddressRegEx", "boundWitnessJsonSchema", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "boundWitnessJsonSchema", "AddressRegEx", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "AddressRegEx", "boundWitnessJsonSchema", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "Uint256RegEx", "boundWitnessJsonSchema", "AddressRegEx", "Uint256RegEx", "BoundWitnessSchema", "PayloadBuilder", "SchemaSchema", "XyoAddressRegEx", "PayloadBuilder", "SchemaSchema", "HashRegEx", "PayloadBuilder", "payloadJsonSchema", "SchemaSchema", "XyoAddressRegEx", "PayloadBuilder", "payloadJsonSchema", "SchemaSchema", "Uint256RegEx"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "XYO Layer One SDK Schema",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/xl1-protocol-lib": "~2.0.
|
|
37
|
+
"@xyo-network/xl1-protocol-lib": "~2.0.10"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -44,13 +44,14 @@
|
|
|
44
44
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
45
45
|
"@scure/base": "~2.2.0",
|
|
46
46
|
"@scure/bip39": "~2.2.0",
|
|
47
|
-
"@xylabs/geo": "^6.0.
|
|
48
|
-
"@xylabs/sdk-js": "^6.0.
|
|
49
|
-
"@xylabs/threads": "~6.0.
|
|
50
|
-
"@xylabs/toolchain": "~8.1.
|
|
51
|
-
"@xylabs/tsconfig": "~8.1.
|
|
52
|
-
"@xyo-network/
|
|
53
|
-
"@xyo-network/sdk-
|
|
47
|
+
"@xylabs/geo": "^6.0.7",
|
|
48
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
49
|
+
"@xylabs/threads": "~6.0.7",
|
|
50
|
+
"@xylabs/toolchain": "~8.1.15",
|
|
51
|
+
"@xylabs/tsconfig": "~8.1.15",
|
|
52
|
+
"@xyo-network/address": "^6.0.8",
|
|
53
|
+
"@xyo-network/sdk-js": "~6.0.3",
|
|
54
|
+
"@xyo-network/sdk-protocol-js": "~6.0.8",
|
|
54
55
|
"ajv": "^8.20.0",
|
|
55
56
|
"async-mutex": "^0.5.0",
|
|
56
57
|
"bn.js": "^5.2.3",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"@xylabs/geo": "^6.0",
|
|
81
82
|
"@xylabs/sdk-js": "^6.0",
|
|
82
83
|
"@xylabs/threads": "~6.0",
|
|
84
|
+
"@xyo-network/address": "^6.0",
|
|
83
85
|
"@xyo-network/sdk-js": "^6.0",
|
|
84
86
|
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
85
87
|
"ajv": "^8.20",
|