@ocap/state 1.18.159 → 1.18.161

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 +2 -0
  2. package/package.json +9 -9
package/lib/states/tx.js CHANGED
@@ -547,6 +547,8 @@ const verifyTxReceipts = (receipts, typeUrl, ctx = {}) => {
547
547
  AccountMigrateTx: ['migrate'],
548
548
  ApproveWithdrawTx: ['burn'],
549
549
  SetupSwapTx: ['swap'],
550
+ RevokeSwapTx: ['swap'],
551
+ RetrieveSwapTx: ['swap'],
550
552
  }[typeUrl] || [];
551
553
 
552
554
  for (const [target, changes] of Object.entries(targets)) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.18.159",
6
+ "version": "1.18.161",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -18,13 +18,13 @@
18
18
  "coverage": "start-server-and-test start http://127.0.0.1:4001 test:ci"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did": "1.18.159",
22
- "@arcblock/validator": "1.18.159",
23
- "@ocap/contract": "1.18.159",
24
- "@ocap/mcrypto": "1.18.159",
25
- "@ocap/message": "1.18.159",
26
- "@ocap/util": "1.18.159",
27
- "@ocap/wallet": "1.18.159",
21
+ "@arcblock/did": "1.18.161",
22
+ "@arcblock/validator": "1.18.161",
23
+ "@ocap/contract": "1.18.161",
24
+ "@ocap/mcrypto": "1.18.161",
25
+ "@ocap/message": "1.18.161",
26
+ "@ocap/util": "1.18.161",
27
+ "@ocap/wallet": "1.18.161",
28
28
  "bloom-filters": "^1.3.9",
29
29
  "lodash": "^4.17.21"
30
30
  },
@@ -35,5 +35,5 @@
35
35
  "keywords": [],
36
36
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
37
37
  "license": "MIT",
38
- "gitHead": "a3afce50d8c10223be711b86417b75fc59672e12"
38
+ "gitHead": "5d8436fdf5218fcbf2218b77ae370d50617ba3d0"
39
39
  }