@ocap/tx-protocols 1.20.10 → 1.20.12

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.
@@ -176,7 +176,7 @@ module.exports = function CreateEnsureTxCostPipe({
176
176
  `Insufficient fund to pay for tx cost from ${senderState?.address || tx.from}, expected ${fromUnitToToken(
177
177
  expected,
178
178
  config.token.decimal
179
- )}, got ${fromUnitToToken(actual, config.token.decimal)}`
179
+ )} ${config.token.symbol}, got ${fromUnitToToken(actual, config.token.decimal)} ${config.token.symbol}`
180
180
  )
181
181
  );
182
182
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.20.10",
6
+ "version": "1.20.12",
7
7
  "description": "Predefined tx pipeline sets to execute certain type of transactions",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -18,19 +18,19 @@
18
18
  "empty-value": "^1.0.1",
19
19
  "lodash": "^4.17.21",
20
20
  "url-join": "^4.0.1",
21
- "@arcblock/jwt": "1.20.10",
22
- "@arcblock/did": "1.20.10",
23
- "@ocap/asset": "1.20.10",
24
- "@arcblock/did-util": "1.20.10",
25
- "@ocap/client": "1.20.10",
26
- "@ocap/mcrypto": "1.20.10",
27
- "@ocap/merkle-tree": "1.20.10",
28
- "@ocap/message": "1.20.10",
29
- "@arcblock/validator": "1.20.10",
30
- "@ocap/state": "1.20.10",
31
- "@ocap/tx-pipeline": "1.20.10",
32
- "@ocap/util": "1.20.10",
33
- "@ocap/wallet": "1.20.10"
21
+ "@arcblock/did": "1.20.12",
22
+ "@arcblock/did-util": "1.20.12",
23
+ "@arcblock/jwt": "1.20.12",
24
+ "@arcblock/validator": "1.20.12",
25
+ "@ocap/asset": "1.20.12",
26
+ "@ocap/client": "1.20.12",
27
+ "@ocap/mcrypto": "1.20.12",
28
+ "@ocap/message": "1.20.12",
29
+ "@ocap/merkle-tree": "1.20.12",
30
+ "@ocap/state": "1.20.12",
31
+ "@ocap/tx-pipeline": "1.20.12",
32
+ "@ocap/util": "1.20.12",
33
+ "@ocap/wallet": "1.20.12"
34
34
  },
35
35
  "resolutions": {
36
36
  "bn.js": "5.2.1",
@@ -39,8 +39,8 @@
39
39
  "devDependencies": {
40
40
  "jest": "^29.7.0",
41
41
  "start-server-and-test": "^1.14.0",
42
- "@ocap/statedb-memory": "1.20.10",
43
- "@ocap/e2e-test": "1.20.10"
42
+ "@ocap/e2e-test": "1.20.12",
43
+ "@ocap/statedb-memory": "1.20.12"
44
44
  },
45
45
  "scripts": {
46
46
  "lint": "eslint tests lib",