@xyo-network/react-chain-blockchain 1.5.37 → 1.6.1
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.
|
@@ -4,16 +4,7 @@ import type { BlockBoundWitness } from '@xyo-network/xl1-protocol';
|
|
|
4
4
|
import type { BlockChainIterator } from '../../types/index.ts';
|
|
5
5
|
export declare const resolveDefinedHead: (head: Hash, chainArchivist: ReadArchivist) => Promise<import("@xyo-network/boundwitness-model").Signed<BlockBoundWitness>>;
|
|
6
6
|
export declare const useChainIteratorParams: ({ chainArchivist, chainId, head, name, }: BlockChainIterator) => [{
|
|
7
|
-
chainArchivist: import("@xyo-network/archivist-model").ArchivistInstance<
|
|
8
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
9
|
-
addToResolvers?: boolean;
|
|
10
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
11
|
-
allowNameResolution?: boolean;
|
|
12
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>;
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
|
-
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
16
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams & import("@xylabs/base").BaseParamsFields & import("@xyo-network/archivist-model").ArchivistParamFields & object, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>;
|
|
7
|
+
chainArchivist: import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>;
|
|
17
8
|
chainId: Lowercase<string>;
|
|
18
9
|
head: import("@xylabs/object").DeepRestrictToStringKeys<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
10
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAGlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,0CAEpC,kBAAkB
|
|
1
|
+
{"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAGlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,0CAEpC,kBAAkB;;;;;;;;;;;8FAcpB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-blockchain",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@storybook/react-vite": "^9.0.15",
|
|
41
|
-
"@xylabs/assert": "^4.12.
|
|
42
|
-
"@xylabs/axios": "^4.12.
|
|
43
|
-
"@xylabs/delay": "^4.12.
|
|
44
|
-
"@xylabs/eth-address": "^4.12.
|
|
45
|
-
"@xylabs/exists": "^4.12.
|
|
46
|
-
"@xylabs/hex": "^4.12.
|
|
47
|
-
"@xylabs/promise": "^4.12.
|
|
41
|
+
"@xylabs/assert": "^4.12.40",
|
|
42
|
+
"@xylabs/axios": "^4.12.40",
|
|
43
|
+
"@xylabs/delay": "^4.12.40",
|
|
44
|
+
"@xylabs/eth-address": "^4.12.40",
|
|
45
|
+
"@xylabs/exists": "^4.12.40",
|
|
46
|
+
"@xylabs/hex": "^4.12.40",
|
|
47
|
+
"@xylabs/promise": "^4.12.40",
|
|
48
48
|
"@xylabs/react-animation": "^6.3.7",
|
|
49
49
|
"@xylabs/react-error": "^6.3.7",
|
|
50
50
|
"@xylabs/react-flexbox": "^6.3.7",
|
|
@@ -53,31 +53,31 @@
|
|
|
53
53
|
"@xylabs/react-quick-tip-button": "^6.3.7",
|
|
54
54
|
"@xylabs/react-shared": "^6.3.7",
|
|
55
55
|
"@xylabs/react-theme": "^6.3.7",
|
|
56
|
-
"@xylabs/typeof": "^4.12.
|
|
57
|
-
"@xyo-network/account": "^
|
|
58
|
-
"@xyo-network/archivist-memory": "^
|
|
59
|
-
"@xyo-network/archivist-model": "^
|
|
60
|
-
"@xyo-network/boundwitness-builder": "^
|
|
61
|
-
"@xyo-network/boundwitness-model": "^
|
|
62
|
-
"@xyo-network/bridge-http": "^
|
|
63
|
-
"@xyo-network/chain-analyze": "^1.
|
|
64
|
-
"@xyo-network/chain-protocol": "^1.
|
|
65
|
-
"@xyo-network/chain-services": "^1.
|
|
66
|
-
"@xyo-network/chain-utils": "^1.
|
|
67
|
-
"@xyo-network/chain-wrappers": "^1.
|
|
68
|
-
"@xyo-network/module-model": "^
|
|
69
|
-
"@xyo-network/payload-builder": "^
|
|
70
|
-
"@xyo-network/payload-model": "^
|
|
71
|
-
"@xyo-network/react-boundwitness-plugin": "^
|
|
72
|
-
"@xyo-network/react-chain-blockies": "^1.
|
|
73
|
-
"@xyo-network/react-chain-shared": "^1.
|
|
74
|
-
"@xyo-network/react-event": "^
|
|
75
|
-
"@xyo-network/react-payload-raw-info": "^
|
|
76
|
-
"@xyo-network/react-payload-table": "^
|
|
77
|
-
"@xyo-network/react-shared": "^
|
|
78
|
-
"@xyo-network/react-table": "^
|
|
79
|
-
"@xyo-network/xl1-protocol": "^1.
|
|
80
|
-
"@xyo-network/xl1-protocol-sdk": "^1.
|
|
56
|
+
"@xylabs/typeof": "^4.12.40",
|
|
57
|
+
"@xyo-network/account": "^4.0.2",
|
|
58
|
+
"@xyo-network/archivist-memory": "^4.0.2",
|
|
59
|
+
"@xyo-network/archivist-model": "^4.0.2",
|
|
60
|
+
"@xyo-network/boundwitness-builder": "^4.0.2",
|
|
61
|
+
"@xyo-network/boundwitness-model": "^4.0.2",
|
|
62
|
+
"@xyo-network/bridge-http": "^4.0.2",
|
|
63
|
+
"@xyo-network/chain-analyze": "^1.6.1",
|
|
64
|
+
"@xyo-network/chain-protocol": "^1.6.1",
|
|
65
|
+
"@xyo-network/chain-services": "^1.6.1",
|
|
66
|
+
"@xyo-network/chain-utils": "^1.6.1",
|
|
67
|
+
"@xyo-network/chain-wrappers": "^1.6.1",
|
|
68
|
+
"@xyo-network/module-model": "^4.0.2",
|
|
69
|
+
"@xyo-network/payload-builder": "^4.0.2",
|
|
70
|
+
"@xyo-network/payload-model": "^4.0.2",
|
|
71
|
+
"@xyo-network/react-boundwitness-plugin": "^6.0.0",
|
|
72
|
+
"@xyo-network/react-chain-blockies": "^1.6.1",
|
|
73
|
+
"@xyo-network/react-chain-shared": "^1.6.1",
|
|
74
|
+
"@xyo-network/react-event": "^6.0.0",
|
|
75
|
+
"@xyo-network/react-payload-raw-info": "^6.0.0",
|
|
76
|
+
"@xyo-network/react-payload-table": "^6.0.0",
|
|
77
|
+
"@xyo-network/react-shared": "^6.0.0",
|
|
78
|
+
"@xyo-network/react-table": "^6.0.0",
|
|
79
|
+
"@xyo-network/xl1-protocol": "^1.6.0",
|
|
80
|
+
"@xyo-network/xl1-protocol-sdk": "^1.6.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@emotion/react": "^11.14.0",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"@mui/icons-material": "^7.2.0",
|
|
86
86
|
"@mui/material": "^7.2.0",
|
|
87
87
|
"@types/react": "^19.1.8",
|
|
88
|
-
"@xylabs/hex": "^4.12.
|
|
88
|
+
"@xylabs/hex": "^4.12.40",
|
|
89
89
|
"@xylabs/ts-scripts-yarn3": "^6.5.12",
|
|
90
90
|
"@xylabs/tsconfig-react": "^6.5.12",
|
|
91
|
-
"@xyo-network/api-models": "^
|
|
91
|
+
"@xyo-network/api-models": "^4.0.2",
|
|
92
92
|
"knip": "^5.61.3",
|
|
93
93
|
"react": "^19.1.0",
|
|
94
94
|
"react-dom": "^19.1.0",
|