@xyo-network/react-chain-blockchain 1.1.1 → 1.1.2
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,7 +4,7 @@ import type { BlockBoundWitness } from '@xyo-network/chain-model';
|
|
|
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, chainInformation, head, }: BlockChainIterator) => [{
|
|
7
|
-
chainArchivist: import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/
|
|
7
|
+
chainArchivist: import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/base").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
9
9
|
addToResolvers?: boolean;
|
|
10
10
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
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.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -34,33 +34,33 @@
|
|
|
34
34
|
"module": "dist/browser/index.mjs",
|
|
35
35
|
"types": "dist/types/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xylabs/assert": "^4.
|
|
38
|
-
"@xylabs/axios": "^4.
|
|
39
|
-
"@xylabs/eth-address": "^4.
|
|
40
|
-
"@xylabs/exists": "^4.
|
|
41
|
-
"@xylabs/hex": "^4.
|
|
42
|
-
"@xylabs/promise": "^4.
|
|
43
|
-
"@xylabs/react-animation": "^6.1.
|
|
44
|
-
"@xylabs/react-error": "^6.1.
|
|
45
|
-
"@xylabs/react-flexbox": "^6.1.
|
|
46
|
-
"@xylabs/react-identicon": "^6.1.
|
|
47
|
-
"@xylabs/react-promise": "^6.1.
|
|
48
|
-
"@xylabs/react-quick-tip-button": "^6.1.
|
|
49
|
-
"@xyo-network/account": "^3.
|
|
50
|
-
"@xyo-network/api-models": "^3.
|
|
51
|
-
"@xyo-network/archivist-model": "^3.
|
|
52
|
-
"@xyo-network/boundwitness-builder": "^3.
|
|
53
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
54
|
-
"@xyo-network/bridge-http": "^3.
|
|
55
|
-
"@xyo-network/chain-ethereum": "^1.1.
|
|
56
|
-
"@xyo-network/chain-model": "^1.1.
|
|
57
|
-
"@xyo-network/chain-protocol": "^1.1.
|
|
58
|
-
"@xyo-network/chain-services": "^1.1.
|
|
59
|
-
"@xyo-network/module-model": "^3.
|
|
60
|
-
"@xyo-network/payload-builder": "^3.
|
|
61
|
-
"@xyo-network/payload-model": "^3.
|
|
62
|
-
"@xyo-network/react-chain-blockies": "^1.1.
|
|
63
|
-
"@xyo-network/react-chain-boundwitness": "^1.1.
|
|
37
|
+
"@xylabs/assert": "^4.8.0",
|
|
38
|
+
"@xylabs/axios": "^4.8.0",
|
|
39
|
+
"@xylabs/eth-address": "^4.8.0",
|
|
40
|
+
"@xylabs/exists": "^4.8.0",
|
|
41
|
+
"@xylabs/hex": "^4.8.0",
|
|
42
|
+
"@xylabs/promise": "^4.8.0",
|
|
43
|
+
"@xylabs/react-animation": "^6.1.12",
|
|
44
|
+
"@xylabs/react-error": "^6.1.12",
|
|
45
|
+
"@xylabs/react-flexbox": "^6.1.12",
|
|
46
|
+
"@xylabs/react-identicon": "^6.1.12",
|
|
47
|
+
"@xylabs/react-promise": "^6.1.12",
|
|
48
|
+
"@xylabs/react-quick-tip-button": "^6.1.12",
|
|
49
|
+
"@xyo-network/account": "^3.11.0",
|
|
50
|
+
"@xyo-network/api-models": "^3.11.0",
|
|
51
|
+
"@xyo-network/archivist-model": "^3.11.0",
|
|
52
|
+
"@xyo-network/boundwitness-builder": "^3.11.0",
|
|
53
|
+
"@xyo-network/boundwitness-model": "^3.11.0",
|
|
54
|
+
"@xyo-network/bridge-http": "^3.11.0",
|
|
55
|
+
"@xyo-network/chain-ethereum": "^1.1.2",
|
|
56
|
+
"@xyo-network/chain-model": "^1.1.2",
|
|
57
|
+
"@xyo-network/chain-protocol": "^1.1.2",
|
|
58
|
+
"@xyo-network/chain-services": "^1.1.2",
|
|
59
|
+
"@xyo-network/module-model": "^3.11.0",
|
|
60
|
+
"@xyo-network/payload-builder": "^3.11.0",
|
|
61
|
+
"@xyo-network/payload-model": "^3.11.0",
|
|
62
|
+
"@xyo-network/react-chain-blockies": "^1.1.2",
|
|
63
|
+
"@xyo-network/react-chain-boundwitness": "^1.1.2",
|
|
64
64
|
"@xyo-network/react-event": "^5.1.1",
|
|
65
65
|
"@xyo-network/react-payload-raw-info": "^5.1.1",
|
|
66
66
|
"@xyo-network/react-payload-table": "^5.1.1",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"@mui/material": "^7.0.1",
|
|
75
75
|
"@storybook/react": "^8.6.12",
|
|
76
76
|
"@types/react": "^19.1.0",
|
|
77
|
-
"@xylabs/delay": "^4.
|
|
78
|
-
"@xylabs/hex": "^4.
|
|
77
|
+
"@xylabs/delay": "^4.8.0",
|
|
78
|
+
"@xylabs/hex": "^4.8.0",
|
|
79
79
|
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
80
80
|
"@xylabs/tsconfig-react": "^6.2.1",
|
|
81
|
-
"@xyo-network/archivist-memory": "^3.
|
|
82
|
-
"@xyo-network/chain-utils": "^1.1.
|
|
81
|
+
"@xyo-network/archivist-memory": "^3.11.0",
|
|
82
|
+
"@xyo-network/chain-utils": "^1.1.2",
|
|
83
83
|
"react": "^19.1.0",
|
|
84
84
|
"react-dom": "^19.1.0",
|
|
85
85
|
"react-router-dom": "^7.5.0",
|