@xyo-network/xl1-protocol 4.1.6 → 4.2.0
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/neutral/modules/network-model/staticRest/layout/chainContractManifest.d.ts +3 -3
- package/dist/neutral/modules/network-model/staticRest/layout/chainManifest.d.ts +3 -3
- package/dist/neutral/modules/network-model/staticRest/layout/indexManifest.d.ts +6 -6
- package/dist/neutral/modules/protocol-lib/validation/block/error.d.ts +9 -9
- package/dist/neutral/modules/protocol-lib/validation/error.d.ts +3 -3
- package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts +2 -6
- package/dist/neutral/modules/protocol-model/BlockNumber/BlockNumber.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts +2 -10
- package/dist/neutral/modules/protocol-model/BlockNumber/EthBlockNumber.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts +2 -10
- package/dist/neutral/modules/protocol-model/BlockNumber/xl1BlockNumber.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +9 -9
- package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +21 -21
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +3 -3
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +3 -3
- package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +2 -2
- package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +3 -3
- package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts +2 -6
- package/dist/neutral/modules/protocol-model/chain/ChainId.d.ts.map +1 -1
- package/dist/neutral/modules/protocol-model/model/BlockRange/BlockRange.d.ts +2 -2
- package/dist/neutral/modules/protocol-model/model/BlockRange/EthBlockRange.d.ts +2 -2
- package/dist/neutral/modules/protocol-model/model/BlockRange/Range.d.ts +2 -2
- package/dist/neutral/modules/protocol-model/model/BlockRange/xl1BlockRange.d.ts +2 -2
- package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +12 -12
- package/dist/neutral/modules/protocol-model/model/HydratedTransaction.d.ts +27 -27
- package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +33 -33
- package/dist/neutral/modules/protocol-model/transaction/TransactionBoundWitness.d.ts +27 -27
- package/dist/neutral/modules/protocol-model/transaction/TransactionFees.d.ts +6 -6
- package/package.json +10 -11
|
@@ -203,7 +203,7 @@ export declare const asTransactionBoundWitness: {
|
|
|
203
203
|
};
|
|
204
204
|
/** toTransactionBoundWitness constant. */
|
|
205
205
|
export declare const toTransactionBoundWitness: {
|
|
206
|
-
|
|
206
|
+
(value: unknown): {
|
|
207
207
|
schema: "network.xyo.boundwitness" & {
|
|
208
208
|
readonly __schema: true;
|
|
209
209
|
};
|
|
@@ -237,8 +237,8 @@ export declare const toTransactionBoundWitness: {
|
|
|
237
237
|
}) | undefined;
|
|
238
238
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
239
239
|
script?: string[] | undefined;
|
|
240
|
-
}
|
|
241
|
-
|
|
240
|
+
} | undefined;
|
|
241
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
242
242
|
schema: "network.xyo.boundwitness" & {
|
|
243
243
|
readonly __schema: true;
|
|
244
244
|
};
|
|
@@ -431,7 +431,7 @@ export declare const asTransactionBoundWitnessWithHashMeta: {
|
|
|
431
431
|
};
|
|
432
432
|
/** toTransactionBoundWitnessWithHashMeta constant. */
|
|
433
433
|
export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
434
|
-
|
|
434
|
+
(value: unknown): {
|
|
435
435
|
schema: "network.xyo.boundwitness" & {
|
|
436
436
|
readonly __schema: true;
|
|
437
437
|
};
|
|
@@ -467,8 +467,8 @@ export declare const toTransactionBoundWitnessWithHashMeta: {
|
|
|
467
467
|
}) | undefined;
|
|
468
468
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
469
469
|
script?: string[] | undefined;
|
|
470
|
-
}
|
|
471
|
-
|
|
470
|
+
} | undefined;
|
|
471
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
472
472
|
schema: "network.xyo.boundwitness" & {
|
|
473
473
|
readonly __schema: true;
|
|
474
474
|
};
|
|
@@ -667,7 +667,7 @@ export declare const asTransactionBoundWitnessWithStorageMeta: {
|
|
|
667
667
|
};
|
|
668
668
|
/** toTransactionBoundWitnessWithStorageMeta constant. */
|
|
669
669
|
export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
670
|
-
|
|
670
|
+
(value: unknown): {
|
|
671
671
|
schema: "network.xyo.boundwitness" & {
|
|
672
672
|
readonly __schema: true;
|
|
673
673
|
};
|
|
@@ -704,8 +704,8 @@ export declare const toTransactionBoundWitnessWithStorageMeta: {
|
|
|
704
704
|
}) | undefined;
|
|
705
705
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
706
706
|
script?: string[] | undefined;
|
|
707
|
-
}
|
|
708
|
-
|
|
707
|
+
} | undefined;
|
|
708
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
709
709
|
schema: "network.xyo.boundwitness" & {
|
|
710
710
|
readonly __schema: true;
|
|
711
711
|
};
|
|
@@ -893,7 +893,7 @@ export declare const asUnsignedTransactionBoundWitness: {
|
|
|
893
893
|
};
|
|
894
894
|
/** toUnsignedTransactionBoundWitness constant. */
|
|
895
895
|
export declare const toUnsignedTransactionBoundWitness: {
|
|
896
|
-
|
|
896
|
+
(value: unknown): {
|
|
897
897
|
schema: "network.xyo.boundwitness" & {
|
|
898
898
|
readonly __schema: true;
|
|
899
899
|
};
|
|
@@ -927,8 +927,8 @@ export declare const toUnsignedTransactionBoundWitness: {
|
|
|
927
927
|
}) | undefined;
|
|
928
928
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
929
929
|
script?: string[] | undefined;
|
|
930
|
-
}
|
|
931
|
-
|
|
930
|
+
} | undefined;
|
|
931
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
932
932
|
schema: "network.xyo.boundwitness" & {
|
|
933
933
|
readonly __schema: true;
|
|
934
934
|
};
|
|
@@ -1121,7 +1121,7 @@ export declare const asUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1121
1121
|
};
|
|
1122
1122
|
/** toUnsignedTransactionBoundWitnessWithHashMeta constant. */
|
|
1123
1123
|
export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
1124
|
-
|
|
1124
|
+
(value: unknown): {
|
|
1125
1125
|
schema: "network.xyo.boundwitness" & {
|
|
1126
1126
|
readonly __schema: true;
|
|
1127
1127
|
};
|
|
@@ -1157,8 +1157,8 @@ export declare const toUnsignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1157
1157
|
}) | undefined;
|
|
1158
1158
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1159
1159
|
script?: string[] | undefined;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1160
|
+
} | undefined;
|
|
1161
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
1162
1162
|
schema: "network.xyo.boundwitness" & {
|
|
1163
1163
|
readonly __schema: true;
|
|
1164
1164
|
};
|
|
@@ -1357,7 +1357,7 @@ export declare const asUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1357
1357
|
};
|
|
1358
1358
|
/** toUnsignedTransactionBoundWitnessWithStorageMeta constant. */
|
|
1359
1359
|
export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
1360
|
-
|
|
1360
|
+
(value: unknown): {
|
|
1361
1361
|
schema: "network.xyo.boundwitness" & {
|
|
1362
1362
|
readonly __schema: true;
|
|
1363
1363
|
};
|
|
@@ -1394,8 +1394,8 @@ export declare const toUnsignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
1394
1394
|
}) | undefined;
|
|
1395
1395
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1396
1396
|
script?: string[] | undefined;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1397
|
+
} | undefined;
|
|
1398
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
1399
1399
|
schema: "network.xyo.boundwitness" & {
|
|
1400
1400
|
readonly __schema: true;
|
|
1401
1401
|
};
|
|
@@ -1583,7 +1583,7 @@ export declare const asSignedTransactionBoundWitness: {
|
|
|
1583
1583
|
};
|
|
1584
1584
|
/** toSignedTransactionBoundWitness constant. */
|
|
1585
1585
|
export declare const toSignedTransactionBoundWitness: {
|
|
1586
|
-
|
|
1586
|
+
(value: unknown): {
|
|
1587
1587
|
schema: "network.xyo.boundwitness" & {
|
|
1588
1588
|
readonly __schema: true;
|
|
1589
1589
|
};
|
|
@@ -1617,8 +1617,8 @@ export declare const toSignedTransactionBoundWitness: {
|
|
|
1617
1617
|
}) | undefined;
|
|
1618
1618
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1619
1619
|
script?: string[] | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
1622
1622
|
schema: "network.xyo.boundwitness" & {
|
|
1623
1623
|
readonly __schema: true;
|
|
1624
1624
|
};
|
|
@@ -1811,7 +1811,7 @@ export declare const asSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1811
1811
|
};
|
|
1812
1812
|
/** toSignedTransactionBoundWitnessWithHashMeta constant. */
|
|
1813
1813
|
export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
1814
|
-
|
|
1814
|
+
(value: unknown): {
|
|
1815
1815
|
schema: "network.xyo.boundwitness" & {
|
|
1816
1816
|
readonly __schema: true;
|
|
1817
1817
|
};
|
|
@@ -1847,8 +1847,8 @@ export declare const toSignedTransactionBoundWitnessWithHashMeta: {
|
|
|
1847
1847
|
}) | undefined;
|
|
1848
1848
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
1849
1849
|
script?: string[] | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1850
|
+
} | undefined;
|
|
1851
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
1852
1852
|
schema: "network.xyo.boundwitness" & {
|
|
1853
1853
|
readonly __schema: true;
|
|
1854
1854
|
};
|
|
@@ -2047,7 +2047,7 @@ export declare const asSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2047
2047
|
};
|
|
2048
2048
|
/** toSignedTransactionBoundWitnessWithStorageMeta constant. */
|
|
2049
2049
|
export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
2050
|
-
|
|
2050
|
+
(value: unknown): {
|
|
2051
2051
|
schema: "network.xyo.boundwitness" & {
|
|
2052
2052
|
readonly __schema: true;
|
|
2053
2053
|
};
|
|
@@ -2084,8 +2084,8 @@ export declare const toSignedTransactionBoundWitnessWithStorageMeta: {
|
|
|
2084
2084
|
}) | undefined;
|
|
2085
2085
|
$sourceQuery?: import("@ariestools/sdk").BrandedHash | undefined;
|
|
2086
2086
|
script?: string[] | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2087
|
+
} | undefined;
|
|
2088
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
2089
2089
|
schema: "network.xyo.boundwitness" & {
|
|
2090
2090
|
readonly __schema: true;
|
|
2091
2091
|
};
|
|
@@ -37,13 +37,13 @@ export declare const asTransactionFeesHex: {
|
|
|
37
37
|
};
|
|
38
38
|
/** toTransactionFeesHex constant. */
|
|
39
39
|
export declare const toTransactionFeesHex: {
|
|
40
|
-
|
|
40
|
+
(value: unknown): {
|
|
41
41
|
base: import("@ariestools/sdk").BrandedHex;
|
|
42
42
|
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
43
43
|
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
44
44
|
priority: import("@ariestools/sdk").BrandedHex;
|
|
45
|
-
}
|
|
46
|
-
|
|
45
|
+
} | undefined;
|
|
46
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
47
47
|
base: import("@ariestools/sdk").BrandedHex;
|
|
48
48
|
gasLimit: import("@ariestools/sdk").BrandedHex;
|
|
49
49
|
gasPrice: import("@ariestools/sdk").BrandedHex;
|
|
@@ -83,13 +83,13 @@ export declare const asTransactionFeesBigInt: {
|
|
|
83
83
|
};
|
|
84
84
|
/** toTransactionFeesBigInt constant. */
|
|
85
85
|
export declare const toTransactionFeesBigInt: {
|
|
86
|
-
|
|
86
|
+
(value: unknown): {
|
|
87
87
|
base: bigint;
|
|
88
88
|
gasLimit: bigint;
|
|
89
89
|
gasPrice: bigint;
|
|
90
90
|
priority: bigint;
|
|
91
|
-
}
|
|
92
|
-
|
|
91
|
+
} | undefined;
|
|
92
|
+
(value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
|
|
93
93
|
base: bigint;
|
|
94
94
|
gasLimit: bigint;
|
|
95
95
|
gasPrice: bigint;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-protocol",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "XYO Layer One Protocol - All Protocol Packages",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"README.md"
|
|
73
73
|
],
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@ariestools/sdk": "~8.0
|
|
76
|
-
"@ariestools/toolchain": "~8.7.
|
|
77
|
-
"@ariestools/tsconfig": "~8.7.
|
|
75
|
+
"@ariestools/sdk": "~8.1.0",
|
|
76
|
+
"@ariestools/toolchain": "~8.7.10",
|
|
77
|
+
"@ariestools/tsconfig": "~8.7.10",
|
|
78
78
|
"@opentelemetry/api": "~1.9.1",
|
|
79
79
|
"@xyo-network/sdk": "~7.1.1",
|
|
80
80
|
"@xyo-network/sdk-protocol": "~7.1.0",
|
|
@@ -87,13 +87,12 @@
|
|
|
87
87
|
"zod": "~4.4.3"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@ariestools/sdk": "^8.
|
|
91
|
-
"@opentelemetry/api": "^1.9
|
|
92
|
-
"@xyo-network/sdk": "^7.1
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"zod": "^4.4.3"
|
|
90
|
+
"@ariestools/sdk": "^8.1",
|
|
91
|
+
"@opentelemetry/api": "^1.9",
|
|
92
|
+
"@xyo-network/sdk": "^7.1",
|
|
93
|
+
"ajv": "^8.20",
|
|
94
|
+
"ethers": "^6.17",
|
|
95
|
+
"zod": "^4.4"
|
|
97
96
|
},
|
|
98
97
|
"engines": {
|
|
99
98
|
"node": ">=22.3"
|