@ocap/resolver 1.18.155 → 1.18.156
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/lib/index.js +1 -4
- package/package.json +12 -12
package/lib/index.js
CHANGED
|
@@ -210,10 +210,7 @@ module.exports = class OCAPResolver {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
async sendTx({ tx: txBase64 }, ctx = {}) {
|
|
213
|
-
|
|
214
|
-
txBase64,
|
|
215
|
-
request: ctx.request,
|
|
216
|
-
});
|
|
213
|
+
debug('sendTx', { txBase64, request: ctx.request });
|
|
217
214
|
|
|
218
215
|
if (process.env.CHAIN_MODE === 'readonly') {
|
|
219
216
|
throw new CustomError('FORBIDDEN', 'This chain node is running in readonly mode');
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.156",
|
|
7
7
|
"description": "GraphQL resolver built upon ocap statedb and GQL layer",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"jest": "^29.7.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@arcblock/did": "1.18.
|
|
26
|
-
"@arcblock/did-util": "1.18.
|
|
27
|
-
"@arcblock/validator": "1.18.
|
|
28
|
-
"@ocap/config": "1.18.
|
|
29
|
-
"@ocap/indexdb": "1.18.
|
|
30
|
-
"@ocap/mcrypto": "1.18.
|
|
31
|
-
"@ocap/message": "1.18.
|
|
32
|
-
"@ocap/state": "1.18.
|
|
33
|
-
"@ocap/tx-protocols": "1.18.
|
|
34
|
-
"@ocap/util": "1.18.
|
|
25
|
+
"@arcblock/did": "1.18.156",
|
|
26
|
+
"@arcblock/did-util": "1.18.156",
|
|
27
|
+
"@arcblock/validator": "1.18.156",
|
|
28
|
+
"@ocap/config": "1.18.156",
|
|
29
|
+
"@ocap/indexdb": "1.18.156",
|
|
30
|
+
"@ocap/mcrypto": "1.18.156",
|
|
31
|
+
"@ocap/message": "1.18.156",
|
|
32
|
+
"@ocap/state": "1.18.156",
|
|
33
|
+
"@ocap/tx-protocols": "1.18.156",
|
|
34
|
+
"@ocap/util": "1.18.156",
|
|
35
35
|
"debug": "^4.3.6",
|
|
36
36
|
"lodash": "^4.17.21"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "955c3e7ae8e06fc037e6591267babaae1623ef23"
|
|
39
39
|
}
|