@ocap/tx-pipeline 1.13.79 → 1.13.83

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/README.md +0 -7
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -51,13 +51,6 @@ pipeline
51
51
 
52
52
  ## Pipes not supported
53
53
 
54
- - [x] VerifyDelegation
55
- - [x] VerifyAccountMigration
56
- - [x] VerifySender: enforce declare
57
- - [ ] VerifyModifiable: asset related
58
54
  - [ ] VerifyModerator: chain administration
59
- - [ ] UpdateReceiptDB: bloom-filter for anti-reply check
60
- - [ ] UpdateState: should do nothing
61
- - [ ] CheckDID: white list
62
55
  - [ ] CheckError: log info on error
63
56
  - [ ] AntiReplayExchangeAttack
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.13.79",
6
+ "version": "1.13.83",
7
7
  "description": "Pipeline runner and common pipelines to process transactions",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -26,16 +26,16 @@
26
26
  "elliptic": "6.5.3"
27
27
  },
28
28
  "dependencies": {
29
- "@arcblock/did": "1.13.79",
30
- "@arcblock/did-util": "1.13.79",
31
- "@ocap/mcrypto": "1.13.79",
32
- "@ocap/message": "1.13.79",
33
- "@ocap/state": "1.13.79",
34
- "@ocap/util": "1.13.79",
35
- "@ocap/wallet": "1.13.79",
29
+ "@arcblock/did": "1.13.83",
30
+ "@arcblock/did-util": "1.13.83",
31
+ "@ocap/mcrypto": "1.13.83",
32
+ "@ocap/message": "1.13.83",
33
+ "@ocap/state": "1.13.83",
34
+ "@ocap/util": "1.13.83",
35
+ "@ocap/wallet": "1.13.83",
36
36
  "debug": "^4.3.2",
37
37
  "empty-value": "^1.0.1",
38
38
  "lodash": "^4.17.21"
39
39
  },
40
- "gitHead": "e349a68b05ae8c6975517c8b43c66f9120a9b99f"
40
+ "gitHead": "b92092e3f7347720e34f061844fdf6b49cbfca88"
41
41
  }