@midnight-ntwrk/wallet-sdk-node-client 1.1.0-rc.0 → 1.1.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.
|
@@ -178,7 +178,7 @@ export class PolkadotNodeClient {
|
|
|
178
178
|
}
|
|
179
179
|
else if (status.isInvalid) {
|
|
180
180
|
await emit.fail(new NodeClientError.TransactionInvalidError({
|
|
181
|
-
message: 'Transaction
|
|
181
|
+
message: 'Transaction is invalid and was rejected by the node',
|
|
182
182
|
txData: serializedTransaction,
|
|
183
183
|
}));
|
|
184
184
|
await unsubscribe();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midnight-ntwrk/wallet-sdk-node-client",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@midnight-ntwrk/wallet-sdk-abstractions": "2.0.0",
|
|
35
|
-
"@midnight-ntwrk/wallet-sdk-utilities": "1.1.0
|
|
35
|
+
"@midnight-ntwrk/wallet-sdk-utilities": "1.1.0",
|
|
36
36
|
"@polkadot/api": "^16.5.4",
|
|
37
37
|
"@polkadot/types": "^16.5.4",
|
|
38
38
|
"@polkadot/util": "^14.0.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@effect/sql": "^0.49.0",
|
|
50
50
|
"@effect/workflow": "^0.16.0",
|
|
51
51
|
"@midnight-ntwrk/ledger-v8": "^8.0.2",
|
|
52
|
-
"@midnight-ntwrk/wallet-sdk-prover-client": "1.2.0
|
|
52
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": "1.2.0",
|
|
53
53
|
"@types/tar-stream": "^3.1.4",
|
|
54
54
|
"tar-stream": "^3.1.7",
|
|
55
55
|
"tsx": "^4.21.0"
|