@ocap/resolver 1.13.35 → 1.13.36

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.
Files changed (2) hide show
  1. package/lib/hooks.js +1 -0
  2. package/package.json +11 -11
package/lib/hooks.js CHANGED
@@ -110,6 +110,7 @@ const onCreateRollupBlock = async (block, ctx, indexdb) => {
110
110
  try {
111
111
  const doc = await ensureRollupValidator(address, rollupState.address, ctx, indexdb);
112
112
 
113
+ doc.rollup = rollupState.address;
113
114
  doc.renaissanceTime = block.genesisTime;
114
115
  doc.verifiedBlockCount += 1;
115
116
  if (address === proposer) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.13.35",
6
+ "version": "1.13.36",
7
7
  "description": "GraphQL resolver built upon ocap statedb and GQL layer",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -22,17 +22,17 @@
22
22
  "jest": "^26.6.3"
23
23
  },
24
24
  "dependencies": {
25
- "@arcblock/did": "1.13.35",
26
- "@arcblock/did-util": "1.13.35",
27
- "@ocap/config": "1.13.35",
28
- "@ocap/indexdb": "1.13.35",
29
- "@ocap/mcrypto": "1.13.35",
30
- "@ocap/message": "1.13.35",
31
- "@ocap/state": "1.13.35",
32
- "@ocap/tx-protocols": "1.13.35",
33
- "@ocap/util": "1.13.35",
25
+ "@arcblock/did": "1.13.36",
26
+ "@arcblock/did-util": "1.13.36",
27
+ "@ocap/config": "1.13.36",
28
+ "@ocap/indexdb": "1.13.36",
29
+ "@ocap/mcrypto": "1.13.36",
30
+ "@ocap/message": "1.13.36",
31
+ "@ocap/state": "1.13.36",
32
+ "@ocap/tx-protocols": "1.13.36",
33
+ "@ocap/util": "1.13.36",
34
34
  "debug": "^4.3.2",
35
35
  "lodash": "^4.17.21"
36
36
  },
37
- "gitHead": "80506813b12c5b0d76fbb4451d93c9aa07daf6d0"
37
+ "gitHead": "856b0a35bdc74c11d18f19f49bfa9cd2a85dd8db"
38
38
  }