@ocap/state 1.18.117 → 1.18.118
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.
- package/lib/states/stake.js +1 -1
- package/package.json +8 -8
package/lib/states/stake.js
CHANGED
|
@@ -56,7 +56,7 @@ const update = (state, attrs, context) => {
|
|
|
56
56
|
revokedAssets: [],
|
|
57
57
|
revokeWaitingPeriod: 0,
|
|
58
58
|
...state,
|
|
59
|
-
...pick(attrs, ['tokens', 'assets', 'revocable', 'data', 'revokedTokens', 'revokedAssets']),
|
|
59
|
+
...pick(attrs, ['tokens', 'assets', 'revocable', 'data', 'revokeWaitingPeriod', 'revokedTokens', 'revokedAssets']),
|
|
60
60
|
message: state.message || 'empty', // Just for backwards compatibility
|
|
61
61
|
context: updateStateContext(state.context, context),
|
|
62
62
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.18.
|
|
6
|
+
"version": "1.18.118",
|
|
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.18.
|
|
20
|
-
"@arcblock/validator": "1.18.
|
|
21
|
-
"@ocap/contract": "1.18.
|
|
22
|
-
"@ocap/mcrypto": "1.18.
|
|
23
|
-
"@ocap/message": "1.18.
|
|
24
|
-
"@ocap/util": "1.18.
|
|
19
|
+
"@arcblock/did": "1.18.118",
|
|
20
|
+
"@arcblock/validator": "1.18.118",
|
|
21
|
+
"@ocap/contract": "1.18.118",
|
|
22
|
+
"@ocap/mcrypto": "1.18.118",
|
|
23
|
+
"@ocap/message": "1.18.118",
|
|
24
|
+
"@ocap/util": "1.18.118",
|
|
25
25
|
"bloom-filters": "^1.3.9",
|
|
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": "
|
|
34
|
+
"gitHead": "e72b789595d7a011c5b0f5577e204d12fce9b62e"
|
|
35
35
|
}
|