@ocap/state 1.13.84 → 1.14.1

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/states/tx.js +1 -0
  2. package/package.json +8 -8
package/lib/states/tx.js CHANGED
@@ -407,6 +407,7 @@ const create = (context, code = 'OK') => {
407
407
  delegator: tx.delegator,
408
408
  from: tx.from,
409
409
  nonce: tx.nonce,
410
+ serviceFee: tx.serviceFee,
410
411
  pk: toBase64(tx.pk),
411
412
  signature: toBase64(tx.signature),
412
413
  signatures: getListField(tx, 'signatures').map((x) => formatMessage('Multisig', x)),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.13.84",
6
+ "version": "1.14.1",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -16,12 +16,12 @@
16
16
  "coverage": "npm run test -- --coverage"
17
17
  },
18
18
  "dependencies": {
19
- "@arcblock/did": "1.13.84",
20
- "@ocap/contract": "1.13.84",
21
- "@ocap/mcrypto": "1.13.84",
22
- "@ocap/message": "1.13.84",
23
- "@ocap/util": "1.13.84",
24
- "@ocap/validator": "1.13.84",
19
+ "@arcblock/did": "1.14.1",
20
+ "@ocap/contract": "1.14.1",
21
+ "@ocap/mcrypto": "1.14.1",
22
+ "@ocap/message": "1.14.1",
23
+ "@ocap/util": "1.14.1",
24
+ "@ocap/validator": "1.14.1",
25
25
  "bloom-filters": "^1.3.1",
26
26
  "lodash": "^4.17.21"
27
27
  },
@@ -31,5 +31,5 @@
31
31
  "keywords": [],
32
32
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
33
33
  "license": "MIT",
34
- "gitHead": "5efbe139b4d465509a24f4a906a72a07eb486bb2"
34
+ "gitHead": "ad0f82d07b1656581665f09953c738b24be07298"
35
35
  }