@ocap/indexdb 1.18.33 → 1.18.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/util.js +4 -0
  2. package/package.json +4 -4
package/lib/util.js CHANGED
@@ -260,7 +260,9 @@ const createIndexedRollup = (x, ctx) => {
260
260
  ...pick(x, [
261
261
  'address',
262
262
  'paused',
263
+ 'closed',
263
264
  'tokenAddress',
265
+ 'vaultAddress',
264
266
  'contractAddress',
265
267
  'seedValidators',
266
268
  'validators',
@@ -291,6 +293,7 @@ const createIndexedRollup = (x, ctx) => {
291
293
  'publishWaitingPeriod',
292
294
  'publishSlashRate',
293
295
  'migrateHistory',
296
+ 'vaultHistory',
294
297
  'data',
295
298
  ]),
296
299
  genesisTime: x.context.genesisTime,
@@ -322,6 +325,7 @@ const createIndexedRollupBlock = (x, ctx) => {
322
325
  'burnedAmount',
323
326
  'rewardAmount',
324
327
  'minReward',
328
+ 'governance',
325
329
  'data',
326
330
  ]),
327
331
  genesisTime: x.context.genesisTime,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.33",
6
+ "version": "1.18.35",
7
7
  "description": "Defines the basic interface for OCAP IndexDB",
8
8
  "main": "lib/main.js",
9
9
  "files": [
@@ -25,10 +25,10 @@
25
25
  "jest": "^27.5.1"
26
26
  },
27
27
  "dependencies": {
28
- "@ocap/state": "1.18.33",
29
- "@ocap/util": "1.18.33",
28
+ "@ocap/state": "1.18.35",
29
+ "@ocap/util": "1.18.35",
30
30
  "kareem": "^2.4.1",
31
31
  "lodash": "^4.17.21"
32
32
  },
33
- "gitHead": "0d03089c6651d92a3451e9bbbc865c18c2f5d8ad"
33
+ "gitHead": "21178573bd44a1fb3a3a71f21bb8e81433322a69"
34
34
  }